File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -355,9 +355,13 @@ script:
355
355
- env PATH=$PATH:`pwd`/src/solvers UBSAN_OPTIONS=print_stacktrace=1 make -C regression/cbmc test-cprover-smt2
356
356
- make -C unit "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j2
357
357
- make -C unit test
358
+ - echo "Running expected failure tests"
359
+ - make TAGS="[!shouldfail]" -C unit test
358
360
- env UBSAN_OPTIONS=print_stacktrace=1 make -C jbmc/regression test-parallel "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j2 JOBS=2
359
361
- make -C jbmc/unit "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j2
360
362
- make -C jbmc/unit test
363
+ - echo "Running expected failure tests"
364
+ - make TAGS="[!shouldfail]" -C jbmc/unit test
361
365
362
366
before_cache :
363
367
- ccache -s
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ clean: java-testing-utils-clean
146
146
test : $(CATCH_TEST )
147
147
if ! ./$( CATCH_TEST) -l | grep -q " ^$( N_CATCH_TESTS) test cases" ; then \
148
148
./$(CATCH_TEST ) -l ; fi
149
- ./$(CATCH_TEST )
149
+ ./$(CATCH_TEST ) ${TAGS}
150
150
151
151
152
152
# ##############################################################################
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ clean: testing-utils-clean
206
206
test : $(CATCH_TEST )
207
207
if ! ./$( CATCH_TEST) -l | grep -q " ^$( N_CATCH_TESTS) test cases" ; then \
208
208
./$(CATCH_TEST ) -l ; fi
209
- ./$(CATCH_TEST )
209
+ ./$(CATCH_TEST ) ${TAGS}
210
210
211
211
212
212
# ##############################################################################
You can’t perform that action at this time.
0 commit comments