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:
355355 - env PATH=$PATH:`pwd`/src/solvers UBSAN_OPTIONS=print_stacktrace=1 make -C regression/cbmc test-cprover-smt2
356356 - make -C unit "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j2
357357 - make -C unit test
358+ - echo "Running expected failure tests"
359+ - make TAGS="[!shouldfail]" -C unit test
358360 - env UBSAN_OPTIONS=print_stacktrace=1 make -C jbmc/regression test-parallel "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j2 JOBS=2
359361 - make -C jbmc/unit "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j2
360362 - make -C jbmc/unit test
363+ - echo "Running expected failure tests"
364+ - make TAGS="[!shouldfail]" -C jbmc/unit test
361365
362366before_cache :
363367 - ccache -s
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ clean: java-testing-utils-clean
146146test : $(CATCH_TEST )
147147 if ! ./$( CATCH_TEST) -l | grep -q " ^$( N_CATCH_TESTS) test cases" ; then \
148148 ./$(CATCH_TEST ) -l ; fi
149- ./$(CATCH_TEST )
149+ ./$(CATCH_TEST ) ${TAGS}
150150
151151
152152# ##############################################################################
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ clean: testing-utils-clean
206206test : $(CATCH_TEST )
207207 if ! ./$( CATCH_TEST) -l | grep -q " ^$( N_CATCH_TESTS) test cases" ; then \
208208 ./$(CATCH_TEST ) -l ; fi
209- ./$(CATCH_TEST )
209+ ./$(CATCH_TEST ) ${TAGS}
210210
211211
212212# ##############################################################################
You can’t perform that action at this time.
0 commit comments