Skip to content

Instantly share code, notes, and snippets.

/- Secret

Created November 2, 2017 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/11180dc8613200c0d22a0ba4571ba674 to your computer and use it in GitHub Desktop.
Save anonymous/11180dc8613200c0d22a0ba4571ba674 to your computer and use it in GitHub Desktop.
/Users/kumpera/src/wasm/mono/sdks/wasm/v8/out.gn/x64.release/d8 --expose_wasm test.js
STATUS: Preparing... (0/1)
STATUS: All downloads complete.
LOADING mscorlib.dll
LOADING System.dll
LOADING System.Core.dll
LOADING main.exe
LOADING nunitlite.dll
LOADING mini_tests.dll
-----LOADED ----
WASM: NUnitLite 1.0.0 (.NET 4.5 Debug)
WASM: Copyright 2013, Charlie Poole
WASM:
WASM: Runtime Environment -
WASM: OS Version: Unix 1.0.0.0
WASM: Mono Version: 4.0.50524.0
WASM:
WASM: ***** /managed/mini_tests.dll
WASM: ***** JitTests
WASM: ***** JitTests.Aot
WASM: Skipping 'test_0_array_delegate_full_aot'.
WASM: Running 'test_0_arm64_dyncall_double' ...
WASM: Running 'test_0_arm64_dyncall_float' ...
WASM: Running 'test_0_arm64_dyncall_hfa_double' ...
WASM: Running 'test_0_arm64_dyncall_hfa_float' ...
WASM: Running 'test_0_arm64_dyncall_gsharedvt_out_hfa_double' ...
WASM: Running 'test_0_arm64_dyncall_gsharedvt_out_hfa_float' ...
WASM: Running 'test_0_arm64_gsharedvt_out_vtypebyref' ...
WASM: Running 'test_0_arm64_dyncall_vtypebyref_ret' ...
WASM: Running 'test_0_arm_dyncall_reg_stack_split' ...
WASM: Running 'test_0_partial_sharing_regress_30204' ...
WASM: Running 'test_0_dyncall_nullable' ...
WASM: Running 'test_0_enum_eq_comparer' ...
WASM: Running 'test_0_enum_comparer' ...
WASM: Running 'test_0_gsharedvt_non_variable_arg' ...
WASM: Running 'test_0_long_enum_eq_comparer' ...
WASM: Running 'test_0_int_enum_eq_comparer' ...
WASM: Running 'test_0_array_accessor_runtime_invoke_ref' ...
WASM: Running 'test_0_delegate_invoke_wrappers_gsharedvt' ...
WASM: Running 'test_0_large_nullable_invoke' ...
WASM: test_0_large_nullable_invoke failed: got 2, expected 0
WASM: Running 'test_10_arm64_hfa_on_stack_llvm' ...
WASM: Running 'test_0_get_current_method' ...
WASM: Running 'test_0_get_current_method_generic' ...
WASM: Running 'test_0_array_wrappers_runtime_invoke' ...
WASM: Running 'test_0_fault_clauses' ...
WASM: Regression tests: 24 ran, 1 skipped, 1 failed in AotTests
WASM: ***** JitTests.Arrays
WASM: Running 'test_10_create' ...
WASM: Running 'test_0_unset_value' ...
WASM: Running 'test_3_set_value' ...
WASM: Running 'test_0_char_array_1' ...
WASM: Running 'test_0_char_array_2' ...
WASM: Running 'test_0_char_array_3' ...
WASM: Running 'test_0_byte_array' ...
WASM: Running 'test_0_set_after_shift' ...
WASM: Running 'test_0_newarr_emulation' ...
WASM: Running 'test_1_bit_index' ...
WASM: Running 'test_2_regalloc' ...
WASM: Running 'test_0_stelemref_1' ...
WASM: Running 'test_0_stelemref_2' ...
WASM: Running 'test_0_stelemref_3' ...
WASM: Running 'test_0_stelemref_4' ...
WASM: Running 'test_0_arrays' ...
WASM: Running 'test_0_multi_dimension_arrays' ...
WASM: Running 'test_100_3_dimensional_arrays' ...
WASM: Running 'test_100_4_dimensional_arrays' ...
WASM: Running 'test_0_bug_71454' ...
WASM: Running 'test_0_interface_array_cast' ...
WASM: Running 'test_0_regress_74549' ...
WASM: Running 'test_0_regress_75832' ...
WASM: Running 'test_0_stelem_ref_null_opt' ...
WASM: Running 'test_0_invalid_new_array_size' ...
WASM: Running 'test_0_multidym_array_with_negative_lower_bound' ...
WASM: Running 'test_0_invalid_new_multi_dym_array_size' ...
WASM: Running 'test_0_primitive_array_cast' ...
WASM: Running 'test_0_intptr_array_cast' ...
WASM: Running 'test_0_long_indices' ...
WASM: Running 'test_0_ldelema_2_64bit' ...
WASM: Running 'test_0_newarr_ovf' ...
WASM: Running 'test_10_llvm_ldlen_licm' ...
WASM: Regression tests: 33 ran, 0 failed in ArrayTests
WASM: ***** JitTests.Basic
WASM: Running 'test_0_return' ...
WASM: Running 'test_100000_return_large' ...
WASM: Running 'test_1_load_bool' ...
WASM: Running 'test_0_load_bool_false' ...
WASM: Running 'test_200_load_byte' ...
WASM: Running 'test_100_load_sbyte' ...
WASM: Running 'test_200_load_short' ...
WASM: Running 'test_100_load_ushort' ...
WASM: Running 'test_3_add_simple' ...
WASM: Running 'test_3_add_imm' ...
WASM: Running 'test_13407573_add_largeimm' ...
WASM: Running 'test_1_sub_simple' ...
WASM: Running 'test_1_sub_simple_un' ...
WASM: Running 'test_1_sub_imm' ...
WASM: Running 'test_2_sub_large_imm' ...
WASM: Running 'test_0_sub_inv_imm' ...
WASM: Running 'test_2_and' ...
WASM: Running 'test_0_and_imm' ...
WASM: Running 'test_0_and_large_imm' ...
WASM: Running 'test_0_and_large_imm2' ...
WASM: Running 'test_2_div' ...
WASM: Running 'test_4_div_imm' ...
WASM: Running 'test_4_divun_imm' ...
WASM: Running 'test_0_div_fold' ...
WASM: Running 'test_2_div_fold4' ...
WASM: Running 'test_2_div_fold16' ...
WASM: Running 'test_719177_div_destreg' ...
WASM: Running 'test_1_remun_imm' ...
WASM: Running 'test_2_bigremun_imm' ...
WASM: Running 'test_2_rem' ...
WASM: Running 'test_4_rem_imm' ...
WASM: Running 'test_0_rem_imm_0' ...
WASM: Running 'test_0_rem_imm_0_neg' ...
WASM: Running 'test_4_rem_big_imm' ...
WASM: Running 'test_9_mul' ...
WASM: Running 'test_15_mul_imm' ...
WASM: Running 'test_24_mul' ...
WASM: Running 'test_24_mul_ovf' ...
WASM: Running 'test_24_mul_un' ...
WASM: Running 'test_24_mul_ovf_un' ...
WASM: Running 'test_0_add_ovf1' ...
WASM: Running 'test_0_add_ovf2' ...
WASM: Running 'test_0_add_ovf3' ...
WASM: Running 'test_0_add_ovf4' ...
WASM: Running 'test_0_add_ovf5' ...
WASM: Running 'test_0_add_ovf6' ...
WASM: Running 'test_0_add_un_ovf' ...
WASM: Running 'test_0_sub_ovf1' ...
WASM: Running 'test_0_sub_ovf2' ...
WASM: Running 'test_0_sub_ovf3' ...
WASM: Running 'test_0_sub_ovf4' ...
WASM: Running 'test_0_sub_ovf5' ...
WASM: Running 'test_0_sub_ovf6' ...
WASM: Running 'test_0_sub_ovf_un' ...
WASM: Running 'test_3_or' ...
WASM: Running 'test_3_or_un' ...
WASM: Running 'test_3_or_short_un' ...
WASM: Running 'test_18_or_imm' ...
WASM: Running 'test_268435458_or_large_imm' ...
WASM: Running 'test_268435459_or_large_imm2' ...
WASM: Running 'test_1_xor' ...
WASM: Running 'test_1_xor_imm' ...
WASM: Running 'test_983041_xor_imm_large' ...
WASM: Running 'test_1_neg' ...
WASM: Running 'test_2_not' ...
WASM: Running 'test_16_shift' ...
WASM: Running 'test_16_shift_add' ...
WASM: Running 'test_16_shift_add2' ...
WASM: Running 'test_16_shift_imm' ...
WASM: Running 'test_524288_shift_imm_large' ...
WASM: Running 'test_12_shift_imm_inv' ...
WASM: Running 'test_12_shift_imm_inv_sbyte' ...
WASM: Running 'test_1_rshift_imm' ...
WASM: Running 'test_2_unrshift_imm' ...
WASM: Running 'test_0_bigunrshift_imm' ...
WASM: Running 'test_0_bigrshift_imm' ...
WASM: Running 'test_1_rshift' ...
WASM: Running 'test_2_unrshift' ...
WASM: Running 'test_0_bigunrshift' ...
WASM: Running 'test_0_bigrshift' ...
WASM: Running 'test_2_cond' ...
WASM: Running 'test_2_cond_short' ...
WASM: Running 'test_2_cond_sbyte' ...
WASM: Running 'test_6_cascade_cond' ...
WASM: Running 'test_6_cascade_short' ...
WASM: Running 'test_0_short_sign_extend' ...
WASM: Running 'test_127_iconv_to_i1' ...
WASM: Running 'test_384_iconv_to_i2' ...
WASM: Running 'test_15_for_loop' ...
WASM: Running 'test_11_nested_for_loop' ...
WASM: Running 'test_11_several_nested_for_loops' ...
WASM: Running 'test_0_conv_ovf_i1' ...
WASM: Running 'test_0_conv_ovf_i1_un' ...
WASM: Running 'test_0_conv_ovf_i2' ...
WASM: Running 'test_0_conv_ovf_i2_un' ...
WASM: Running 'test_0_conv_ovf_u2' ...
WASM: Running 'test_0_conv_ovf_u2_un' ...
WASM: Running 'test_0_conv_ovf_u4' ...
WASM: Running 'test_0_conv_ovf_i4_un' ...
WASM: Running 'test_0_bool' ...
WASM: Running 'test_1_bool_inverted' ...
WASM: Running 'test_1_bool_assign' ...
WASM: Running 'test_1_bool_multi' ...
WASM: Running 'test_16_spill' ...
WASM: Running 'test_1_switch' ...
WASM: Running 'test_0_switch_constprop' ...
WASM: Running 'test_0_switch_constprop2' ...
WASM: Running 'test_0_while_loop_1' ...
WASM: Running 'test_0_while_loop_2' ...
WASM: Running 'test_0_char_conv' ...
WASM: Running 'test_3_shift_regalloc' ...
WASM: Running 'test_2_optimize_branches' ...
WASM: Running 'test_0_checked_byte_cast' ...
WASM: Running 'test_0_checked_byte_cast_un' ...
WASM: Running 'test_0_checked_short_cast' ...
WASM: Running 'test_0_checked_short_cast_un' ...
WASM: Running 'test_1_a_eq_b_plus_a' ...
WASM: Running 'test_0_comp' ...
WASM: Running 'test_0_comp_unsigned' ...
WASM: Running 'test_16_cmov' ...
WASM: Running 'test_0_and_cmp' ...
WASM: Running 'test_0_mul_imm_opt' ...
WASM: Running 'test_0_cne' ...
WASM: Running 'test_0_cmp_regvar_zero' ...
WASM: Running 'test_5_div_un_cfold' ...
WASM: Running 'test_1_rem_un_cfold' ...
WASM: Running 'test_0_div_opt' ...
WASM: Running 'test_0_udiv_opt' ...
WASM: Running 'test_0_signed_ct_div' ...
WASM: Running 'test_0_unsigned_ct_div' ...
WASM: Running 'test_0_rem_opt' ...
WASM: Running 'test_0_branch_to_cmov_opt' ...
WASM: Running 'test_0_ishr_sign_extend' ...
WASM: Running 'test_0_ishr_sign_extend_cfold' ...
WASM: Regression tests: 134 ran, 0 failed in BasicTests
WASM: ***** JitTests.BuiltinTests
WASM: Running 'test_0_nint_ctor' ...
WASM: Running 'test_0_nint_casts' ...
WASM: Running 'test_0_nint_plus' ...
WASM: Running 'test_0_nint_neg' ...
WASM: Running 'test_0_nint_comp' ...
WASM: Running 'test_0_nint_add' ...
WASM: Running 'test_0_nint_sub' ...
WASM: Running 'test_0_nint_mul' ...
WASM: Running 'test_0_nint_div' ...
WASM: Running 'test_0_nint_rem' ...
WASM: Running 'test_0_nint_and' ...
WASM: Running 'test_0_nint_or' ...
WASM: Running 'test_0_nint_xor' ...
WASM: Running 'test_0_nint_shl' ...
WASM: Running 'test_0_nint_shr' ...
WASM: Running 'test_0_nint_cmp_same_val' ...
WASM: Running 'test_0_nint_cmp_small_val' ...
WASM: Running 'test_0_nint_cmp_large_val' ...
WASM: Running 'test_0_nint_call_boxed_funs' ...
WASM: Running 'test_0_nuint_ctor' ...
WASM: Running 'test_0_nuint_casts' ...
WASM: Running 'test_0_nuint_plus' ...
WASM: Running 'test_0_nuint_comp' ...
WASM: Running 'test_0_nuint_add' ...
WASM: Running 'test_0_nuint_sub' ...
WASM: Running 'test_0_nuint_mul' ...
WASM: Running 'test_0_nuint_div' ...
WASM: Running 'test_0_nuint_rem' ...
WASM: Running 'test_0_nuint_and' ...
WASM: Running 'test_0_nuint_or' ...
WASM: Running 'test_0_nuint_xor' ...
WASM: Running 'test_0_nuint_shl' ...
WASM: Running 'test_0_nuint_shr' ...
WASM: Running 'test_0_nuint_cmp_same_val' ...
WASM: Running 'test_0_nuint_cmp_small_val' ...
WASM: Running 'test_0_nuint_cmp_large_val' ...
WASM: Running 'test_0_nuint_call_boxed_funs' ...
WASM: Running 'test_0_nfloat_ctor' ...
WASM: Running 'test_0_nfloat_casts' ...
WASM: Running 'test_0_nfloat_plus' ...
WASM: Running 'test_0_nfloat_neg' ...
WASM: Running 'test_0_nfloat_add' ...
WASM: Running 'test_0_nfloat_sub' ...
WASM: Running 'test_0_nfloat_mul' ...
WASM: Running 'test_0_nfloat_div' ...
WASM: Running 'test_0_nfloat_rem' ...
WASM: Running 'test_0_nfloat_cmp_same_val' ...
WASM: Running 'test_0_nfloat_cmp_small_val' ...
WASM: Running 'test_0_nfloat_cmp_large_val' ...
WASM: Running 'test_0_nfloat_call_boxed_funs' ...
WASM: Regression tests: 50 ran, 0 failed in BuiltinTests
WASM: ***** JitTests.Calls
WASM: Running 'test_0_return' ...
WASM: Running 'test_2_int_return' ...
WASM: Running 'test_1_int_pass' ...
WASM: Running 'test_1_int_pass_many' ...
WASM: Running 'test_2_inline_saved_arg_type' ...
WASM: Running 'test_5_pass_longs' ...
WASM: Running 'test_55_pass_even_more' ...
WASM: Running 'test_1_sparc_argument_passing' ...
WASM: Running 'test_21_sparc_byte_argument_passing' ...
WASM: Running 'test_55_sparc_sbyte_argument_passing' ...
WASM: Running 'test_21_sparc_short_argument_passing' ...
WASM: Running 'test_721_sparc_float_argument_passing' ...
WASM: Running 'test_55_sparc_float_argument_passing2' ...
WASM: Running 'test_0_float_argument_passing_precision' ...
WASM: Running 'test_2_sparc_takeaddr_argument_passing' ...
WASM: Running 'test_721_sparc_takeaddr_argument_passing2' ...
WASM: Running 'test_0_sparc_byref_double_argument_passing' ...
WASM: Running 'test_0_long_arg_assign' ...
WASM: Running 'test_0_ptr_return' ...
WASM: Running 'test_0_isnan' ...
WASM: Running 'test_1_handle_dup_stloc' ...
WASM: Running 'test_3_long_ret' ...
WASM: Running 'test_1_long_ret2' ...
WASM: Running 'test_0_sparc_long_ret_regress_541577' ...
WASM: Running 'test_0_ftol_clobber' ...
WASM: Running 'test_0_arm64_stack_arg_reg_bool' ...
WASM: Running 'test_0_arm64_stack_arg_reg_sbyte' ...
WASM: Regression tests: 27 ran, 0 failed in CallsTests
WASM: ***** JitTests.DevirtualizationTests
WASM: Running 'test_0_sealed_class_devirt_right_method' ...
WASM: Running 'test_0_sealed_method_devirt_right_method' ...
WASM: Running 'test_0_sealed_class_devirt_right_method_using_delegates' ...
WASM: Running 'test_0_sealed_method_devirt_right_method_using_delegates' ...
WASM: Running 'test_0_delegate_over_static_method_devirtualize_ok' ...
WASM: Running 'test_0_npe_still_happens' ...
WASM: Regression tests: 6 ran, 0 failed in DevirtualizationTests
WASM: ***** JitTests.Exceptions
WASM: Running 'test_0_catch' ...
WASM: Running 'test_0_finally_without_exc' ...
WASM: Running 'test_0_finally' ...
WASM: Running 'test_0_nested_finally' ...
WASM: Running 'test_0_byte_cast' ...
WASM: Running 'test_0_sbyte_cast' ...
WASM: Running 'test_0_ushort_cast' ...
WASM: Running 'test_0_short_cast' ...
WASM: Running 'test_0_int_cast' ...
WASM: Running 'test_0_uint_cast' ...
WASM: Running 'test_0_long_cast' ...
WASM: Running 'test_0_ulong_cast' ...
WASM: Skipping 'test_0_simple_double_casts'.
WASM: Running 'test_0_div_zero' ...
WASM: Running 'test_0_div_zero_llvm' ...
WASM: Running 'test_0_div_overflow_llvm' ...
WASM: Running 'test_0_cfold_div_zero' ...
WASM: Running 'test_0_udiv_zero' ...
WASM: Running 'test_0_long_div_zero' ...
WASM: Running 'test_0_ulong_div_zero' ...
WASM: Running 'test_0_float_div_zero' ...
WASM: Running 'test_0_invalid_unbox' ...
WASM: Running 'test_0_invalid_unbox_arrays' ...
WASM: Running 'test_2_multiple_finally_clauses' ...
WASM: Running 'test_3_checked_cast_un' ...
WASM: Running 'test_4_checked_cast' ...
WASM: Running 'test_0_multi_dim_array_access' ...
WASM: Running 'test_2_array_mismatch' ...
WASM: Running 'test_0_ovf1' ...
WASM: Running 'test_1_ovf2' ...
WASM: Running 'test_0_ovf3' ...
WASM: Running 'test_1_ovf4' ...
WASM: Running 'test_0_ovf5' ...
WASM: Running 'test_1_ovf6' ...
WASM: Running 'test_0_ovf7' ...
WASM: Running 'test_1_ovf8' ...
WASM: Running 'test_0_ovf9' ...
WASM: Running 'test_1_ovf10' ...
WASM: Running 'test_0_ovf11' ...
WASM: Running 'test_1_ovf12' ...
WASM: Running 'test_0_ovf13' ...
WASM: Running 'test_1_ovf14' ...
WASM: Running 'test_0_ovf15' ...
WASM: Running 'test_1_ovf16' ...
WASM: Running 'test_0_ovf17' ...
WASM: Running 'test_0_ovf18' ...
WASM: Running 'test_1_ovf19' ...
WASM: Running 'test_0_ovf20' ...
WASM: Running 'test_1_ovf21' ...
WASM: Running 'test_1_ovf22' ...
WASM: Running 'test_1_ovf23' ...
WASM: Running 'test_0_exception_in_cctor' ...
WASM: Running 'test_5_regalloc' ...
WASM: Running 'test_0_rethrow_nested' ...
WASM: Running 'test_0_rethrow_stacktrace' ...
WASM: Running 'test_1_array_mismatch_2' ...
WASM: Running 'test_1_array_mismatch_3' ...
WASM: Running 'test_1_array_mismatch_4' ...
WASM: Running 'test_0_array_size' ...
WASM: Running 'test_0_throw_unwind' ...
WASM: Running 'test_0_regress_73242' ...
WASM: Running 'test_0_nullref' ...
WASM: Running 'test_0_nonvirt_nullref_at_clause_start' ...
WASM: Running 'test_0_inline_throw_only' ...
WASM: Running 'test_0_inline_throw_only_gettext' ...
WASM: Running 'test_0_throw_to_branch_opt_outer_clause' ...
WASM: Running 'test_0_try_inside_finally_cmov_opt' ...
WASM: Running 'test_0_inline_throw' ...
WASM: Running 'test_0_lmf_filter' ...
WASM: Running 'test_8_local_deadce_causes' ...
WASM: Running 'test_0_except_opt_two_clauses' ...
WASM: Running 'test_100_long_vars_in_clauses_initlocals_opt' ...
WASM: Running 'test_0_ldflda_null' ...
WASM: Running 'test_0_ldflda_null_pointer' ...
WASM: Running 'test_0_try_clause_in_finally_clause_regalloc' ...
WASM: Running 'test_0_inline_retval_throw_in_branch_1835' ...
WASM: Running 'test_0_regress_30472' ...
WASM: Running 'test_0_bounds_check_negative_constant' ...
WASM: Running 'test_0_string_bounds_check_negative_constant' ...
WASM: Running 'test_1_basic_filter_catch' ...
WASM: Running 'test_1234_complicated_filter_catch' ...
WASM: Running 'test_0_filter_caller_area' ...
WASM: Regression tests: 81 ran, 1 skipped, 0 failed in ExceptionTests
WASM: ***** JitTests.Float
WASM: Running 'test_0_beq' ...
WASM: Running 'test_0_bne_un' ...
WASM: Running 'test_0_conv_r8' ...
WASM: Running 'test_0_conv_i' ...
WASM: Running 'test_5_conv_r4' ...
WASM: Running 'test_0_conv_r4_m1' ...
WASM: Running 'test_5_double_conv_r4' ...
WASM: Running 'test_5_float_conv_r8' ...
WASM: Running 'test_5_conv_r8' ...
WASM: Running 'test_5_add' ...
WASM: Running 'test_5_sub' ...
WASM: Running 'test_24_mul' ...
WASM: Running 'test_4_div' ...
WASM: Running 'test_2_rem' ...
WASM: Running 'test_2_neg' ...
WASM: Running 'test_46_float_add_spill' ...
WASM: Running 'test_4_float_sub_spill' ...
WASM: Running 'test_362880_float_mul_spill' ...
WASM: Running 'test_4_long_cast' ...
WASM: Running 'test_4_ulong_cast' ...
WASM: Running 'test_4_single_long_cast' ...
WASM: Running 'test_0_lconv_to_r8' ...
WASM: Running 'test_0_lconv_to_r4' ...
WASM: Running 'test_0_ftol_clobber' ...
WASM: Running 'test_0_rounding' ...
WASM: Running 'test_16_float_cmp' ...
WASM: Running 'test_15_float_cmp_un' ...
WASM: Running 'test_15_float_branch' ...
WASM: Running 'test_15_float_branch_un' ...
WASM: Running 'test_0_float_precision' ...
WASM: Running 'test_0_float_conversion_reduces_double_precision' ...
WASM: Running 'test_0_int4_to_float_convertion' ...
WASM: Running 'test_0_int8_to_float_convertion' ...
WASM: Running 'test_5_r4_fadd' ...
WASM: Running 'test_1_r4_fsub' ...
WASM: Running 'test_6_fmul_r4' ...
WASM: Running 'test_3_fdiv_r4' ...
WASM: Running 'test_1_frem_r4' ...
WASM: Running 'test_0_fcmp_eq_r4' ...
WASM: Running 'test_0_fcmp_eq_2_r4' ...
WASM: Running 'test_0_fcmp_eq_r4_mixed' ...
WASM: Running 'test_3_iconv_to_r4' ...
WASM: Running 'test_2_neg_r4' ...
WASM: Running 'test_0_fceq_r4' ...
WASM: Running 'test_0_fcgt_r4' ...
WASM: Running 'test_0_fclt_r4' ...
WASM: Running 'test_0_fclt_un_r4' ...
WASM: Running 'test_0_fcgt_un_r4' ...
WASM: Running 'test_0_fconv_to_u4_r4' ...
WASM: Running 'test_0_fconv_to_u1_r4' ...
WASM: Running 'test_0_fconv_to_i1_r4' ...
WASM: Running 'test_0_fconv_to_u2_r4' ...
WASM: Running 'test_0_fconv_to_i2_r4' ...
WASM: Running 'test_10_rconv_to_u8' ...
WASM: Regression tests: 54 ran, 0 failed in FloatTests
WASM: ***** JitTests.GcTests
WASM: Running 'test_36_simple' ...
WASM: Running 'test_36_liveness' ...
WASM: Running 'test_4_vtype' ...
WASM: Running 'test_528_mark_runlength_large' ...
WASM: Running 'test_0_liveness_2' ...
WASM: Running 'test_0_liveness_3' ...
WASM: Running 'test_0_liveness_4' ...
WASM: Running 'test_0_liveness_5' ...
WASM: Running 'test_0_liveness_6' ...
WASM: Running 'test_0_multi_dim_ref_array_wbarrier' ...
WASM: Running 'test_0_liveness_7' ...
WASM: Running 'test_0_liveness_8' ...
WASM: Running 'test_0_liveness_9' ...
WASM: Running 'test_0_liveness_10' ...
WASM: Running 'test_0_liveness_11' ...
WASM: Running 'test_0_liveness_12' ...
WASM: Running 'test_0_liveness_unbox_trampoline' ...
WASM: Running 'test_0_liveness_13' ...
WASM: Running 'test_0_thread_local' ...
WASM: Running 'test_12_large_bitmap' ...
WASM: Regression tests: 20 ran, 0 failed in GcTests
WASM: ***** JitTests.Generics
WASM: Running 'test_1_nullable_unbox' ...
WASM: Running 'test_1_nullable_unbox_null' ...
WASM: Running 'test_1_nullable_box' ...
WASM: Running 'test_1_nullable_box_null' ...
WASM: Running 'test_1_isinst_nullable' ...
WASM: Running 'test_1_nullable_unbox_vtype' ...
WASM: Running 'test_1_nullable_unbox_null_vtype' ...
WASM: Running 'test_1_nullable_box_vtype' ...
WASM: Running 'test_1_nullable_box_null_vtype' ...
WASM: Running 'test_1_isinst_nullable_vtype' ...
WASM: Running 'test_0_nullable_normal_unbox' ...
WASM: Running 'test_1_ldelem_stelem_any_int' ...
WASM: Running 'test_0_ldelema' ...
WASM: Running 'test_0_newarr_multi_dim' ...
WASM: Running 'test_0_iface_call_null_bug_77442' ...
WASM: Running 'test_18_ldobj_stobj_generics' ...
WASM: Running 'test_5_ldelem_stelem_generics' ...
WASM: Running 'test_0_constrained_vtype_box' ...
WASM: Running 'test_0_constrained_vtype' ...
WASM: Running 'test_0_constrained_reftype' ...
WASM: Running 'test_0_box_brtrue_optimizations' ...
WASM: Skipping 'test_0_generic_get_value_optimization_int'.
WASM: Running 'test_8_struct_implements_generic_interface' ...
WASM: Running 'test_0_generic_get_value_optimization_vtype' ...
WASM: Running 'test_0_nullable_ldflda' ...
WASM: Running 'test_0_ldfld_stfld_mro' ...
WASM: Skipping 'test_0_generic_virtual_call_on_vtype_unbox'.
WASM: Running 'test_0_box_brtrue_opt' ...
WASM: Running 'test_0_box_brtrue_opt_regress_81102' ...
WASM: Running 'test_0_ldloca_initobj_opt' ...
WASM: Running 'test_0_ldvirtftn_generic_method' ...
WASM: Running 'test_0_throw_dead_this' ...
WASM: Running 'test_0_inline_infinite_polymorphic_recursion' ...
WASM: Skipping 'test_0_generic_virtual_on_interfaces'.
WASM: Running 'test_0_generic_virtual_on_interfaces_ref' ...
WASM: Skipping 'test_2_cprop_bug'.
WASM: Running 'test_0_regress_550964_constrained_enum_long' ...
WASM: Running 'test_0_fullaot_linq' ...
WASM: Running 'test_0_fullaot_comparer_t' ...
WASM: Running 'test_0_fullaot_comparer_t_2' ...
WASM: Running 'test_0_fullaot_array_wrappers' ...
WASM: Running 'test_2_generic_class_init_gshared_ctor' ...
WASM: Running 'test_2_generic_class_init_gshared_ctor_from_gshared' ...
WASM: Running 'test_0_gshared_delegate_rgctx' ...
WASM: Running 'test_0_gshared_delegate_from_gshared' ...
WASM: Running 'test_0_marshalbyref_call_from_gshared_virt_elim' ...
WASM: Running 'test_0_bug_620864' ...
WASM: Running 'test_0_infinite_generic_recursion' ...
WASM: Running 'test_0_full_aot_nullable_unbox_from_gshared_code' ...
WASM: Running 'test_0_partial_sharing' ...
WASM: Running 'test_6_partial_sharing_linq' ...
WASM: Running 'test_0_partial_shared_method_in_nonshared_class' ...
WASM: Skipping 'test_0_regress_668095_synchronized_gshared'.
WASM: Running 'test_0_synchronized_gshared' ...
WASM: Running 'test_0_687865_isinst_with_cache_wrapper' ...
WASM: Running 'test_0_fullaot_sflda_cctor' ...
WASM: Running 'test_0_fullaot_imt' ...
WASM: Running 'test_0_fullaot_variant_iface' ...
WASM: Running 'test_1_regress_constrained_iface_call_7571' ...
WASM: Running 'test_0_regress_constrained_iface_call_enum' ...
WASM: Running 'test_0_delegate_unbox_full_aot' ...
WASM: Running 'test_0_arrays_ireadonly' ...
WASM: Running 'test_0_volatile_read_write' ...
WASM: Running 'test_0_delegate_callvirt_fullaot' ...
WASM: Running 'test_0_variant_cast_cache' ...
WASM: Running 'test_0_newobj_generic_context' ...
WASM: Running 'test_0_constrained_partial_sharing' ...
WASM: Running 'test_0_partial_sharing_ginst' ...
WASM: Running 'test_0_delegate_8_args' ...
WASM: Running 'test_0_gshared_catch_open_type' ...
WASM: Running 'test_0_gshared_catch_open_type_instance' ...
WASM: Running 'test_0_isreference_intrins' ...
WASM: Regression tests: 67 ran, 5 skipped, 0 failed in GenericsTests
WASM: ***** JitTests.GShared
WASM: Running 'test_0_vt_gshared' ...
WASM: Running 'test_0_vt_ldelem_stelem' ...
WASM: Running 'test_0_vt_initobj' ...
WASM: Running 'test_0_vt_ldobj_stobj' ...
WASM: Running 'test_0_vt_box' ...
WASM: Running 'test_0_vt_unbox_any' ...
WASM: Running 'test_0_ref_gsharedvt_aot_unbox_any' ...
WASM: Running 'test_0_unbox_any_enum' ...
WASM: Running 'test_0_vt_ldfld_stfld' ...
WASM: Running 'test_0_stsfld' ...
WASM: Running 'test_0_vt_newarr' ...
WASM: Running 'test_0_vt_ldtoken' ...
WASM: Running 'test_0_vtype_list' ...
WASM: Running 'test_0_gsharedvt_in' ...
WASM: Running 'test_0_gsharedvt_in_ret' ...
WASM: Running 'test_0_gsharedvt_in_delegates' ...
WASM: Running 'test_0_gsharedvt_in_delegates_reflection' ...
WASM: Running 'test_0_gsharedvt_calls' ...
WASM: Running 'test_0_gshared_new' ...
WASM: Running 'test_0_gshared_new_vt' ...
WASM: Skipping 'test_0_gsharedvt_out'.
WASM: Running 'test_0_generic_array_helpers' ...
WASM: Running 'test_0_gshared_out_iface' ...
WASM: Running 'test_0_locals' ...
WASM: Running 'test_0_vcalls' ...
WASM: Running 'test_0_iface_calls' ...
WASM: Running 'test_0_gsharedvt_ginstvt_constructed_arg' ...
WASM: Running 'test_0_gsharedvt_ginstvt_constructed_arg_float' ...
WASM: Running 'test_0_regress_5156' ...
WASM: Running 'test_0_regress_2096' ...
WASM: Running 'test_0_regress_6040' ...
WASM: Running 'test_0_multi_dim_arrays' ...
WASM: Running 'test_0_rgctx_in_call' ...
WASM: Running 'test_0_arm_param_passing' ...
WASM: Running 'test_0_rx_mixed_regress' ...
WASM: Running 'test_0_virtual_generic' ...
WASM: Running 'test_0_instatiated_iface_call' ...
WASM: Running 'test_0_constrained_tostring' ...
WASM: Running 'test_0_constrained_get_hash' ...
WASM: Running 'test_0_constrained_equals' ...
WASM: Running 'test_0_constrained_gettype' ...
WASM: Running 'test_0_constrained_vtype_ret' ...
WASM: Running 'test_0_constrained_enum_ret' ...
WASM: Skipping 'test_0_delegate_wrappers'.
WASM: Running 'test_0_out_in_wrappers' ...
WASM: Running 'test_0_regress_1' ...
WASM: Running 'test_0_unbox_any' ...
WASM: Running 'test_0_constraints' ...
WASM: Running 'test_0_rgctx_call_from_gshared_code' ...
WASM: Running 'test_0_checkthis_gshared_call' ...
WASM: Skipping 'test_0_begin_end_invoke'.
WASM: Running 'test_0_gsharedvt_method_on_shared_class' ...
WASM: Running 'test_0_nullable_box' ...
WASM: Running 'test_0_nullable_box_brtrue_opt' ...
WASM: Running 'test_0_nullable_unbox' ...
WASM: Running 'test_0_constrained_void_iface_call' ...
WASM: Running 'test_0_constrained_eh' ...
WASM: Running 'test_0_constrained_void_iface_call_gsharedvt_arg' ...
WASM: Running 'test_0_constrained_iface_call_gsharedvt_ret' ...
WASM: Running 'test_0_constrained_normal_call' ...
WASM: Running 'test_0_async_call_from_generic' ...
WASM: Running 'test_0_array_helper_gsharedvt' ...
WASM: Running 'test_0_call_patching' ...
WASM: Running 'test_0_arm64_small_stack_args' ...
WASM: Running 'test_1_small_gsharedvt_stack_arg_ios' ...
WASM: Running 'test_0_arm64_vtype_stack_args' ...
WASM: Running 'test_0_multi_dim_arrays_2' ...
WASM: Running 'test_42_gsharedvt_constrained_iface' ...
WASM: Running 'test_42_gsharedvt_constrained_iface_vtype' ...
WASM: Running 'test_20_signextension_sbyte' ...
WASM: Running 'test_20_signextension_byte' ...
WASM: Running 'test_20_signextension_short' ...
WASM: Running 'test_20_signextension_ushort' ...
WASM: Running 'test_20_signextension_int' ...
WASM: Running 'test_20_signextension_uint' ...
WASM: Running 'test_20_signextension_long' ...
WASM: Running 'test_20_signextension_ulong' ...
WASM: Running 'test_0_gsharedvt_vphi_volatile' ...
WASM: Running 'test_0_isreference_intrins' ...
WASM: Running 'test_1_59956_regress' ...
WASM: Regression tests: 77 ran, 3 skipped, 0 failed in GSharedTests
WASM: ***** JitTests.Long
WASM: Running 'test_10_simple_cast' ...
WASM: Running 'test_1_bigmul1' ...
WASM: Running 'test_1_bigmul2' ...
WASM: Running 'test_1_bigmul3' ...
WASM: Running 'test_1_bigmul4' ...
WASM: Running 'test_1_bigmul5' ...
WASM: Running 'test_1_bigmul6' ...
WASM: Running 'test_0_beq' ...
WASM: Running 'test_0_bne_un' ...
WASM: Running 'test_0_ble' ...
WASM: Running 'test_0_ble_un' ...
WASM: Running 'test_0_bge' ...
WASM: Running 'test_0_bge_un' ...
WASM: Running 'test_0_blt' ...
WASM: Running 'test_0_blt_un' ...
WASM: Running 'test_0_bgt' ...
WASM: Running 'test_0_bgt_un' ...
WASM: Running 'test_0_conv_to_i4' ...
WASM: Running 'test_32_conv_to_u4' ...
WASM: Running 'test_15_conv_to_u4_2' ...
WASM: Running 'test_0_conv_from_i4' ...
WASM: Running 'test_0_conv_from_i4_negative' ...
WASM: Running 'test_8_and' ...
WASM: Running 'test_8_and_imm' ...
WASM: Running 'test_1_and' ...
WASM: Running 'test_10_or' ...
WASM: Running 'test_10_or_imm' ...
WASM: Running 'test_5_xor' ...
WASM: Running 'test_5_xor_imm' ...
WASM: Running 'test_5_add' ...
WASM: Running 'test_5_add_imm' ...
WASM: Running 'test_0_add_imm_carry' ...
WASM: Running 'test_0_add_imm_no_inc' ...
WASM: Running 'test_4_addcc_imm' ...
WASM: Running 'test_5_sub' ...
WASM: Running 'test_5_sub_imm' ...
WASM: Running 'test_0_sub_imm_carry' ...
WASM: Running 'test_0_add_ovf' ...
WASM: Running 'test_0_add_un_ovf' ...
WASM: Running 'test_0_sub_ovf' ...
WASM: Running 'test_0_sub_ovf_un' ...
WASM: Running 'test_2_neg' ...
WASM: Running 'test_0_neg_large' ...
WASM: Running 'test_5_shift' ...
WASM: Running 'test_1_shift_u' ...
WASM: Running 'test_1_shift_u_32' ...
WASM: Running 'test_1_simple_neg' ...
WASM: Running 'test_2_compare' ...
WASM: Running 'test_9_alu' ...
WASM: Running 'test_24_mul' ...
WASM: Running 'test_24_mul_ovf' ...
WASM: Running 'test_24_mul_un' ...
WASM: Running 'test_24_mul_ovf_un' ...
WASM: Running 'test_0_mul_imm' ...
WASM: Running 'test_0_mul_imm_opt' ...
WASM: Running 'test_4_divun' ...
WASM: Running 'test_1431655764_bigdivun_imm' ...
WASM: Running 'test_1431655764_bigdivun' ...
WASM: Running 'test_1_remun' ...
WASM: Running 'test_2_bigremun' ...
WASM: Running 'test_0_ceq' ...
WASM: Running 'test_0_ceq_complex' ...
WASM: Running 'test_0_clt' ...
WASM: Running 'test_0_clt_un' ...
WASM: Running 'test_0_cgt' ...
WASM: Running 'test_0_cgt_un' ...
WASM: Running 'test_3_byte_cast' ...
WASM: Running 'test_4_ushort_cast' ...
WASM: Running 'test_500_mul_div' ...
WASM: Running 'test_3_checked_cast_un' ...
WASM: Running 'test_4_checked_cast' ...
WASM: Running 'test_12_checked_i1_cast' ...
WASM: Running 'test_127_checked_i1_cast_un' ...
WASM: Running 'test_1234_checked_i2_cast' ...
WASM: Running 'test_32767_checked_i2_cast_un' ...
WASM: Running 'test_1234_checked_i4_cast' ...
WASM: Running 'test_10_int_uint_compare' ...
WASM: Running 'test_0_ulong_regress' ...
WASM: Running 'test_0_ulong_regress2' ...
WASM: Running 'test_0_assemble_long' ...
WASM: Running 'test_0_hash' ...
WASM: Running 'test_0_shift_regress' ...
WASM: Running 'test_1234_conv_ovf_u8' ...
WASM: Running 'test_0_regress_cprop_80738' ...
WASM: Running 'test_0_conv_u' ...
WASM: Running 'test_0_lconv_to_u2' ...
WASM: Running 'test_0_lneg_regress_10320' ...
WASM: Running 'test_6_lrem_un' ...
WASM: Running 'test_0_lrem_imm_1' ...
WASM: Running 'test_0_lrem_imm_1_neg' ...
WASM: Running 'test_0_lrem_imm_2' ...
WASM: Running 'test_1_lrem_imm_2' ...
WASM: Running 'test_1_lrem_imm_2_neg' ...
WASM: Running 'test_13_lrem_imm_32' ...
WASM: Running 'test_27_lrem_imm_32_neg' ...
WASM: Running 'test_5_lrem_imm_large' ...
WASM: Running 'test_5_lrem_imm_too_large' ...
WASM: Regression tests: 97 ran, 0 failed in LongTests
WASM: ***** JitTests.Math
WASM: Running 'test_0_sin_precision' ...
WASM: Running 'test_0_cos_precision' ...
WASM: Running 'test_0_tan_precision' ...
WASM: Running 'test_0_atan_precision' ...
WASM: Running 'test_0_sqrt_precision' ...
WASM: Running 'test_2_sqrt' ...
WASM: Running 'test_0_sqrt_precision_and_not_spill' ...
WASM: Running 'test_0_sqrt_precision_and_spill' ...
WASM: Running 'test_0_div_precision_and_spill' ...
WASM: Running 'test_0_sqrt_nan' ...
WASM: Running 'test_0_sin_nan' ...
WASM: Running 'test_0_cos_nan' ...
WASM: Running 'test_0_tan_nan' ...
WASM: Running 'test_0_atan_nan' ...
WASM: Running 'test_0_min' ...
WASM: Running 'test_0_max' ...
WASM: Running 'test_0_min_un' ...
WASM: Running 'test_0_max_un' ...
WASM: Running 'test_0_abs' ...
WASM: Running 'test_0_float_abs' ...
WASM: Running 'test_0_round' ...
WASM: Regression tests: 21 ran, 0 failed in MathTests
WASM: ***** JitTests.MixedTests
WASM: Running 'test_0_entry' ...
WASM: Running 'test_0_exit' ...
WASM: Running 'test_0_throw' ...
WASM: Running 'test_0_throw_child' ...
WASM: Running 'test_0_eh2' ...
WASM: Skipping 'test_0_stack_traces'.
WASM: Regression tests: 5 ran, 1 skipped, 0 failed in MixedTests
WASM: ***** JitTests.Objects
WASM: Running 'test_0_return' ...
WASM: Running 'test_0_string_access' ...
WASM: Running 'test_0_string_virtual_call' ...
WASM: Running 'test_0_iface_call' ...
WASM: Running 'test_5_newobj' ...
WASM: Running 'test_4_box' ...
WASM: Running 'test_0_enum_unbox' ...
WASM: Running 'test_3_return_struct' ...
WASM: Running 'test_2_return_struct_virtual' ...
WASM: Running 'test_5_pass_struct' ...
WASM: Running 'test_5_pass_static_struct' ...
WASM: Running 'test_5_pass_small_struct' ...
WASM: Running 'test_0_struct1_args' ...
WASM: Running 'test_0_struct2_args' ...
WASM: Running 'test_0_struct3_args' ...
WASM: Running 'test_0_struct4_args' ...
WASM: Running 'test_44_unbox_trampoline' ...
WASM: Running 'test_0_unbox_trampoline2' ...
WASM: Running 'test_0_fields_with_big_offsets' ...
WASM: Running 'test_0_seektest' ...
WASM: Running 'test_0_null_cast' ...
WASM: Running 'test_0_super_cast' ...
WASM: Running 'test_0_super_cast_array' ...
WASM: Running 'test_0_multi_array_cast' ...
WASM: Running 'test_0_vector_array_cast' ...
WASM: Running 'test_0_enum_array_cast' ...
WASM: Running 'test_0_more_cast_corner_cases' ...
WASM: Running 'test_0_cast_iface_array' ...
WASM: Running 'test_719162_complex_div' ...
WASM: Running 'test_2_static_delegate' ...
WASM: Running 'test_2_instance_delegate' ...
WASM: Running 'test_2_instance_delegate_with_field' ...
WASM: Running 'test_42_vtype_delegate' ...
WASM: Running 'test_42_vtype_virtual_delegate' ...
WASM: Running 'test_1_store_decimal' ...
WASM: Running 'test_2_intptr_stobj' ...
WASM: Running 'test_155_regalloc' ...
WASM: Running 'test_2_large_struct_pass' ...
WASM: Running 'test_0_pin_string' ...
WASM: Running 'test_0_and_cmp_static' ...
WASM: Running 'test_0_byte_compares' ...
WASM: Running 'test_0_static_nullable_bool' ...
WASM: Running 'test_71_long_shift_right' ...
WASM: Running 'test_0_addsub_mem' ...
WASM: Running 'test_0_sh32_mem' ...
WASM: Running 'test_0_long_arg_opt' ...
WASM: Running 'test_0_long_ret_opt' ...
WASM: Running 'test_0_cond_branch_side_effects' ...
WASM: Running 'test_0_arg_only_written' ...
WASM: Running 'test_4_static_inc_long' ...
WASM: Running 'test_0_calls_opcode_emulation' ...
WASM: Running 'test_0_intrins_string_length' ...
WASM: Running 'test_0_intrins_string_chars' ...
WASM: Running 'test_0_intrins_object_gettype' ...
WASM: Running 'test_0_intrins_object_gethashcode' ...
WASM: Running 'test_0_intrins_object_ctor' ...
WASM: Running 'test_0_intrins_array_rank' ...
WASM: Running 'test_0_intrins_array_length' ...
WASM: Running 'test_0_intrins_runtimehelpers_offset_to_string_data' ...
WASM: Running 'test_0_intrins_string_setchar' ...
WASM: Running 'test_0_regress_78990_unaligned_structs' ...
WASM: Running 'test_97_negative_index' ...
WASM: Running 'test_0_unsigned_right_shift_imm0' ...
WASM: Running 'test_0_abcrem_check_this_removal' ...
WASM: Running 'test_0_abcrem_check_this_removal2' ...
WASM: Running 'test_0_array_access_64_bit' ...
WASM: Running 'test_0_float_return_spill' ...
WASM: Running 'test_0_ldsfld_soft_float' ...
WASM: Running 'test_0_ldfld_stfld_soft_float' ...
WASM: Running 'test_0_ldfld_stfld_soft_float_remote' ...
WASM: Running 'test_0_locals_soft_float' ...
WASM: Running 'test_0_vtype_arg_soft_float' ...
WASM: Running 'test_0_range_check_opt' ...
WASM: Running 'test_0_array_get_set_soft_float' ...
WASM: Running 'test_2_ldobj_stobj_optization' ...
WASM: Running 'test_0_vtype_phi' ...
WASM: Running 'test_0_llvm_moving_faulting_loads' ...
WASM: Running 'test_0_char_ctor' ...
WASM: Running 'test_0_synchronized' ...
WASM: Running 'test_0_regress_10601' ...
WASM: Running 'test_0_regress_11058' ...
WASM: Running 'test_0_llvm_inline_throw' ...
WASM: Running 'test_0_14217' ...
WASM: Running 'test_0_empty_struct_as_static' ...
WASM: Running 'test_0_int_to_r4' ...
WASM: Running 'test_0_arm64_hfa_on_stack' ...
WASM: Running 'test_0_mul_ovf_regress_36052' ...
WASM: Running 'test_42_pass_16byte_struct_split' ...
WASM: Running 'test_0_delegate_to_virtual_generic_on_ifaces' ...
WASM: Running 'test_142_byte_enum_arg_zero_extend' ...
WASM: Running 'test_0_enum_gethashcode_opt' ...
WASM: Running 'test_0_typedref' ...
WASM: Regression tests: 92 ran, 0 failed in ObjectTests.Tests
WASM:
WASM: Tests run: 15, Passed: 14, Errors: 0, Failures: 1, Inconclusive: 0
WASM: Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0
WASM: Elapsed time: 00:00:03.6670000
WASM:
WASM: Errors and Failures:
WASM:
WASM: 1) Aot (JitTests.Aot)
WASM: Expected: 0
WASM: But was: 1
WASM:
WASM: #2: 0x00011 vcall in JitTests:Aot () () at Aot:17 // (TODO: proper stacktrace)
WASM: #3: 0x00037 vcall in (wrapper runtime-invoke) object:runtime_invoke_direct_void (object,intptr,intptr,intptr) ([0] [0] [0] [0x1abd430] ) at runtime_invoke_direct_void:55 // (TODO: proper stacktrace)
WASM: #4: 0x00000 in System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) ([0x858dd8] [0x8748e8] [0] [0xc4894] )
WASM: #5: 0x0003d call in System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) ([0x858dd8] [0x8748e8] [0] [0] [0] [0] ) at Invoke:61 // (TODO: proper stacktrace)
WASM: #6: 0x0000f callvirt in System.Reflection.MethodBase:Invoke (object,object[]) ([0x858dd8] [0x8748e8] [0] ) at Invoke:15 // (TODO: proper stacktrace)
WASM: #7: 0x00014 callvirt in NUnit.Framework.Internal.Reflect:InvokeMethod (System.Reflection.MethodInfo,object,object[]) ([0x858dd8] [0x8748e8] [0] ) at InvokeMethod:20 // (TODO: proper stacktrace)
WASM: #8: 0x00012 call in NUnit.Framework.Internal.Commands.TestMethodCommand:RunNonAsyncTestMethod (NUnit.Framework.Internal.TestExecutionContext) ([0x872068] [0x874c58] ) at RunNonAsyncTestMethod:18 // (TODO: proper stacktrace)
WASM: #9: 0x00019 call in NUnit.Framework.Internal.Commands.TestMethodCommand:RunTestMethod (NUnit.Framework.Internal.TestExecutionContext) ([0x872068] [0x874c58] ) at RunTestMethod:25 // (TODO: proper stacktrace)
WASM: #10: 0x00009 call in NUnit.Framework.Internal.Commands.TestMethodCommand:Execute (NUnit.Framework.Internal.TestExecutionContext) ([0x872068] [0x874c58] ) at Execute:9 // (TODO: proper stacktrace)
WASM: #11: 0x00013 callvirt in NUnit.Framework.Internal.Commands.SetUpTearDownCommand:Execute (NUnit.Framework.Internal.TestExecutionContext) ([0x872488] [0x874c58] ) at Execute:19 // (TODO: proper stacktrace)
WASM: #12: 0x0000d callvirt in NUnit.Framework.Internal.Commands.FlakyTestRetriesCommand:Execute (NUnit.Framework.Internal.TestExecutionContext) ([0x8724a0] [0x874c58] ) at Execute:13 // (TODO: proper stacktrace)
WASM: #13: 0x0000c callvirt in NUnit.Framework.Internal.WorkItems.SimpleWorkItem:PerformWork () ([0x872010] ) at PerformWork:12 // (TODO: proper stacktrace)
WASM: #14: 0x0004e vcallvirt in NUnit.Framework.Internal.WorkItems.WorkItem:RunTest () ([0x872010] ) at RunTest:78 // (TODO: proper stacktrace)
WASM: #15: 0x00046 vcall in NUnit.Framework.Internal.WorkItems.WorkItem:Execute (NUnit.Framework.Internal.TestExecutionContext) ([0x872010] [0x871f08] ) at Execute:70 // (TODO: proper stacktrace)
WASM: #16: 0x00023 vcallvirt in NUnit.Framework.Internal.WorkItems.CompositeWorkItem:RunChildren () ([0x871ac8] ) at RunChildren:35 // (TODO: proper stacktrace)
WASM: #17: 0x00090 vcall in NUnit.Framework.Internal.WorkItems.CompositeWorkItem:PerformWork () ([0x871ac8] ) at PerformWork:144 // (TODO: proper stacktrace)
WASM: #18: 0x0004e vcallvirt in NUnit.Framework.Internal.WorkItems.WorkItem:RunTest () ([0x871ac8] ) at RunTest:78 // (TODO: proper stacktrace)
WASM: #19: 0x00046 vcall in NUnit.Framework.Internal.WorkItems.WorkItem:Execute (NUnit.Framework.Internal.TestExecutionContext) ([0x871ac8] [0x870eb0] ) at Execute:70 // (TODO: proper stacktrace)
WASM: #20: 0x00023 vcallvirt in NUnit.Framework.Internal.WorkItems.CompositeWorkItem:RunChildren () ([0x870c58] ) at RunChildren:35 // (TODO: proper stacktrace)
WASM: #21: 0x00090 vcall in NUnit.Framework.Internal.WorkItems.CompositeWorkItem:PerformWork () ([0x870c58] ) at PerformWork:144 // (TODO: proper stacktrace)
WASM: #22: 0x0004e vcallvirt in NUnit.Framework.Internal.WorkItems.WorkItem:RunTest () ([0x870c58] ) at RunTest:78 // (TODO: proper stacktrace)
WASM: #23: 0x00046 vcall in NUnit.Framework.Internal.WorkItems.WorkItem:Execute (NUnit.Framework.Internal.TestExecutionContext) ([0x870c58] [0x870b50] ) at Execute:70 // (TODO: proper stacktrace)
WASM: #24: 0x00041 vcallvirt in NUnit.Framework.Internal.NUnitLiteTestAssemblyRunner:Run (NUnit.Framework.Api.ITestListener,NUnit.Framework.Api.ITestFilter) ([0x803000] [0x8012f0] [0x868298] ) at Run:65 // (TODO: proper stacktrace)
WASM: #25: 0x00025 callvirt in NUnitLite.Runner.TextUI:RunTests (NUnit.Framework.Api.ITestFilter) ([0x8012f0] [0x868298] ) at RunTests:37 // (TODO: proper stacktrace)
WASM: #26: 0x001c7 vcall in NUnitLite.Runner.TextUI:Execute (string[]) ([0x8012f0] [0x803018] ) at Execute:455 // (TODO: proper stacktrace)
WASM: #27: 0x000c5 vcallvirt in Driver:StartTest (string) ([0x8002a8] ) at StartTest:197 // (TODO: proper stacktrace)
WASM: #28: 0x0009a vcall in Driver:Send (string,string) ([0x800290] [0x8002a8] ) at Send:154 // (TODO: proper stacktrace)
WASM: #29: 0x00022 call in (wrapper runtime-invoke) <Module>:runtime_invoke_direct_string_string_string (object,intptr,intptr,intptr) ([0] [0xbe0b0] [0xbe0d4] [0x6ae058] ) at runtime_invoke_direct_string_string_string:34 // (TODO: proper stacktrace)
WASM:
TEST RUN: SUCCESS
WASM: running 0 step
DONE
WASM: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment