Skip to content

Commit

Permalink
Tests: promote
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Sep 28, 2023
1 parent 5e7dce8 commit dcbe48d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/tests-check-prim/main.output
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ caml_atomic_cas
caml_atomic_exchange
caml_atomic_fetch_add
caml_atomic_load
caml_atomic_make_contended
caml_domain_dls
caml_domain_dls_get
caml_domain_dls_set
Expand Down Expand Up @@ -83,6 +84,7 @@ jsoo_create_file
jsoo_create_file_extern

From +gc.js:
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -143,6 +145,8 @@ caml_mod

From +io.js:
caml_input_value_to_outside_heap
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
Expand Down
6 changes: 6 additions & 0 deletions compiler/tests-check-prim/main.output5
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -69,6 +70,7 @@ caml_eventlog_resume
caml_gc_huge_fallback_count
caml_get_major_bucket
caml_get_major_credit
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -124,6 +126,10 @@ From +ints.js:
caml_div
caml_mod

From +io.js:
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
caml_trampoline
Expand Down
4 changes: 4 additions & 0 deletions compiler/tests-check-prim/unix-unix.output
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ caml_atomic_cas
caml_atomic_exchange
caml_atomic_fetch_add
caml_atomic_load
caml_atomic_make_contended
caml_domain_dls
caml_domain_dls_get
caml_domain_dls_set
Expand Down Expand Up @@ -192,6 +193,7 @@ jsoo_create_file
jsoo_create_file_extern

From +gc.js:
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -252,6 +254,8 @@ caml_mod

From +io.js:
caml_input_value_to_outside_heap
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
Expand Down
6 changes: 6 additions & 0 deletions compiler/tests-check-prim/unix-unix.output5
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -178,6 +179,7 @@ caml_eventlog_resume
caml_gc_huge_fallback_count
caml_get_major_bucket
caml_get_major_credit
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -233,6 +235,10 @@ From +ints.js:
caml_div
caml_mod

From +io.js:
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
caml_trampoline
Expand Down
4 changes: 4 additions & 0 deletions compiler/tests-check-prim/unix-win32.output
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ caml_atomic_cas
caml_atomic_exchange
caml_atomic_fetch_add
caml_atomic_load
caml_atomic_make_contended
caml_domain_dls
caml_domain_dls_get
caml_domain_dls_set
Expand Down Expand Up @@ -158,6 +159,7 @@ jsoo_create_file_extern

From +gc.js:
caml_memprof_set
caml_memprof_discard

From +graphics.js:
caml_gr_arc_aux
Expand Down Expand Up @@ -217,6 +219,8 @@ caml_mod

From +io.js:
caml_input_value_to_outside_heap
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
Expand Down
6 changes: 6 additions & 0 deletions compiler/tests-check-prim/unix-win32.output5
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -144,6 +145,7 @@ caml_eventlog_resume
caml_gc_huge_fallback_count
caml_get_major_bucket
caml_get_major_credit
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -199,6 +201,10 @@ From +ints.js:
caml_div
caml_mod

From +io.js:
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
caml_trampoline
Expand Down

0 comments on commit dcbe48d

Please sign in to comment.