Skip to content

Commit 3814d47

Browse files
committed
accept diff
Signed-off-by: Hugo Heuzard <[email protected]>
1 parent b5407f6 commit 3814d47

File tree

4 files changed

+13
-13
lines changed
  • test/blackbox-tests/test-cases
    • jsoo
    • wasmoo/no-check-prim.t

4 files changed

+13
-13
lines changed

test/blackbox-tests/test-cases/jsoo/explicit-js-mode-specified.t/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ specify js mode (#1940).
2525
$ dune build --display short @@all 2>&1 | grep js_of_ocaml
2626
js_of_ocaml .b.eobjs/jsoo/b.bc.runtime.js
2727
js_of_ocaml .e.eobjs/jsoo/e.bc.runtime.js
28-
js_of_ocaml .js/default/stdlib/std_exit.cmo.js
2928
js_of_ocaml .js/default/stdlib/stdlib.cma.js
29+
js_of_ocaml .js/default/stdlib/std_exit.cmo.js
3030
js_of_ocaml .b.eobjs/jsoo/b.cmo.js
3131
js_of_ocaml b.bc.js
32-
js_of_ocaml .e.eobjs/jsoo/e.cmo.js
3332
js_of_ocaml .foo.objs/jsoo/default/foo.cma.js
33+
js_of_ocaml .e.eobjs/jsoo/e.cmo.js
3434
js_of_ocaml e.bc.js
3535

3636
Check that building a JS-enabled executable that depends on a library works.

test/blackbox-tests/test-cases/jsoo/inline-tests.t/run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Run inline tests using node js
99
$ dune runtest
1010
inline tests (Byte)
1111
inline tests (Byte)
12-
Warning [missing-effects-backend]: your program contains effect handlers; you should probably run js_of_ocaml with option '--effects=cps'
1312
inline tests (Native)
1413
inline tests (Native)
14+
Warning [missing-effects-backend]: your program contains effect handlers; you should probably run js_of_ocaml with option '--effects=cps'
1515
inline tests (JS)
1616
inline tests (JS)
1717

test/blackbox-tests/test-cases/jsoo/no-check-prim.t/run.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ Compilation using jsoo
1010
ocamldep bin/.technologic.eobjs/z.impl.d
1111
ocamlopt lib/.x.objs/native/x__.{cmx,o}
1212
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}
13-
js_of_ocaml .js/default/js_of_ocaml-compiler.runtime/jsoo_runtime.cma.js
14-
js_of_ocaml .js/default/js_of_ocaml/js_of_ocaml.cma.js
15-
js_of_ocaml .js/default/stdlib/std_exit.cmo.js
1613
js_of_ocaml .js/default/stdlib/stdlib.cma.js
14+
js_of_ocaml .js/default/stdlib/std_exit.cmo.js
1715
ocamlopt lib/.x.objs/native/x__Y.{cmx,o}
1816
ocamlc lib/.x.objs/byte/x.{cmi,cmo,cmt}
17+
js_of_ocaml .js/default/js_of_ocaml-compiler.runtime/jsoo_runtime.cma.js
1918
ocamlopt lib/.x.objs/native/x.{cmx,o}
2019
ocamlc bin/.technologic.eobjs/byte/z.{cmi,cmo,cmt}
2120
ocamlc lib/x.cma
21+
js_of_ocaml .js/default/js_of_ocaml/js_of_ocaml.cma.js
2222
ocamlopt lib/x.{a,cmxa}
2323
ocamlc bin/.technologic.eobjs/byte/technologic.{cmi,cmo,cmt}
24-
js_of_ocaml bin/.technologic.eobjs/jsoo/z.cmo.js
2524
js_of_ocaml lib/.x.objs/jsoo/default/x.cma.js
2625
ocamlopt lib/x.cmxs
26+
js_of_ocaml bin/.technologic.eobjs/jsoo/z.cmo.js
2727
js_of_ocaml bin/.technologic.eobjs/jsoo/technologic.cmo.js
2828
js_of_ocaml bin/technologic.bc.js
2929
$ node ./_build/default/bin/technologic.bc.js

test/blackbox-tests/test-cases/wasmoo/no-check-prim.t/run.t

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ Compilation using WasmOO
1010
ocamldep bin/.technologic.eobjs/dune__exe__Z.impl.d
1111
ocamlopt lib/.x.objs/native/x__.{cmx,o}
1212
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}
13-
wasm_of_ocaml .js/default/js_of_ocaml-compiler.runtime/jsoo_runtime.wasma
14-
wasm_of_ocaml .js/default/js_of_ocaml/js_of_ocaml.wasma
15-
wasm_of_ocaml .js/default/stdlib/std_exit.wasmo
1613
wasm_of_ocaml .js/default/stdlib/stdlib.wasma
14+
wasm_of_ocaml .js/default/stdlib/std_exit.wasmo
1715
ocamlc bin/.technologic.eobjs/byte/dune__exe.{cmi,cmo,cmt}
1816
ocamldep bin/.technologic.eobjs/dune__exe__Technologic.intf.d
1917
ocamlopt lib/.x.objs/native/x__Y.{cmx,o}
2018
ocamlc lib/.x.objs/byte/x.{cmi,cmo,cmt}
21-
wasm_of_ocaml bin/.technologic.eobjs/jsoo/dune__exe.wasmo
19+
wasm_of_ocaml .js/default/js_of_ocaml-compiler.runtime/jsoo_runtime.wasma
2220
ocamlopt lib/.x.objs/native/x.{cmx,o}
2321
ocamlc bin/.technologic.eobjs/byte/dune__exe__Technologic.{cmi,cmti}
2422
ocamlc lib/x.cma
2523
ocamlc bin/.technologic.eobjs/byte/dune__exe__Z.{cmi,cmo,cmt}
24+
wasm_of_ocaml .js/default/js_of_ocaml/js_of_ocaml.wasma
2625
ocamlopt lib/x.{a,cmxa}
27-
wasm_of_ocaml lib/.x.objs/jsoo/default/x.wasma
2826
ocamlc bin/.technologic.eobjs/byte/dune__exe__Technologic.{cmo,cmt}
29-
wasm_of_ocaml bin/.technologic.eobjs/jsoo/dune__exe__Z.wasmo
27+
wasm_of_ocaml lib/.x.objs/jsoo/default/x.wasma
3028
ocamlopt lib/x.cmxs
29+
wasm_of_ocaml bin/.technologic.eobjs/jsoo/dune__exe.wasmo
30+
wasm_of_ocaml bin/.technologic.eobjs/jsoo/dune__exe__Z.wasmo
3131
wasm_of_ocaml bin/.technologic.eobjs/jsoo/dune__exe__Technologic.wasmo
3232
wasm_of_ocaml bin/technologic.bc.wasm.{js,assets}
3333
$ node ./_build/default/bin/technologic.bc.wasm.js

0 commit comments

Comments
 (0)