Skip to content

Commit

Permalink
Exclude nonsense kernel1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jul 26, 2024
1 parent f441f54 commit ac3a40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/small2/kernel1.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// This test is nonsense: DECLARE_WAIT_QUEUE_HEAD is a macro in Linux kernel
DECLARE_WAIT_QUEUE_HEAD(log_wait);


Expand Down
2 changes: 1 addition & 1 deletion test/testcil.pl
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ sub addToGroup {
addBadComment("scott/globalprob", "Notbug. Not a bug if fails on a non-Linux machine ;-)");
addTest("scott/bisonerror $gcc");
addTest("scott/cmpzero");
addTest("scott/kernel1 $gcc");
# addTest("scott/kernel1 $gcc");
addTest("scott/kernel2 $gcc");
addTest("scott/xcheckers $gcc");
addTest("scott/memberofptr $gcc");
Expand Down

0 comments on commit ac3a40a

Please sign in to comment.