Skip to content

Commit cd866fd

Browse files
vchuravyDilumAluthge
authored andcommitted
fixup test
1 parent d8234ea commit cd866fd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

test/gcext/gcext-test.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ end
3131
errlines = fetch(err_task)
3232
lines = fetch(out_task)
3333
@test length(errlines) == 0
34-
@test length(lines) == 6
34+
# @test length(lines) == 6
35+
@test length(lines) == 5
3536
@test checknum(lines[2], r"([0-9]+) full collections", n -> n >= 10)
3637
@test checknum(lines[3], r"([0-9]+) partial collections", n -> n > 0)
3738
@test checknum(lines[4], r"([0-9]+) object sweeps", n -> n > 0)
3839
# @test checknum(lines[5], r"([0-9]+) internal object scan failures",
3940
# n -> n == 0)
40-
@test checknum(lines[6], r"([0-9]+) corrupted auxiliary roots",
41+
# @test checknum(lines[6], r"([0-9]+) corrupted auxiliary roots",
42+
# n -> n == 0)
43+
@test checknum(lines[5], r"([0-9]+) corrupted auxiliary roots",
4144
n -> n == 0)
4245
end

0 commit comments

Comments
 (0)