We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f441f54 commit ac3a40aCopy full SHA for ac3a40a
2 files changed
test/small2/kernel1.c
@@ -1,4 +1,4 @@
1
-
+// This test is nonsense: DECLARE_WAIT_QUEUE_HEAD is a macro in Linux kernel
2
DECLARE_WAIT_QUEUE_HEAD(log_wait);
3
4
test/testcil.pl
@@ -658,7 +658,7 @@ sub addToGroup {
658
addBadComment("scott/globalprob", "Notbug. Not a bug if fails on a non-Linux machine ;-)");
659
addTest("scott/bisonerror $gcc");
660
addTest("scott/cmpzero");
661
-addTest("scott/kernel1 $gcc");
+# addTest("scott/kernel1 $gcc");
662
addTest("scott/kernel2 $gcc");
663
addTest("scott/xcheckers $gcc");
664
addTest("scott/memberofptr $gcc");
0 commit comments