kyua icon indicating copy to clipboard operation
kyua copied to clipboard

Add ability to ignore "skip" conditions

Open jmmv opened this issue 11 years ago • 2 comments

From [email protected] on July 14, 2012 15:46:05

The "debug" command should provide a mechanism (flag) to tell the test case to ignore any "skip" conditions and proceed anyway. This is useful in those cases where the test may have been disabled for whatever reason (e.g. because it may crash the kernel).

This feature needs the implementation of a new flag in all test programs because it is the test programs themselves that terminate execution when they encounter a call to skip.

Originally proposed in http://gnats.netbsd.org/45143 .

Original issue: http://code.google.com/p/kyua/issues/detail?id=38

jmmv avatar Feb 22 '14 21:02 jmmv

From [email protected] on July 14, 2012 12:47:39

Labels: Milestone-Release0.6

jmmv avatar Feb 22 '14 21:02 jmmv

From [email protected] on February 09, 2013 17:06:02

Delay the implementation of this feature as it's not required for the import into NetBSD. ATF did not implement this, so it won't be missed.

Labels: -Milestone-Release0.6

jmmv avatar Feb 22 '14 21:02 jmmv