|
1 | 1 | Harness Status: OK |
2 | | -Found 36 tests: Fail = 32 Pass = 4 |
3 | | -Fail name Object expected |
4 | | -Fail length Object expected |
5 | | -Pass No arguments |
| 2 | +Found 36 tests: Fail = 35 Pass = 1 |
| 3 | +Fail name assert_equals: WebAssembly.Global name should be Global expected "Global" but got "" |
| 4 | +Fail length assert_equals: WebAssembly.Global length should be 1 expected 1 but got 0 |
| 5 | +Fail No arguments assert_throws: function "() => new WebAssembly.Global()" did not throw |
6 | 6 | Pass Calling |
7 | | -Fail Order of evaluation Object doesn't support this action |
8 | | -Pass Invalid descriptor argument |
9 | | -Pass Invalid type argument |
10 | | -Fail i64 with default Object doesn't support this action |
11 | | -Fail Default value for type i32 Object doesn't support this action |
12 | | -Fail Explicit value undefined for type i32 Object doesn't support this action |
13 | | -Fail Explicit value null for type i32 Object doesn't support this action |
14 | | -Fail Explicit value true for type i32 Object doesn't support this action |
15 | | -Fail Explicit value false for type i32 Object doesn't support this action |
16 | | -Fail Explicit value 2 for type i32 Object doesn't support this action |
17 | | -Fail Explicit value "3" for type i32 Object doesn't support this action |
18 | | -Fail Explicit value object with toString for type i32 Object doesn't support this action |
19 | | -Fail Explicit value object with valueOf for type i32 Object doesn't support this action |
20 | | -Fail Default value for type f32 Object doesn't support this action |
21 | | -Fail Explicit value undefined for type f32 Object doesn't support this action |
22 | | -Fail Explicit value null for type f32 Object doesn't support this action |
23 | | -Fail Explicit value true for type f32 Object doesn't support this action |
24 | | -Fail Explicit value false for type f32 Object doesn't support this action |
25 | | -Fail Explicit value 2 for type f32 Object doesn't support this action |
26 | | -Fail Explicit value "3" for type f32 Object doesn't support this action |
27 | | -Fail Explicit value object with toString for type f32 Object doesn't support this action |
28 | | -Fail Explicit value object with valueOf for type f32 Object doesn't support this action |
29 | | -Fail Default value for type f64 Object doesn't support this action |
30 | | -Fail Explicit value undefined for type f64 Object doesn't support this action |
31 | | -Fail Explicit value null for type f64 Object doesn't support this action |
32 | | -Fail Explicit value true for type f64 Object doesn't support this action |
33 | | -Fail Explicit value false for type f64 Object doesn't support this action |
34 | | -Fail Explicit value 2 for type f64 Object doesn't support this action |
35 | | -Fail Explicit value "3" for type f64 Object doesn't support this action |
36 | | -Fail Explicit value object with toString for type f64 Object doesn't support this action |
37 | | -Fail Explicit value object with valueOf for type f64 Object doesn't support this action |
38 | | -Fail Stray argument Object doesn't support this action |
| 7 | +Fail Order of evaluation assert_array_equals: lengths differ, expected 4 got 0 |
| 8 | +Fail Invalid descriptor argument assert_throws: new Global(undefined) function "() => new WebAssembly.Global(invalidArgument)" did not throw |
| 9 | +Fail Invalid type argument assert_throws: function "() => new WebAssembly.Global(argument)" did not throw |
| 10 | +Fail i64 with default assert_throws: function "() => global.value" did not throw |
| 11 | +Fail Default value for type i32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 12 | +Fail Explicit value undefined for type i32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 13 | +Fail Explicit value null for type i32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 14 | +Fail Explicit value true for type i32 assert_equals: value expected (number) 1 but got (undefined) undefined |
| 15 | +Fail Explicit value false for type i32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 16 | +Fail Explicit value 2 for type i32 assert_equals: value expected (number) 2 but got (undefined) undefined |
| 17 | +Fail Explicit value "3" for type i32 assert_equals: value expected (number) 3 but got (undefined) undefined |
| 18 | +Fail Explicit value object with toString for type i32 assert_equals: value expected (number) 5 but got (undefined) undefined |
| 19 | +Fail Explicit value object with valueOf for type i32 assert_equals: value expected (number) 8 but got (undefined) undefined |
| 20 | +Fail Default value for type f32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 21 | +Fail Explicit value undefined for type f32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 22 | +Fail Explicit value null for type f32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 23 | +Fail Explicit value true for type f32 assert_equals: value expected (number) 1 but got (undefined) undefined |
| 24 | +Fail Explicit value false for type f32 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 25 | +Fail Explicit value 2 for type f32 assert_equals: value expected (number) 2 but got (undefined) undefined |
| 26 | +Fail Explicit value "3" for type f32 assert_equals: value expected (number) 3 but got (undefined) undefined |
| 27 | +Fail Explicit value object with toString for type f32 assert_equals: value expected (number) 5 but got (undefined) undefined |
| 28 | +Fail Explicit value object with valueOf for type f32 assert_equals: value expected (number) 8 but got (undefined) undefined |
| 29 | +Fail Default value for type f64 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 30 | +Fail Explicit value undefined for type f64 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 31 | +Fail Explicit value null for type f64 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 32 | +Fail Explicit value true for type f64 assert_equals: value expected (number) 1 but got (undefined) undefined |
| 33 | +Fail Explicit value false for type f64 assert_equals: value expected (number) 0 but got (undefined) undefined |
| 34 | +Fail Explicit value 2 for type f64 assert_equals: value expected (number) 2 but got (undefined) undefined |
| 35 | +Fail Explicit value "3" for type f64 assert_equals: value expected (number) 3 but got (undefined) undefined |
| 36 | +Fail Explicit value object with toString for type f64 assert_equals: value expected (number) 5 but got (undefined) undefined |
| 37 | +Fail Explicit value object with valueOf for type f64 assert_equals: value expected (number) 8 but got (undefined) undefined |
| 38 | +Fail Stray argument assert_equals: value expected (number) 0 but got (undefined) undefined |
0 commit comments