Skip to content

Commit 6888606

Browse files
committed
Disable broken trimming mapreduce test
1 parent 5f94859 commit 6888606

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/trimming/trimmability.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ function @main(args::Vector{String})::Cint
2424
println(Core.stdout, PROGRAM_FILE)
2525
foreach(x->println(Core.stdout, x), args)
2626

27-
# test map/mapreduce; should work but relies on inlining and other optimizations
28-
# test that you can dispatch to some number of concrete cases
29-
println(Core.stdout, sum_areas(Shape[Circle(1), Square(2)]))
27+
# broken on 1.12
28+
#
29+
# # test map/mapreduce; should work but relies on inlining and other optimizations
30+
# # test that you can dispatch to some number of concrete cases
31+
# println(Core.stdout, sum_areas(Shape[Circle(1), Square(2)]))
3032

3133
arr = rand(10)
3234
sorted_arr = sort(arr)

0 commit comments

Comments
 (0)