@@ -766,14 +766,66 @@ jobs:
766
766
- run-tests :
767
767
title : " node (oldest / 10.19.0)"
768
768
extra-cflags : " -sMIN_NODE_VERSION=101900"
769
+ # We include most but not all of the nodefs and node rawfs tests here.
770
+ # test_fs_nodefs_rw, test_fs_nodefs_statvfs, and test_unistd_io_nodefs_bigint fail.
769
771
test_targets : "
770
772
other.test_gen_struct_info
771
773
other.test_native_call_before_init
772
774
other.test_js_optimizer_verbose
773
775
other.test_node_unhandled_rejection
774
776
other.test_full_js_library*
775
777
core2.test_hello_world
776
- core2.test_fs_write_rawfs"
778
+ core2.test_fcntl_open_nodefs
779
+ core2.test_fcntl_open_rawfs
780
+ core2.test_fgetc_ungetc_nodefs
781
+ core2.test_fgetc_ungetc_rawfs
782
+ core2.test_fs_append_rawfs
783
+ core2.test_fs_emptyPath_rawfs
784
+ core2.test_fs_enotdir_nodefs
785
+ core2.test_fs_enotdir_rawfs
786
+ core2.test_fs_errorstack_rawfs
787
+ core2.test_fs_llseek_rawfs
788
+ core2.test_fs_mkdir_dotdot_nodefs
789
+ core2.test_fs_mkdir_dotdot_rawfs
790
+ core2.test_fs_mmap_nodefs
791
+ core2.test_fs_mmap_rawfs
792
+ core2.test_fs_nodefs_cloexec
793
+ core2.test_fs_nodefs_cloexec_rawfs
794
+ core2.test_fs_nodefs_dup
795
+ core2.test_fs_nodefs_dup_rawfs
796
+ core2.test_fs_nodefs_home
797
+ core2.test_fs_nodefs_nofollow
798
+ core2.test_fs_nodefs_readdir
799
+ core2.test_fs_noderawfs_nofollow
800
+ core2.test_fs_readdir_ino_matches_stat_ino_nodefs
801
+ core2.test_fs_readdir_ino_matches_stat_ino_rawfs
802
+ core2.test_fs_readv_rawfs
803
+ core2.test_fs_rename_on_existing_nodefs
804
+ core2.test_fs_rename_on_existing_rawfs
805
+ core2.test_fs_symlink_resolution_nodefs
806
+ core2.test_fs_symlink_resolution_rawfs
807
+ core2.test_fs_writeFile_rawfs
808
+ core2.test_fs_writeFile_wasmfs_rawfs
809
+ core2.test_fs_write_rawfs
810
+ core2.test_fs_writev_rawfs
811
+ core2.test_futimens_rawfs
812
+ core2.test_readdir_rawfs
813
+ core2.test_stat_chmod_rawfs
814
+ core2.test_unistd_access_nodefs
815
+ core2.test_unistd_access_rawfs
816
+ core2.test_unistd_close_rawfs
817
+ core2.test_unistd_dup_rawfs
818
+ core2.test_unistd_io_nodefs
819
+ core2.test_unistd_links_nodefs
820
+ core2.test_unistd_misc_nodefs
821
+ core2.test_unistd_pipe_rawfs
822
+ core2.test_unistd_symlink_on_nodefs
823
+ core2.test_unistd_truncate_nodefs
824
+ core2.test_unistd_truncate_rawfs
825
+ core2.test_unistd_unlink_nodefs
826
+ core2.test_unistd_unlink_rawfs
827
+ core2.test_unistd_write_broken_link_rawfs
828
+ "
777
829
# Run a few test with the most recent version of node
778
830
# In particular we have some tests that require node flags on older
779
831
# versions of node but not with the most recent version.
0 commit comments