Disable regression test for competition build (#3388)
authorAndres Noetzli <andres.noetzli@gmail.com>
Mon, 14 Oct 2019 21:21:32 +0000 (14:21 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2019 21:21:32 +0000 (14:21 -0700)
This commit disables a regression test that was failing for the
competition build due to not emitting the expected error message.

test/regress/regress0/sygus/no-logic.sy

index 76584d265b83fe48bbd09f5930b1bb41099a16a0..06fc876cd33103ae38bc9069c62dfb28ec6d28ae 100644 (file)
@@ -1,8 +1,9 @@
+; REQUIRE: no-competition
 ; COMMAND-LINE: --sygus-out=status --lang=sygus2
-; EXPECT-ERROR: no-logic.sy:7.10: No set-logic command was given before this point.
-; EXPECT-ERROR: no-logic.sy:7.10: CVC4 will make all theories available.
-; EXPECT-ERROR: no-logic.sy:7.10: Consider setting a stricter logic for (likely) better performance.
-; EXPECT-ERROR: no-logic.sy:7.10: To suppress this warning in the future use (set-logic ALL).
+; EXPECT-ERROR: no-logic.sy:8.10: No set-logic command was given before this point.
+; EXPECT-ERROR: no-logic.sy:8.10: CVC4 will make all theories available.
+; EXPECT-ERROR: no-logic.sy:8.10: Consider setting a stricter logic for (likely) better performance.
+; EXPECT-ERROR: no-logic.sy:8.10: To suppress this warning in the future use (set-logic ALL).
 ; EXPECT: unsat
 (synth-fun f ((x Int)) Int
   ((Start Int))