Skip to content

Commit ac3a40a

Browse files
committed
Exclude nonsense kernel1 test
1 parent f441f54 commit ac3a40a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/small2/kernel1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
// This test is nonsense: DECLARE_WAIT_QUEUE_HEAD is a macro in Linux kernel
22
DECLARE_WAIT_QUEUE_HEAD(log_wait);
33

44

test/testcil.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ sub addToGroup {
658658
addBadComment("scott/globalprob", "Notbug. Not a bug if fails on a non-Linux machine ;-)");
659659
addTest("scott/bisonerror $gcc");
660660
addTest("scott/cmpzero");
661-
addTest("scott/kernel1 $gcc");
661+
# addTest("scott/kernel1 $gcc");
662662
addTest("scott/kernel2 $gcc");
663663
addTest("scott/xcheckers $gcc");
664664
addTest("scott/memberofptr $gcc");

0 commit comments

Comments
 (0)