Skip to content

Commit

Permalink
Turn non-BDB test for collation on group key into an expected failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Sep 27, 2024
1 parent 9ae0f08 commit 2a365a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/testsuite.src/run_file.at
Original file line number Diff line number Diff line change
Expand Up @@ -12863,9 +12863,10 @@ AT_CHECK([$COMPILE -Wno-unfinished -fdefault-file-colseq=ASCII prog.cob -o ascii
AT_CHECK([$COMPILE -Wno-unfinished -fdefault-file-colseq=EBCDIC prog.cob -o ebcdic], [0])

# This is, so far, only supported by the BDB backend
AT_XFAIL_IF([test "$COB_HAS_ISAM" != "db"])
AT_CHECK([test "$COB_HAS_ISAM" = "db"], [0], [], [],
# Previous test "failed" --> other ISAM, skip the test
[AT_CHECK([true])],
# Previous test "failed" --> other ISAM, fail the test
[AT_CHECK([false])],

# Previous test "passed" --> using BDB, perform the actual test
[AT_CHECK([
Expand Down

0 comments on commit 2a365a5

Please sign in to comment.