Skip to content

Commit 4585fdc

Browse files
committed
Simplify reproducer?
1 parent 20b3db9 commit 4585fdc

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

test/runtests.jl

+28-28
Original file line numberDiff line numberDiff line change
@@ -43,40 +43,40 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
4343

4444
@testset ExtendedTestSet "Reactant.jl Tests" begin
4545
if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "core"
46-
@safetestset "Layout" include("layout.jl")
47-
@safetestset "Tracing" include("tracing.jl")
46+
# @safetestset "Layout" include("layout.jl")
47+
# @safetestset "Tracing" include("tracing.jl")
4848
@safetestset "Basic" include("basic.jl")
49-
@safetestset "Autodiff" include("autodiff.jl")
50-
@safetestset "Complex" include("complex.jl")
51-
@safetestset "Broadcast" include("bcast.jl")
52-
@safetestset "Struct" include("struct.jl")
53-
@safetestset "Closure" include("closure.jl")
54-
@safetestset "Compile" include("compile.jl")
55-
@safetestset "Buffer Donation" include("buffer_donation.jl")
56-
@safetestset "Shortcuts to MLIR ops" include("ops.jl")
57-
@safetestset "Wrapped Arrays" include("wrapped_arrays.jl")
58-
@safetestset "Control Flow" include("control_flow.jl")
59-
@safetestset "Sorting" include("sorting.jl")
60-
@safetestset "Indexing" include("indexing.jl")
61-
if !Sys.isapple()
62-
@safetestset "Custom Number Types" include("custom_number_types.jl")
63-
end
64-
@safetestset "Sharding" include("sharding.jl")
49+
# @safetestset "Autodiff" include("autodiff.jl")
50+
# @safetestset "Complex" include("complex.jl")
51+
# @safetestset "Broadcast" include("bcast.jl")
52+
# @safetestset "Struct" include("struct.jl")
53+
# @safetestset "Closure" include("closure.jl")
54+
# @safetestset "Compile" include("compile.jl")
55+
# @safetestset "Buffer Donation" include("buffer_donation.jl")
56+
# @safetestset "Shortcuts to MLIR ops" include("ops.jl")
57+
# @safetestset "Wrapped Arrays" include("wrapped_arrays.jl")
58+
# @safetestset "Control Flow" include("control_flow.jl")
59+
# @safetestset "Sorting" include("sorting.jl")
60+
# @safetestset "Indexing" include("indexing.jl")
61+
# if !Sys.isapple()
62+
# @safetestset "Custom Number Types" include("custom_number_types.jl")
63+
# end
64+
# @safetestset "Sharding" include("sharding.jl")
6565

66-
@testset "IFRT" begin
67-
@safetestset "IFRT Low-Level API" include("ifrt/low_level.jl")
68-
end
66+
# @testset "IFRT" begin
67+
# @safetestset "IFRT Low-Level API" include("ifrt/low_level.jl")
68+
# end
6969
end
7070

7171
if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "integration"
72-
@safetestset "CUDA" include("integration/cuda.jl")
73-
@safetestset "KernelAbstractions" include("integration/kernelabstractions.jl")
74-
@safetestset "Linear Algebra" include("integration/linear_algebra.jl")
75-
@safetestset "OffsetArrays" include("integration/offsetarrays.jl")
76-
@safetestset "AbstractFFTs" include("integration/fft.jl")
72+
# @safetestset "CUDA" include("integration/cuda.jl")
73+
# @safetestset "KernelAbstractions" include("integration/kernelabstractions.jl")
74+
# @safetestset "Linear Algebra" include("integration/linear_algebra.jl")
75+
# @safetestset "OffsetArrays" include("integration/offsetarrays.jl")
76+
# @safetestset "AbstractFFTs" include("integration/fft.jl")
7777
@safetestset "SpecialFunctions" include("integration/special_functions.jl")
78-
@safetestset "Random" include("integration/random.jl")
79-
@safetestset "Python" include("integration/python.jl")
78+
# @safetestset "Random" include("integration/random.jl")
79+
# @safetestset "Python" include("integration/python.jl")
8080
end
8181

8282
if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "neural_networks"

0 commit comments

Comments
 (0)