|
32 | 32 | (library |
33 | 33 | ;; lib/tests/test_fun_call.ml |
34 | 34 | (name test_fun_call_75) |
35 | | - (enabled_if (and (<> %{profile} using-effects) (<> %{profile} wasm) (<> %{profile} wasm-effects))) |
| 35 | + (enabled_if (<> %{profile} using-effects)) |
36 | 36 | (modules test_fun_call) |
37 | 37 | (libraries js_of_ocaml unix) |
38 | | - (inline_tests (modes js wasm)) |
| 38 | + (inline_tests (modes js)) |
39 | 39 | (preprocess |
40 | 40 | (pps ppx_js_internal ppx_expect))) |
41 | 41 |
|
|
52 | 52 | (library |
53 | 53 | ;; lib/tests/test_json.ml |
54 | 54 | (name test_json_75) |
55 | | - (enabled_if (and (<> %{profile} wasm) (<> %{profile} wasm-effects))) |
| 55 | + (enabled_if true) |
56 | 56 | (modules test_json) |
57 | 57 | (libraries js_of_ocaml unix) |
58 | | - (inline_tests (modes js wasm)) |
| 58 | + (inline_tests (modes js)) |
59 | 59 | (preprocess |
60 | 60 | (pps ppx_js_internal ppx_expect))) |
61 | 61 |
|
|
72 | 72 | (library |
73 | 73 | ;; lib/tests/test_poly_compare.ml |
74 | 74 | (name test_poly_compare_75) |
75 | | - (enabled_if (and (<> %{profile} wasm) (<> %{profile} wasm-effects))) |
| 75 | + (enabled_if true) |
76 | 76 | (modules test_poly_compare) |
77 | 77 | (libraries js_of_ocaml unix) |
78 | | - (inline_tests (modes js wasm)) |
| 78 | + (inline_tests (modes js)) |
79 | 79 | (preprocess |
80 | 80 | (pps ppx_js_internal ppx_expect))) |
81 | 81 |
|
|
102 | 102 | (library |
103 | 103 | ;; lib/tests/test_sys.ml |
104 | 104 | (name test_sys_75) |
105 | | - (enabled_if (and (>= %{ocaml_version} 5) (<> %{profile} wasm) (<> %{profile} wasm-effects))) |
| 105 | + (enabled_if (>= %{ocaml_version} 5)) |
106 | 106 | (modules test_sys) |
107 | 107 | (libraries js_of_ocaml unix) |
108 | | - (inline_tests (modes js wasm)) |
| 108 | + (inline_tests (modes js)) |
109 | 109 | (preprocess |
110 | 110 | (pps ppx_js_internal ppx_expect))) |
111 | 111 |
|
|
0 commit comments