Skip to content

Commit

Permalink
Tests: promote
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 10, 2023
1 parent 5487141 commit 782e07c
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 194 deletions.
26 changes: 11 additions & 15 deletions compiler/tests-check-prim/main.output5
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ caml_dynlink_lookup_symbol
caml_dynlink_open_lib
caml_get_current_environment
caml_get_section_table
caml_int64_add_native
caml_int64_and_native
caml_int64_div_native
caml_int64_mod_native
caml_int64_mul_native
caml_int64_neg_native
caml_int64_or_native
caml_int64_sub_native
caml_int64_xor_native
caml_int_as_pointer
caml_invoke_traced_function
caml_ml_runtime_events_pause
caml_ml_runtime_events_resume
caml_ml_runtime_events_start
caml_realloc_global
caml_reify_bytecode
caml_reset_afl_instrumentation
Expand Down Expand Up @@ -51,7 +45,6 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -70,7 +63,6 @@ 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 @@ -126,10 +118,6 @@ 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 Expand Up @@ -163,7 +151,11 @@ caml_obj_truncate
From +runtime_events.js:
caml_runtime_events_create_cursor
caml_runtime_events_free_cursor
caml_runtime_events_pause
caml_runtime_events_read_poll
caml_runtime_events_resume
caml_runtime_events_start
caml_runtime_events_user_resolve

From +stdlib.js:
caml_build_symbols
Expand Down Expand Up @@ -221,3 +213,7 @@ caml_unix_symlink
caml_unix_time
caml_unix_unlink

From +zstd.js:
caml_compression_available
caml_zstd_initialize

28 changes: 13 additions & 15 deletions compiler/tests-check-prim/unix-unix.output5
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ caml_dynlink_lookup_symbol
caml_dynlink_open_lib
caml_get_current_environment
caml_get_section_table
caml_int64_add_native
caml_int64_and_native
caml_int64_div_native
caml_int64_mod_native
caml_int64_mul_native
caml_int64_neg_native
caml_int64_or_native
caml_int64_sub_native
caml_int64_xor_native
caml_int_as_pointer
caml_invoke_traced_function
caml_ml_runtime_events_pause
caml_ml_runtime_events_resume
caml_ml_runtime_events_start
caml_realloc_global
caml_reify_bytecode
caml_reset_afl_instrumentation
Expand Down Expand Up @@ -99,6 +93,7 @@ caml_unix_outchannel_of_filedescr
caml_unix_pipe
caml_unix_putenv
caml_unix_read
caml_unix_read_bigarray
caml_unix_realpath
caml_unix_recv
caml_unix_recvfrom
Expand Down Expand Up @@ -138,6 +133,7 @@ caml_unix_utimes
caml_unix_wait
caml_unix_waitpid
caml_unix_write
caml_unix_write_bigarray
debugger
is_digit_normalized

Expand All @@ -160,7 +156,6 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -179,7 +174,6 @@ 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 @@ -235,10 +229,6 @@ 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 Expand Up @@ -272,7 +262,11 @@ caml_obj_truncate
From +runtime_events.js:
caml_runtime_events_create_cursor
caml_runtime_events_free_cursor
caml_runtime_events_pause
caml_runtime_events_read_poll
caml_runtime_events_resume
caml_runtime_events_start
caml_runtime_events_user_resolve

From +stdlib.js:
caml_build_symbols
Expand Down Expand Up @@ -307,3 +301,7 @@ caml_unix_findfirst
caml_unix_findnext
caml_unix_startup

From +zstd.js:
caml_compression_available
caml_zstd_initialize

2 changes: 1 addition & 1 deletion compiler/tests-toplevel/test_toplevel.reference
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ hello
Line 3, characters 2-4:
Error: Syntax error
Line 4, characters 0-16:
Error: Unbound module Missing_module
Error: Unbound module "Missing_module"
Loading

0 comments on commit 782e07c

Please sign in to comment.