diff --git a/compiler/tests-check-prim/dune.inc b/compiler/tests-check-prim/dune.inc index f587188599..70e7ab0cfb 100644 --- a/compiler/tests-check-prim/dune.inc +++ b/compiler/tests-check-prim/dune.inc @@ -43,96 +43,6 @@ +toplevel.js %{dep:unix.bc})))) -(rule - (targets main.5.2.output) - (mode - (promote (until-clean))) - (enabled_if (and (>= %{ocaml_version} 5.2)(< %{ocaml_version} 5.3))) - (action - (with-stdout-to - %{targets} - (run - %{bin:js_of_ocaml} - check-runtime - +dynlink.js - +toplevel.js - %{dep:main.bc})))) - -(rule - (targets unix-Win32.5.2.output) - (mode - (promote (until-clean))) - (enabled_if (and (>= %{ocaml_version} 5.2)(< %{ocaml_version} 5.3)(= %{os_type} Win32))) - (action - (with-stdout-to - %{targets} - (run - %{bin:js_of_ocaml} - check-runtime - +dynlink.js - +toplevel.js - %{dep:unix.bc})))) - -(rule - (targets unix-Unix.5.2.output) - (mode - (promote (until-clean))) - (enabled_if (and (>= %{ocaml_version} 5.2)(< %{ocaml_version} 5.3)(= %{os_type} Unix))) - (action - (with-stdout-to - %{targets} - (run - %{bin:js_of_ocaml} - check-runtime - +dynlink.js - +toplevel.js - %{dep:unix.bc})))) - -(rule - (targets main.5.3.output) - (mode - (promote (until-clean))) - (enabled_if (and (>= %{ocaml_version} 5.3)(< %{ocaml_version} 5.4))) - (action - (with-stdout-to - %{targets} - (run - %{bin:js_of_ocaml} - check-runtime - +dynlink.js - +toplevel.js - %{dep:main.bc})))) - -(rule - (targets unix-Win32.5.3.output) - (mode - (promote (until-clean))) - (enabled_if (and (>= %{ocaml_version} 5.3)(< %{ocaml_version} 5.4)(= %{os_type} Win32))) - (action - (with-stdout-to - %{targets} - (run - %{bin:js_of_ocaml} - check-runtime - +dynlink.js - +toplevel.js - %{dep:unix.bc})))) - -(rule - (targets unix-Unix.5.3.output) - (mode - (promote (until-clean))) - (enabled_if (and (>= %{ocaml_version} 5.3)(< %{ocaml_version} 5.4)(= %{os_type} Unix))) - (action - (with-stdout-to - %{targets} - (run - %{bin:js_of_ocaml} - check-runtime - +dynlink.js - +toplevel.js - %{dep:unix.bc})))) - (rule (targets main.5.4.output) (mode diff --git a/compiler/tests-check-prim/gen_dune.ml b/compiler/tests-check-prim/gen_dune.ml index 82d8707956..6665226ed1 100644 --- a/compiler/tests-check-prim/gen_dune.ml +++ b/compiler/tests-check-prim/gen_dune.ml @@ -85,7 +85,7 @@ let rule bc ocaml_version os_type = bc let () = - let versions : version list = [ `V4_14; `V5_2; `V5_3; `V5_4 ] in + let versions : version list = [ `V4_14; `V5_4 ] in set_binary_mode_out stdout true; List.iter (fun ocaml_version -> diff --git a/compiler/tests-check-prim/main.5.2.output b/compiler/tests-check-prim/main.5.2.output deleted file mode 100644 index b3ac67d39d..0000000000 --- a/compiler/tests-check-prim/main.5.2.output +++ /dev/null @@ -1,199 +0,0 @@ -Missing -------- - -From main.bc: -caml_alloc_dummy_function -caml_assume_no_perform -caml_continuation_use -caml_drop_continuation -caml_int_as_pointer -caml_reset_afl_instrumentation -debugger - -Unused -------- - -From +array.js: -caml_check_bound - -From +bigarray.js: -caml_ba_create_from (deprecated) -caml_ba_init - -From +bigstring.js: -caml_bigstring_blit_ba_to_ba -caml_bigstring_blit_ba_to_bytes -caml_bigstring_blit_bytes_to_ba -caml_bigstring_blit_string_to_ba -caml_bigstring_memcmp -caml_hash_mix_bigstring - -From +effect.js: -jsoo_effect_not_supported - -From +fs.js: -caml_ba_map_file -caml_ba_map_file_bytecode -caml_fs_init -jsoo_create_file -jsoo_create_file_extern - -From +graphics.js: -caml_gr_arc_aux -caml_gr_blit_image -caml_gr_clear_graph -caml_gr_close_graph -caml_gr_close_subwindow -caml_gr_create_image -caml_gr_current_x -caml_gr_current_y -caml_gr_display_mode -caml_gr_doc_of_state -caml_gr_draw_arc -caml_gr_draw_char -caml_gr_draw_image -caml_gr_draw_rect -caml_gr_draw_str -caml_gr_draw_string -caml_gr_dump_image -caml_gr_fill_arc -caml_gr_fill_poly -caml_gr_fill_rect -caml_gr_lineto -caml_gr_make_image -caml_gr_moveto -caml_gr_open_graph -caml_gr_open_subwindow -caml_gr_plot -caml_gr_point_color -caml_gr_remember_mode -caml_gr_resize_window -caml_gr_set_color -caml_gr_set_font -caml_gr_set_line_width -caml_gr_set_text_size -caml_gr_set_window_title -caml_gr_sigio_handler -caml_gr_sigio_signal -caml_gr_size_x -caml_gr_size_y -caml_gr_state -caml_gr_state_create -caml_gr_state_get -caml_gr_state_init -caml_gr_state_set -caml_gr_synchronize -caml_gr_text_size -caml_gr_wait_event -caml_gr_window_id - -From +hash.js: -caml_hash_mix_int64 - -From +ints.js: -caml_div -caml_mod - -From +jslib.js: -caml_is_js -caml_trampoline -caml_trampoline_return -caml_wrap_exception - -From +marshal.js: -caml_marshal_constants - -From +mlBytes.js: -caml_array_of_bytes (deprecated) -caml_array_of_string (deprecated) -caml_bytes_of_utf16_jsstring -caml_new_string (deprecated) -caml_string_concat -caml_to_js_string (deprecated) - -From +runtime_events.js: -caml_runtime_events_create_cursor -caml_runtime_events_free_cursor -caml_runtime_events_read_poll -caml_runtime_events_user_resolve - -From +stdlib.js: -caml_is_printable -caml_maybe_print_stats - -From +sys.js: -caml_fatal_uncaught_exception -caml_format_exception -caml_is_special_exception -caml_set_static_env -caml_sys_const_naked_pointers_checked - -From +toplevel.js: -caml_get_section_table -jsoo_get_runtime_aliases -jsoo_toplevel_init_compile -jsoo_toplevel_init_reloc - -From +unix.js: -caml_strerror -caml_unix_access -caml_unix_chdir -caml_unix_chmod -caml_unix_cleanup -caml_unix_close -caml_unix_closedir -caml_unix_fchmod -caml_unix_filedescr_of_fd -caml_unix_findclose -caml_unix_findfirst -caml_unix_findnext -caml_unix_fstat -caml_unix_fstat_64 -caml_unix_fsync -caml_unix_ftruncate -caml_unix_ftruncate_64 -caml_unix_getegid -caml_unix_geteuid -caml_unix_getgid -caml_unix_getpwnam -caml_unix_gettimeofday -caml_unix_getuid -caml_unix_gmtime -caml_unix_has_symlink -caml_unix_inchannel_of_filedescr -caml_unix_inet_addr_of_string -caml_unix_isatty -caml_unix_link -caml_unix_localtime -caml_unix_lookup_file -caml_unix_lseek -caml_unix_lseek_64 -caml_unix_lstat -caml_unix_lstat_64 -caml_unix_mkdir -caml_unix_mktime -caml_unix_open -caml_unix_opendir -caml_unix_outchannel_of_filedescr -caml_unix_read -caml_unix_read_bigarray -caml_unix_readdir -caml_unix_readlink -caml_unix_rename -caml_unix_rewinddir -caml_unix_rmdir -caml_unix_single_write -caml_unix_startup -caml_unix_stat -caml_unix_stat_64 -caml_unix_symlink -caml_unix_time -caml_unix_times -caml_unix_truncate -caml_unix_truncate_64 -caml_unix_unlink -caml_unix_utimes -caml_unix_write -caml_unix_write_bigarray -unix_error_message - diff --git a/compiler/tests-check-prim/main.5.3.output b/compiler/tests-check-prim/main.5.3.output deleted file mode 100644 index d847a0701c..0000000000 --- a/compiler/tests-check-prim/main.5.3.output +++ /dev/null @@ -1,197 +0,0 @@ -Missing -------- - -From main.bc: -caml_alloc_dummy_function -caml_assume_no_perform -caml_continuation_use -caml_int_as_pointer -caml_reset_afl_instrumentation -debugger - -Unused -------- - -From +array.js: -caml_check_bound - -From +bigarray.js: -caml_ba_create_from (deprecated) -caml_ba_init - -From +bigstring.js: -caml_bigstring_blit_ba_to_ba -caml_bigstring_blit_ba_to_bytes -caml_bigstring_blit_bytes_to_ba -caml_bigstring_blit_string_to_ba -caml_bigstring_memcmp -caml_hash_mix_bigstring - -From +effect.js: -jsoo_effect_not_supported - -From +fs.js: -caml_ba_map_file -caml_ba_map_file_bytecode -caml_fs_init -jsoo_create_file -jsoo_create_file_extern - -From +graphics.js: -caml_gr_arc_aux -caml_gr_blit_image -caml_gr_clear_graph -caml_gr_close_graph -caml_gr_close_subwindow -caml_gr_create_image -caml_gr_current_x -caml_gr_current_y -caml_gr_display_mode -caml_gr_doc_of_state -caml_gr_draw_arc -caml_gr_draw_char -caml_gr_draw_image -caml_gr_draw_rect -caml_gr_draw_str -caml_gr_draw_string -caml_gr_dump_image -caml_gr_fill_arc -caml_gr_fill_poly -caml_gr_fill_rect -caml_gr_lineto -caml_gr_make_image -caml_gr_moveto -caml_gr_open_graph -caml_gr_open_subwindow -caml_gr_plot -caml_gr_point_color -caml_gr_remember_mode -caml_gr_resize_window -caml_gr_set_color -caml_gr_set_font -caml_gr_set_line_width -caml_gr_set_text_size -caml_gr_set_window_title -caml_gr_sigio_handler -caml_gr_sigio_signal -caml_gr_size_x -caml_gr_size_y -caml_gr_state -caml_gr_state_create -caml_gr_state_get -caml_gr_state_init -caml_gr_state_set -caml_gr_synchronize -caml_gr_text_size -caml_gr_wait_event -caml_gr_window_id - -From +hash.js: -caml_hash_mix_int64 - -From +ints.js: -caml_div -caml_mod - -From +jslib.js: -caml_is_js -caml_trampoline -caml_trampoline_return -caml_wrap_exception - -From +marshal.js: -caml_marshal_constants - -From +mlBytes.js: -caml_array_of_bytes (deprecated) -caml_array_of_string (deprecated) -caml_bytes_of_utf16_jsstring -caml_new_string (deprecated) -caml_string_concat -caml_to_js_string (deprecated) - -From +runtime_events.js: -caml_runtime_events_create_cursor -caml_runtime_events_free_cursor -caml_runtime_events_read_poll -caml_runtime_events_user_resolve - -From +stdlib.js: -caml_is_printable -caml_maybe_print_stats - -From +sys.js: -caml_fatal_uncaught_exception -caml_format_exception -caml_is_special_exception -caml_set_static_env -caml_sys_const_naked_pointers_checked - -From +toplevel.js: -jsoo_get_runtime_aliases -jsoo_toplevel_init_compile -jsoo_toplevel_init_reloc - -From +unix.js: -caml_strerror -caml_unix_access -caml_unix_chdir -caml_unix_chmod -caml_unix_cleanup -caml_unix_close -caml_unix_closedir -caml_unix_fchmod -caml_unix_filedescr_of_fd -caml_unix_findclose -caml_unix_findfirst -caml_unix_findnext -caml_unix_fstat -caml_unix_fstat_64 -caml_unix_fsync -caml_unix_ftruncate -caml_unix_ftruncate_64 -caml_unix_getegid -caml_unix_geteuid -caml_unix_getgid -caml_unix_getpwnam -caml_unix_gettimeofday -caml_unix_getuid -caml_unix_gmtime -caml_unix_has_symlink -caml_unix_inchannel_of_filedescr -caml_unix_inet_addr_of_string -caml_unix_isatty -caml_unix_link -caml_unix_localtime -caml_unix_lookup_file -caml_unix_lseek -caml_unix_lseek_64 -caml_unix_lstat -caml_unix_lstat_64 -caml_unix_mkdir -caml_unix_mktime -caml_unix_open -caml_unix_opendir -caml_unix_outchannel_of_filedescr -caml_unix_read -caml_unix_read_bigarray -caml_unix_readdir -caml_unix_readlink -caml_unix_rename -caml_unix_rewinddir -caml_unix_rmdir -caml_unix_single_write -caml_unix_startup -caml_unix_stat -caml_unix_stat_64 -caml_unix_symlink -caml_unix_time -caml_unix_times -caml_unix_truncate -caml_unix_truncate_64 -caml_unix_unlink -caml_unix_utimes -caml_unix_write -caml_unix_write_bigarray -unix_error_message - diff --git a/compiler/tests-check-prim/unix-Unix.5.2.output b/compiler/tests-check-prim/unix-Unix.5.2.output deleted file mode 100644 index 2889e7d976..0000000000 --- a/compiler/tests-check-prim/unix-Unix.5.2.output +++ /dev/null @@ -1,222 +0,0 @@ -Missing -------- - -From unix.bc: -caml_alloc_dummy_function -caml_assume_no_perform -caml_continuation_use -caml_drop_continuation -caml_int_as_pointer -caml_reset_afl_instrumentation -caml_unix_accept -caml_unix_alarm -caml_unix_bind -caml_unix_chown -caml_unix_chroot -caml_unix_clear_close_on_exec -caml_unix_clear_nonblock -caml_unix_connect -caml_unix_dup -caml_unix_dup2 -caml_unix_environment -caml_unix_environment_unsafe -caml_unix_execv -caml_unix_execve -caml_unix_execvp -caml_unix_execvpe -caml_unix_fchown -caml_unix_fork -caml_unix_getaddrinfo -caml_unix_getgroups -caml_unix_gethostbyaddr -caml_unix_gethostbyname -caml_unix_gethostname -caml_unix_getitimer -caml_unix_getlogin -caml_unix_getnameinfo -caml_unix_getpeername -caml_unix_getpid -caml_unix_getppid -caml_unix_getprotobyname -caml_unix_getprotobynumber -caml_unix_getservbyname -caml_unix_getservbyport -caml_unix_getsockname -caml_unix_getsockopt -caml_unix_initgroups -caml_unix_kill -caml_unix_listen -caml_unix_lockf -caml_unix_map_file_bytecode -caml_unix_mkfifo -caml_unix_nice -caml_unix_pipe -caml_unix_putenv -caml_unix_realpath -caml_unix_recv -caml_unix_recvfrom -caml_unix_select -caml_unix_send -caml_unix_sendto -caml_unix_set_close_on_exec -caml_unix_set_nonblock -caml_unix_setgid -caml_unix_setgroups -caml_unix_setitimer -caml_unix_setsid -caml_unix_setsockopt -caml_unix_setuid -caml_unix_shutdown -caml_unix_sigpending -caml_unix_sigprocmask -caml_unix_sigsuspend -caml_unix_sleep -caml_unix_socket -caml_unix_socketpair -caml_unix_spawn -caml_unix_string_of_inet_addr -caml_unix_tcdrain -caml_unix_tcflow -caml_unix_tcflush -caml_unix_tcgetattr -caml_unix_tcsendbreak -caml_unix_tcsetattr -caml_unix_umask -caml_unix_wait -caml_unix_waitpid -debugger - -Unused -------- - -From +array.js: -caml_check_bound - -From +bigarray.js: -caml_ba_create_from (deprecated) -caml_ba_init - -From +bigstring.js: -caml_bigstring_blit_ba_to_ba -caml_bigstring_blit_ba_to_bytes -caml_bigstring_blit_bytes_to_ba -caml_bigstring_blit_string_to_ba -caml_bigstring_memcmp -caml_hash_mix_bigstring - -From +effect.js: -jsoo_effect_not_supported - -From +fs.js: -caml_ba_map_file -caml_ba_map_file_bytecode -caml_fs_init -jsoo_create_file -jsoo_create_file_extern - -From +graphics.js: -caml_gr_arc_aux -caml_gr_blit_image -caml_gr_clear_graph -caml_gr_close_graph -caml_gr_close_subwindow -caml_gr_create_image -caml_gr_current_x -caml_gr_current_y -caml_gr_display_mode -caml_gr_doc_of_state -caml_gr_draw_arc -caml_gr_draw_char -caml_gr_draw_image -caml_gr_draw_rect -caml_gr_draw_str -caml_gr_draw_string -caml_gr_dump_image -caml_gr_fill_arc -caml_gr_fill_poly -caml_gr_fill_rect -caml_gr_lineto -caml_gr_make_image -caml_gr_moveto -caml_gr_open_graph -caml_gr_open_subwindow -caml_gr_plot -caml_gr_point_color -caml_gr_remember_mode -caml_gr_resize_window -caml_gr_set_color -caml_gr_set_font -caml_gr_set_line_width -caml_gr_set_text_size -caml_gr_set_window_title -caml_gr_sigio_handler -caml_gr_sigio_signal -caml_gr_size_x -caml_gr_size_y -caml_gr_state -caml_gr_state_create -caml_gr_state_get -caml_gr_state_init -caml_gr_state_set -caml_gr_synchronize -caml_gr_text_size -caml_gr_wait_event -caml_gr_window_id - -From +hash.js: -caml_hash_mix_int64 - -From +ints.js: -caml_div -caml_mod - -From +jslib.js: -caml_is_js -caml_trampoline -caml_trampoline_return -caml_wrap_exception - -From +marshal.js: -caml_marshal_constants - -From +mlBytes.js: -caml_array_of_bytes (deprecated) -caml_array_of_string (deprecated) -caml_bytes_of_utf16_jsstring -caml_new_string (deprecated) -caml_string_concat -caml_to_js_string (deprecated) - -From +runtime_events.js: -caml_runtime_events_create_cursor -caml_runtime_events_free_cursor -caml_runtime_events_read_poll -caml_runtime_events_user_resolve - -From +stdlib.js: -caml_is_printable -caml_maybe_print_stats - -From +sys.js: -caml_fatal_uncaught_exception -caml_format_exception -caml_is_special_exception -caml_set_static_env -caml_sys_const_naked_pointers_checked - -From +toplevel.js: -caml_get_section_table -jsoo_get_runtime_aliases -jsoo_toplevel_init_compile -jsoo_toplevel_init_reloc - -From +unix.js: -caml_strerror -caml_unix_cleanup -caml_unix_filedescr_of_fd -caml_unix_findclose -caml_unix_findfirst -caml_unix_findnext -caml_unix_startup -unix_error_message - diff --git a/compiler/tests-check-prim/unix-Unix.5.3.output b/compiler/tests-check-prim/unix-Unix.5.3.output deleted file mode 100644 index 4e7c63290d..0000000000 --- a/compiler/tests-check-prim/unix-Unix.5.3.output +++ /dev/null @@ -1,220 +0,0 @@ -Missing -------- - -From unix.bc: -caml_alloc_dummy_function -caml_assume_no_perform -caml_continuation_use -caml_int_as_pointer -caml_reset_afl_instrumentation -caml_unix_accept -caml_unix_alarm -caml_unix_bind -caml_unix_chown -caml_unix_chroot -caml_unix_clear_close_on_exec -caml_unix_clear_nonblock -caml_unix_connect -caml_unix_dup -caml_unix_dup2 -caml_unix_environment -caml_unix_environment_unsafe -caml_unix_execv -caml_unix_execve -caml_unix_execvp -caml_unix_execvpe -caml_unix_fchown -caml_unix_fork -caml_unix_getaddrinfo -caml_unix_getgroups -caml_unix_gethostbyaddr -caml_unix_gethostbyname -caml_unix_gethostname -caml_unix_getitimer -caml_unix_getlogin -caml_unix_getnameinfo -caml_unix_getpeername -caml_unix_getpid -caml_unix_getppid -caml_unix_getprotobyname -caml_unix_getprotobynumber -caml_unix_getservbyname -caml_unix_getservbyport -caml_unix_getsockname -caml_unix_getsockopt -caml_unix_initgroups -caml_unix_kill -caml_unix_listen -caml_unix_lockf -caml_unix_map_file_bytecode -caml_unix_mkfifo -caml_unix_nice -caml_unix_pipe -caml_unix_putenv -caml_unix_realpath -caml_unix_recv -caml_unix_recvfrom -caml_unix_select -caml_unix_send -caml_unix_sendto -caml_unix_set_close_on_exec -caml_unix_set_nonblock -caml_unix_setgid -caml_unix_setgroups -caml_unix_setitimer -caml_unix_setsid -caml_unix_setsockopt -caml_unix_setuid -caml_unix_shutdown -caml_unix_sigpending -caml_unix_sigprocmask -caml_unix_sigsuspend -caml_unix_sleep -caml_unix_socket -caml_unix_socketpair -caml_unix_spawn -caml_unix_string_of_inet_addr -caml_unix_tcdrain -caml_unix_tcflow -caml_unix_tcflush -caml_unix_tcgetattr -caml_unix_tcsendbreak -caml_unix_tcsetattr -caml_unix_umask -caml_unix_wait -caml_unix_waitpid -debugger - -Unused -------- - -From +array.js: -caml_check_bound - -From +bigarray.js: -caml_ba_create_from (deprecated) -caml_ba_init - -From +bigstring.js: -caml_bigstring_blit_ba_to_ba -caml_bigstring_blit_ba_to_bytes -caml_bigstring_blit_bytes_to_ba -caml_bigstring_blit_string_to_ba -caml_bigstring_memcmp -caml_hash_mix_bigstring - -From +effect.js: -jsoo_effect_not_supported - -From +fs.js: -caml_ba_map_file -caml_ba_map_file_bytecode -caml_fs_init -jsoo_create_file -jsoo_create_file_extern - -From +graphics.js: -caml_gr_arc_aux -caml_gr_blit_image -caml_gr_clear_graph -caml_gr_close_graph -caml_gr_close_subwindow -caml_gr_create_image -caml_gr_current_x -caml_gr_current_y -caml_gr_display_mode -caml_gr_doc_of_state -caml_gr_draw_arc -caml_gr_draw_char -caml_gr_draw_image -caml_gr_draw_rect -caml_gr_draw_str -caml_gr_draw_string -caml_gr_dump_image -caml_gr_fill_arc -caml_gr_fill_poly -caml_gr_fill_rect -caml_gr_lineto -caml_gr_make_image -caml_gr_moveto -caml_gr_open_graph -caml_gr_open_subwindow -caml_gr_plot -caml_gr_point_color -caml_gr_remember_mode -caml_gr_resize_window -caml_gr_set_color -caml_gr_set_font -caml_gr_set_line_width -caml_gr_set_text_size -caml_gr_set_window_title -caml_gr_sigio_handler -caml_gr_sigio_signal -caml_gr_size_x -caml_gr_size_y -caml_gr_state -caml_gr_state_create -caml_gr_state_get -caml_gr_state_init -caml_gr_state_set -caml_gr_synchronize -caml_gr_text_size -caml_gr_wait_event -caml_gr_window_id - -From +hash.js: -caml_hash_mix_int64 - -From +ints.js: -caml_div -caml_mod - -From +jslib.js: -caml_is_js -caml_trampoline -caml_trampoline_return -caml_wrap_exception - -From +marshal.js: -caml_marshal_constants - -From +mlBytes.js: -caml_array_of_bytes (deprecated) -caml_array_of_string (deprecated) -caml_bytes_of_utf16_jsstring -caml_new_string (deprecated) -caml_string_concat -caml_to_js_string (deprecated) - -From +runtime_events.js: -caml_runtime_events_create_cursor -caml_runtime_events_free_cursor -caml_runtime_events_read_poll -caml_runtime_events_user_resolve - -From +stdlib.js: -caml_is_printable -caml_maybe_print_stats - -From +sys.js: -caml_fatal_uncaught_exception -caml_format_exception -caml_is_special_exception -caml_set_static_env -caml_sys_const_naked_pointers_checked - -From +toplevel.js: -jsoo_get_runtime_aliases -jsoo_toplevel_init_compile -jsoo_toplevel_init_reloc - -From +unix.js: -caml_strerror -caml_unix_cleanup -caml_unix_filedescr_of_fd -caml_unix_findclose -caml_unix_findfirst -caml_unix_findnext -caml_unix_startup -unix_error_message - diff --git a/compiler/tests-check-prim/unix-Win32.5.2.output b/compiler/tests-check-prim/unix-Win32.5.2.output deleted file mode 100644 index 931ab94600..0000000000 --- a/compiler/tests-check-prim/unix-Win32.5.2.output +++ /dev/null @@ -1,196 +0,0 @@ -Missing -------- - -From unix.bc: -caml_alloc_dummy_function -caml_assume_no_perform -caml_continuation_use -caml_drop_continuation -caml_int_as_pointer -caml_reset_afl_instrumentation -caml_unix_accept -caml_unix_bind -caml_unix_clear_close_on_exec -caml_unix_clear_nonblock -caml_unix_connect -caml_unix_create_process -caml_unix_dup -caml_unix_dup2 -caml_unix_environment -caml_unix_execv -caml_unix_execve -caml_unix_execvp -caml_unix_execvpe -caml_unix_filedescr_of_channel -caml_unix_getaddrinfo -caml_unix_gethostbyaddr -caml_unix_gethostbyname -caml_unix_gethostname -caml_unix_getnameinfo -caml_unix_getpeername -caml_unix_getpid -caml_unix_getprotobyname -caml_unix_getprotobynumber -caml_unix_getservbyname -caml_unix_getservbyport -caml_unix_getsockname -caml_unix_getsockopt -caml_unix_listen -caml_unix_lockf -caml_unix_map_file_bytecode -caml_unix_pipe -caml_unix_putenv -caml_unix_realpath -caml_unix_recv -caml_unix_recvfrom -caml_unix_select -caml_unix_send -caml_unix_sendto -caml_unix_set_close_on_exec -caml_unix_set_nonblock -caml_unix_setsockopt -caml_unix_shutdown -caml_unix_sleep -caml_unix_socket -caml_unix_socketpair -caml_unix_string_of_inet_addr -caml_unix_system -caml_unix_terminate_process -caml_unix_waitpid -debugger - -Unused -------- - -From +array.js: -caml_check_bound - -From +bigarray.js: -caml_ba_create_from (deprecated) -caml_ba_init - -From +bigstring.js: -caml_bigstring_blit_ba_to_ba -caml_bigstring_blit_ba_to_bytes -caml_bigstring_blit_bytes_to_ba -caml_bigstring_blit_string_to_ba -caml_bigstring_memcmp -caml_hash_mix_bigstring - -From +effect.js: -jsoo_effect_not_supported - -From +fs.js: -caml_ba_map_file -caml_ba_map_file_bytecode -caml_fs_init -jsoo_create_file -jsoo_create_file_extern - -From +graphics.js: -caml_gr_arc_aux -caml_gr_blit_image -caml_gr_clear_graph -caml_gr_close_graph -caml_gr_close_subwindow -caml_gr_create_image -caml_gr_current_x -caml_gr_current_y -caml_gr_display_mode -caml_gr_doc_of_state -caml_gr_draw_arc -caml_gr_draw_char -caml_gr_draw_image -caml_gr_draw_rect -caml_gr_draw_str -caml_gr_draw_string -caml_gr_dump_image -caml_gr_fill_arc -caml_gr_fill_poly -caml_gr_fill_rect -caml_gr_lineto -caml_gr_make_image -caml_gr_moveto -caml_gr_open_graph -caml_gr_open_subwindow -caml_gr_plot -caml_gr_point_color -caml_gr_remember_mode -caml_gr_resize_window -caml_gr_set_color -caml_gr_set_font -caml_gr_set_line_width -caml_gr_set_text_size -caml_gr_set_window_title -caml_gr_sigio_handler -caml_gr_sigio_signal -caml_gr_size_x -caml_gr_size_y -caml_gr_state -caml_gr_state_create -caml_gr_state_get -caml_gr_state_init -caml_gr_state_set -caml_gr_synchronize -caml_gr_text_size -caml_gr_wait_event -caml_gr_window_id - -From +hash.js: -caml_hash_mix_int64 - -From +ints.js: -caml_div -caml_mod - -From +jslib.js: -caml_is_js -caml_trampoline -caml_trampoline_return -caml_wrap_exception - -From +marshal.js: -caml_marshal_constants - -From +mlBytes.js: -caml_array_of_bytes (deprecated) -caml_array_of_string (deprecated) -caml_bytes_of_utf16_jsstring -caml_new_string (deprecated) -caml_string_concat -caml_to_js_string (deprecated) - -From +runtime_events.js: -caml_runtime_events_create_cursor -caml_runtime_events_free_cursor -caml_runtime_events_read_poll -caml_runtime_events_user_resolve - -From +stdlib.js: -caml_is_printable -caml_maybe_print_stats - -From +sys.js: -caml_fatal_uncaught_exception -caml_format_exception -caml_is_special_exception -caml_set_static_env -caml_sys_const_naked_pointers_checked - -From +toplevel.js: -caml_get_section_table -jsoo_get_runtime_aliases -jsoo_toplevel_init_compile -jsoo_toplevel_init_reloc - -From +unix.js: -caml_strerror -caml_unix_fchmod -caml_unix_getegid -caml_unix_geteuid -caml_unix_getgid -caml_unix_getpwnam -caml_unix_getuid -caml_unix_rewinddir -unix_error_message - diff --git a/compiler/tests-check-prim/unix-Win32.5.3.output b/compiler/tests-check-prim/unix-Win32.5.3.output deleted file mode 100644 index 4159404436..0000000000 --- a/compiler/tests-check-prim/unix-Win32.5.3.output +++ /dev/null @@ -1,194 +0,0 @@ -Missing -------- - -From unix.bc: -caml_alloc_dummy_function -caml_assume_no_perform -caml_continuation_use -caml_int_as_pointer -caml_reset_afl_instrumentation -caml_unix_accept -caml_unix_bind -caml_unix_clear_close_on_exec -caml_unix_clear_nonblock -caml_unix_connect -caml_unix_create_process -caml_unix_dup -caml_unix_dup2 -caml_unix_environment -caml_unix_execv -caml_unix_execve -caml_unix_execvp -caml_unix_execvpe -caml_unix_filedescr_of_channel -caml_unix_getaddrinfo -caml_unix_gethostbyaddr -caml_unix_gethostbyname -caml_unix_gethostname -caml_unix_getnameinfo -caml_unix_getpeername -caml_unix_getpid -caml_unix_getprotobyname -caml_unix_getprotobynumber -caml_unix_getservbyname -caml_unix_getservbyport -caml_unix_getsockname -caml_unix_getsockopt -caml_unix_listen -caml_unix_lockf -caml_unix_map_file_bytecode -caml_unix_pipe -caml_unix_putenv -caml_unix_realpath -caml_unix_recv -caml_unix_recvfrom -caml_unix_select -caml_unix_send -caml_unix_sendto -caml_unix_set_close_on_exec -caml_unix_set_nonblock -caml_unix_setsockopt -caml_unix_shutdown -caml_unix_sleep -caml_unix_socket -caml_unix_socketpair -caml_unix_string_of_inet_addr -caml_unix_system -caml_unix_terminate_process -caml_unix_waitpid -debugger - -Unused -------- - -From +array.js: -caml_check_bound - -From +bigarray.js: -caml_ba_create_from (deprecated) -caml_ba_init - -From +bigstring.js: -caml_bigstring_blit_ba_to_ba -caml_bigstring_blit_ba_to_bytes -caml_bigstring_blit_bytes_to_ba -caml_bigstring_blit_string_to_ba -caml_bigstring_memcmp -caml_hash_mix_bigstring - -From +effect.js: -jsoo_effect_not_supported - -From +fs.js: -caml_ba_map_file -caml_ba_map_file_bytecode -caml_fs_init -jsoo_create_file -jsoo_create_file_extern - -From +graphics.js: -caml_gr_arc_aux -caml_gr_blit_image -caml_gr_clear_graph -caml_gr_close_graph -caml_gr_close_subwindow -caml_gr_create_image -caml_gr_current_x -caml_gr_current_y -caml_gr_display_mode -caml_gr_doc_of_state -caml_gr_draw_arc -caml_gr_draw_char -caml_gr_draw_image -caml_gr_draw_rect -caml_gr_draw_str -caml_gr_draw_string -caml_gr_dump_image -caml_gr_fill_arc -caml_gr_fill_poly -caml_gr_fill_rect -caml_gr_lineto -caml_gr_make_image -caml_gr_moveto -caml_gr_open_graph -caml_gr_open_subwindow -caml_gr_plot -caml_gr_point_color -caml_gr_remember_mode -caml_gr_resize_window -caml_gr_set_color -caml_gr_set_font -caml_gr_set_line_width -caml_gr_set_text_size -caml_gr_set_window_title -caml_gr_sigio_handler -caml_gr_sigio_signal -caml_gr_size_x -caml_gr_size_y -caml_gr_state -caml_gr_state_create -caml_gr_state_get -caml_gr_state_init -caml_gr_state_set -caml_gr_synchronize -caml_gr_text_size -caml_gr_wait_event -caml_gr_window_id - -From +hash.js: -caml_hash_mix_int64 - -From +ints.js: -caml_div -caml_mod - -From +jslib.js: -caml_is_js -caml_trampoline -caml_trampoline_return -caml_wrap_exception - -From +marshal.js: -caml_marshal_constants - -From +mlBytes.js: -caml_array_of_bytes (deprecated) -caml_array_of_string (deprecated) -caml_bytes_of_utf16_jsstring -caml_new_string (deprecated) -caml_string_concat -caml_to_js_string (deprecated) - -From +runtime_events.js: -caml_runtime_events_create_cursor -caml_runtime_events_free_cursor -caml_runtime_events_read_poll -caml_runtime_events_user_resolve - -From +stdlib.js: -caml_is_printable -caml_maybe_print_stats - -From +sys.js: -caml_fatal_uncaught_exception -caml_format_exception -caml_is_special_exception -caml_set_static_env -caml_sys_const_naked_pointers_checked - -From +toplevel.js: -jsoo_get_runtime_aliases -jsoo_toplevel_init_compile -jsoo_toplevel_init_reloc - -From +unix.js: -caml_strerror -caml_unix_fchmod -caml_unix_getegid -caml_unix_geteuid -caml_unix_getgid -caml_unix_getpwnam -caml_unix_getuid -caml_unix_rewinddir -unix_error_message -