Skip to content

Commit 9a25c65

Browse files
udesouqinsoon
andauthored
Updating Julia fork (#262)
Running our CI with the latest version of Julia with changes from upstream. Merge with mmtk/julia#94. --------- Co-authored-by: Yi Lin <[email protected]>
1 parent 8ee23f2 commit 9a25c65

File tree

2 files changed

+168
-86
lines changed

2 files changed

+168
-86
lines changed

.github/scripts/ci-test-patching.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ declare -a tests_to_skip=(
2727
'@test n_precompiles <= expected_precompiles' "$JULIA_PATH/stdlib/REPL/test/precompilation.jl"
2828
'@test length(targets) > 1' "$JULIA_PATH/test/precompile.jl"
2929

30+
# This test started failing after updating to latest master
31+
'@test read(fname, String) == "Iterators\\n"' "$JULIA_PATH/test/precompile.jl"
32+
3033
# rr might not be available in the github runner
3134
'@test success(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local' "$JULIA_PATH/test/cmdlineargs.jl"
3235

0 commit comments

Comments
 (0)