@@ -40,53 +40,53 @@ include("convert.jl")
40
40
include (" specialfunctions.jl" )
41
41
42
42
function testsuite (backend, backend_str, backend_mod, AT, DAT; skip_tests = Set {String} ())
43
- @conditional_testset " Unittests" skip_tests begin
44
- unittest_testsuite (backend, backend_str, backend_mod, DAT; skip_tests)
45
- end
43
+ # @conditional_testset "Unittests" skip_tests begin
44
+ # unittest_testsuite(backend, backend_str, backend_mod, DAT; skip_tests)
45
+ # end
46
46
47
- @conditional_testset " SpecialFunctions" skip_tests begin
48
- specialfunctions_testsuite (backend)
49
- end
47
+ # @conditional_testset "SpecialFunctions" skip_tests begin
48
+ # specialfunctions_testsuite(backend)
49
+ # end
50
50
51
- @conditional_testset " Localmem" skip_tests begin
52
- localmem_testsuite (backend, AT)
53
- end
51
+ # @conditional_testset "Localmem" skip_tests begin
52
+ # localmem_testsuite(backend, AT)
53
+ # end
54
54
55
- @conditional_testset " Private" skip_tests begin
56
- private_testsuite (backend, AT)
57
- end
55
+ # @conditional_testset "Private" skip_tests begin
56
+ # private_testsuite(backend, AT)
57
+ # end
58
58
59
- @conditional_testset " Unroll" skip_tests begin
60
- unroll_testsuite (backend, AT)
61
- end
59
+ # @conditional_testset "Unroll" skip_tests begin
60
+ # unroll_testsuite(backend, AT)
61
+ # end
62
62
63
- @testset " NDIteration" begin
64
- nditeration_testsuite ()
65
- end
63
+ # @testset "NDIteration" begin
64
+ # nditeration_testsuite()
65
+ # end
66
66
67
- @conditional_testset " copyto!" skip_tests begin
68
- copyto_testsuite (backend, AT)
69
- end
67
+ # @conditional_testset "copyto!" skip_tests begin
68
+ # copyto_testsuite(backend, AT)
69
+ # end
70
70
71
- @conditional_testset " Devices" skip_tests begin
72
- devices_testsuite (backend)
73
- end
71
+ # @conditional_testset "Devices" skip_tests begin
72
+ # devices_testsuite(backend)
73
+ # end
74
74
75
- @conditional_testset " Printing" skip_tests begin
76
- printing_testsuite (backend)
77
- end
75
+ # @conditional_testset "Printing" skip_tests begin
76
+ # printing_testsuite(backend)
77
+ # end
78
78
79
- @conditional_testset " Compiler" skip_tests begin
80
- compiler_testsuite (backend, AT)
81
- end
79
+ # @conditional_testset "Compiler" skip_tests begin
80
+ # compiler_testsuite(backend, AT)
81
+ # end
82
82
83
- @conditional_testset " Reflection" skip_tests begin
84
- reflection_testsuite (backend, backend_str, AT)
85
- end
83
+ # @conditional_testset "Reflection" skip_tests begin
84
+ # reflection_testsuite(backend, backend_str, AT)
85
+ # end
86
86
87
- @conditional_testset " Convert" skip_tests begin
88
- convert_testsuite (backend, AT)
89
- end
87
+ # @conditional_testset "Convert" skip_tests begin
88
+ # convert_testsuite(backend, AT)
89
+ # end
90
90
91
91
@conditional_testset " Examples" skip_tests begin
92
92
examples_testsuite (backend, backend_str)
0 commit comments