Disable sort and trace-dependent tests

This commit is contained in:
Rodrigo Arias 2023-02-02 17:25:15 +01:00 committed by Rodrigo Arias Mallo
parent 99fe0c4311
commit c13e004c6f
2 changed files with 6 additions and 6 deletions

View File

@ -7,10 +7,10 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
endif()
ovni_test(flush.c)
ovni_test(sort.c SORT)
ovni_test(empty-sort.c SORT)
ovni_test(sort-first-and-full-ring.c SORT
SHOULD_FAIL REGEX "cannot find a event previous to clock")
#ovni_test(sort.c SORT)
#ovni_test(empty-sort.c SORT)
#ovni_test(sort-first-and-full-ring.c SORT
# SHOULD_FAIL REGEX "cannot find a event previous to clock")
ovni_test(burst-stats.c REGEX "burst stats: median 33 ns, avg 33\.0 ns, max 33 ns")
ovni_test(mp-simple.c MP)
ovni_test(mp-rank.c MP)

View File

@ -15,8 +15,8 @@ unit_test(mux.c)
unit_test(value.c)
unit_test(prv.c)
#unit_test(ovni_model.c)
unit_test(trace.c)
unit_test(emu.c)
#unit_test(trace.c)
#unit_test(emu.c)
unit_test(clkoff.c)
unit_test(stream.c)
unit_test(loom.c)