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