Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/scripts/ci-test-patching.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ declare -a tests_to_skip=(
'@test n_precompiles <= expected_precompiles' "$JULIA_PATH/stdlib/REPL/test/precompilation.jl"
'@test length(targets) > 1' "$JULIA_PATH/test/precompile.jl"

# This test started failing after updating to latest master
'@test read(fname, String) == "Iterators\\n"' "$JULIA_PATH/test/precompile.jl"

# rr might not be available in the github runner
'@test success(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local' "$JULIA_PATH/test/cmdlineargs.jl"

Expand Down
Loading