This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5668] New: frysk.sys.TestSignalSet failures


One of the recent Signal changes made these two tests fail.
It looks like something simple in the string representation changed that caused
these errors. But it would be good if someone more familiar with the Signal
changes could take a look.

There were 2 failures:
1) testSingleToString(frysk.sys.TestSignalSet)junit.framework.ComparisonFailure:
SIGHUP set expected:<......> but was:<...(1)...>
   at frysk.sys.TestSignalSet.testSingleToString(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
2) testMultiToString(frysk.sys.TestSignalSet)junit.framework.ComparisonFailure:
SIGHUP+SIGUSR1 set expected:<...,SIGUSR1...> but was:<...(1),SIGUSR1(10)...>
   at frysk.sys.TestSignalSet.testMultiToString(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

-- 
           Summary: frysk.sys.TestSignalSet failures
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: mark at klomp dot org
                CC: cagney at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5668

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]