|
96 | 96 | (modules effects) |
97 | 97 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
98 | 98 | (inline_tests |
99 | | - (enabled_if true) |
| 99 | + (enabled_if (not %{oxcaml_supported})) |
100 | 100 | (deps |
101 | 101 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
102 | 102 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
111 | 111 | (modules effects_continuations) |
112 | 112 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
113 | 113 | (inline_tests |
114 | | - (enabled_if true) |
| 114 | + (enabled_if (not %{oxcaml_supported})) |
115 | 115 | (deps |
116 | 116 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
117 | 117 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
126 | 126 | (modules effects_exceptions) |
127 | 127 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
128 | 128 | (inline_tests |
129 | | - (enabled_if true) |
| 129 | + (enabled_if (not %{oxcaml_supported})) |
130 | 130 | (deps |
131 | 131 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
132 | 132 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
156 | 156 | (modules eliminate_exception_handler) |
157 | 157 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
158 | 158 | (inline_tests |
159 | | - (enabled_if true) |
| 159 | + (enabled_if (not %{oxcaml_supported})) |
160 | 160 | (deps |
161 | 161 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
162 | 162 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
231 | 231 | (modules exceptions) |
232 | 232 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
233 | 233 | (inline_tests |
234 | | - (enabled_if true) |
| 234 | + (enabled_if (not %{oxcaml_supported})) |
235 | 235 | (deps |
236 | 236 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
237 | 237 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
336 | 336 | (modules gh1354) |
337 | 337 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
338 | 338 | (inline_tests |
339 | | - (enabled_if true) |
| 339 | + (enabled_if (not %{oxcaml_supported})) |
340 | 340 | (deps |
341 | 341 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
342 | 342 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
456 | 456 | (modules gh1868) |
457 | 457 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
458 | 458 | (inline_tests |
459 | | - (enabled_if true) |
| 459 | + (enabled_if (not %{oxcaml_supported})) |
460 | 460 | (deps |
461 | 461 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
462 | 462 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
486 | 486 | (modules gh747) |
487 | 487 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
488 | 488 | (inline_tests |
489 | | - (enabled_if true) |
| 489 | + (enabled_if (not %{oxcaml_supported})) |
490 | 490 | (deps |
491 | 491 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
492 | 492 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
516 | 516 | (modules global_deadcode) |
517 | 517 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
518 | 518 | (inline_tests |
519 | | - (enabled_if true) |
| 519 | + (enabled_if (not %{oxcaml_supported})) |
520 | 520 | (deps |
521 | 521 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
522 | 522 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
606 | 606 | (modules loops) |
607 | 607 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
608 | 608 | (inline_tests |
609 | | - (enabled_if true) |
| 609 | + (enabled_if (not %{oxcaml_supported})) |
610 | 610 | (deps |
611 | 611 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
612 | 612 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
681 | 681 | (modules obj) |
682 | 682 | (libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper) |
683 | 683 | (inline_tests |
684 | | - (enabled_if (>= %{ocaml_version} 5)) |
| 684 | + (enabled_if (and (>= %{ocaml_version} 5) (not %{oxcaml_supported}))) |
685 | 685 | (deps |
686 | 686 | (file %{project_root}/compiler/bin-js_of_ocaml/js_of_ocaml.exe) |
687 | 687 | (file %{project_root}/compiler/bin-jsoo_minify/jsoo_minify.exe))) |
|
0 commit comments