File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,10 @@ let constant_js_equal a b =
272
272
| _, Float_array _
273
273
| Int64 _, _
274
274
| _, Int64 _
275
+ | Int32 _, _
276
+ | _, Int32 _
277
+ | NativeInt _, _
278
+ | _, NativeInt _
275
279
| Tuple _, _
276
280
| _ , Tuple _ -> None
277
281
Original file line number Diff line number Diff line change @@ -341,6 +341,10 @@ let constant_identical a b =
341
341
| _, Float_array _
342
342
| Int64 _, _
343
343
| _, Int64 _
344
+ | Int32 _, _
345
+ | _, Int32 _
346
+ | NativeInt _, _
347
+ | _, NativeInt _
344
348
| Tuple _, _
345
349
| _ , Tuple _ -> false
346
350
Original file line number Diff line number Diff line change 362
362
(library
363
363
;; compiler/ tests- compiler/ gh1659.ml
364
364
(name gh1659_15)
365
- (enabled_if true )
365
+ (enabled_if ( and ( <> % {profile} wasm) ( <> % {profile} wasm - effects)) )
366
366
(modules gh1659)
367
367
(libraries js_of_ocaml_compiler unix str jsoo_compiler_expect_tests_helper)
368
368
(inline_tests
369
- (enabled_if true )
369
+ (enabled_if ( and ( <> % {profile} wasm) ( <> % {profile} wasm - effects)) )
370
370
(deps
371
371
(file % {project_root}/ compiler/ bin- js_of_ocaml/ js_of_ocaml.exe)
372
372
(file % {project_root}/ compiler/ bin- jsoo_minify/ jsoo_minify.exe)))
You can’t perform that action at this time.
0 commit comments