Skip to content

Commit

Permalink
Ignore info messages for test case 77/05 due to MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstanb committed Sep 13, 2023
1 parent 15f782b commit 20433e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/regression/77-mem-oob/05-oob-implicit-deref.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// PARAM: --set ana.activated[+] memOutOfBounds --enable ana.int.interval
// PARAM: --set ana.activated[+] memOutOfBounds --enable ana.int.interval --disable warn.info
/*
Note: the "--disable warn.info" above is a temporary workaround,
since the GitHub CI seems to be considering Info messages as violations of NOWARN (cf. https://github.com/goblint/analyzer/issues/1151)
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 20433e3

Please sign in to comment.