This is the mail archive of the frysk@sources.redhat.com 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]

Added frysk.junit.TestCase.brokenIfKernel(int bug, String[] kernels)


FYI,

I've added the generic method:

frysk.junit.TestCase.brokenIfKernel(int bug, String[] kernels)

to make it easier to mark up a specific combination of bug and kernel. I've used that to disable some of the TestBreakpoint tests on fc5.18 systems and get frysk-core on that system passing again.

Its always important to ensure that the JUnit tests, on all systems, get no failures. Where a failure is occurring on a specific kernel, try to fix it, or at least mark it up as a known breakage. By doing this, people always have access to a failure free starting point, and with out it, no one is ever sure if their change or existing breakage is causing a failure.

Andrew


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