scoreboard: Math 40%, Number 48%, String 30% (100/cat, 118/300 total)
This commit is contained in:
@@ -1,37 +1,33 @@
|
|||||||
{
|
{
|
||||||
"totals": {
|
"totals": {
|
||||||
"pass": 164,
|
"pass": 118,
|
||||||
"fail": 257,
|
"fail": 160,
|
||||||
"skip": 1447,
|
"skip": 1597,
|
||||||
"timeout": 29,
|
"timeout": 22,
|
||||||
"total": 1897,
|
"total": 1897,
|
||||||
"runnable": 450,
|
"runnable": 300,
|
||||||
"pass_rate": 36.4
|
"pass_rate": 39.3
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"category": "built-ins/Math",
|
"category": "built-ins/Math",
|
||||||
"total": 327,
|
"total": 327,
|
||||||
"pass": 55,
|
"pass": 40,
|
||||||
"fail": 91,
|
"fail": 59,
|
||||||
"skip": 177,
|
"skip": 227,
|
||||||
"timeout": 4,
|
"timeout": 1,
|
||||||
"pass_rate": 36.7,
|
"pass_rate": 40.0,
|
||||||
"top_failures": [
|
"top_failures": [
|
||||||
[
|
[
|
||||||
"TypeError: not a function",
|
"TypeError: not a function",
|
||||||
46
|
36
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Test262Error (assertion failed)",
|
"Test262Error (assertion failed)",
|
||||||
44
|
23
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Timeout",
|
"Timeout",
|
||||||
4
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ReferenceError (undefined symbol)",
|
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -39,61 +35,53 @@
|
|||||||
{
|
{
|
||||||
"category": "built-ins/Number",
|
"category": "built-ins/Number",
|
||||||
"total": 340,
|
"total": 340,
|
||||||
"pass": 67,
|
"pass": 48,
|
||||||
"fail": 75,
|
"fail": 45,
|
||||||
"skip": 190,
|
"skip": 240,
|
||||||
"timeout": 8,
|
"timeout": 7,
|
||||||
"pass_rate": 44.7,
|
"pass_rate": 48.0,
|
||||||
"top_failures": [
|
"top_failures": [
|
||||||
[
|
[
|
||||||
"Test262Error (assertion failed)",
|
"Test262Error (assertion failed)",
|
||||||
66
|
42
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Timeout",
|
"Timeout",
|
||||||
8
|
7
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ReferenceError (undefined symbol)",
|
"ReferenceError (undefined symbol)",
|
||||||
4
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"SyntaxError (parse/unsupported syntax)",
|
|
||||||
3
|
3
|
||||||
],
|
|
||||||
[
|
|
||||||
"TypeError: not a function",
|
|
||||||
1
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"category": "built-ins/String",
|
"category": "built-ins/String",
|
||||||
"total": 1223,
|
"total": 1223,
|
||||||
"pass": 42,
|
"pass": 30,
|
||||||
"fail": 91,
|
"fail": 56,
|
||||||
"skip": 1073,
|
"skip": 1123,
|
||||||
"timeout": 17,
|
"timeout": 14,
|
||||||
"pass_rate": 28.0,
|
"pass_rate": 30.0,
|
||||||
"top_failures": [
|
"top_failures": [
|
||||||
[
|
[
|
||||||
"Test262Error (assertion failed)",
|
"Test262Error (assertion failed)",
|
||||||
62
|
43
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Timeout",
|
"Timeout",
|
||||||
17
|
14
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ReferenceError (undefined symbol)",
|
"ReferenceError (undefined symbol)",
|
||||||
11
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"TypeError: not a function",
|
|
||||||
7
|
7
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"SyntaxError (parse/unsupported syntax)",
|
"Unhandled: Not callable: \\\\\\",
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"Unhandled: Not callable: {:__proto__ {}} (kont=6 frames)\\",
|
||||||
2
|
2
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -112,50 +100,38 @@
|
|||||||
"top_failure_modes": [
|
"top_failure_modes": [
|
||||||
[
|
[
|
||||||
"Test262Error (assertion failed)",
|
"Test262Error (assertion failed)",
|
||||||
172
|
108
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"TypeError: not a function",
|
"TypeError: not a function",
|
||||||
54
|
36
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Timeout",
|
"Timeout",
|
||||||
29
|
22
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ReferenceError (undefined symbol)",
|
"ReferenceError (undefined symbol)",
|
||||||
16
|
10
|
||||||
],
|
|
||||||
[
|
|
||||||
"SyntaxError (parse/unsupported syntax)",
|
|
||||||
5
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"Unhandled: Not callable: {:entries <js-object-entries(o)> :defineProper",
|
|
||||||
3
|
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Unhandled: Not callable: \\\\\\",
|
"Unhandled: Not callable: \\\\\\",
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Unhandled: Not callable: {:__proto__ {}} (kont=4 frames)\\",
|
"Unhandled: Not callable: {:__proto__ {}} (kont=6 frames)\\",
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"SyntaxError (parse/unsupported syntax)",
|
||||||
|
1
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"Unhandled: Not callable: {:__proto__ {}} (kont=5 frames)\\",
|
"Unhandled: Not callable: {:__proto__ {}} (kont=5 frames)\\",
|
||||||
1
|
1
|
||||||
],
|
|
||||||
[
|
|
||||||
"Unhandled: Not callable: {:__proto__ {}} (kont=6 frames)\\",
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"Unhandled: Not callable: {:__proto__ {}} (kont=9 frames)\\",
|
|
||||||
1
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
||||||
"elapsed_seconds": 582.5,
|
"elapsed_seconds": 429.3,
|
||||||
"workers": 1
|
"workers": 1
|
||||||
}
|
}
|
||||||
@@ -1,53 +1,47 @@
|
|||||||
# test262 scoreboard
|
# test262 scoreboard
|
||||||
|
|
||||||
Pinned commit: `d5e73fc8d2c663554fb72e2380a8c2bc1a318a33`
|
Pinned commit: `d5e73fc8d2c663554fb72e2380a8c2bc1a318a33`
|
||||||
Wall time: 582.5s
|
Wall time: 429.3s
|
||||||
|
|
||||||
**Total:** 164/450 runnable passed (36.4%). Raw: pass=164 fail=257 skip=1447 timeout=29 total=1897.
|
**Total:** 118/300 runnable passed (39.3%). Raw: pass=118 fail=160 skip=1597 timeout=22 total=1897.
|
||||||
|
|
||||||
## Top failure modes
|
## Top failure modes
|
||||||
|
|
||||||
- **172x** Test262Error (assertion failed)
|
- **108x** Test262Error (assertion failed)
|
||||||
- **54x** TypeError: not a function
|
- **36x** TypeError: not a function
|
||||||
- **29x** Timeout
|
- **22x** Timeout
|
||||||
- **16x** ReferenceError (undefined symbol)
|
- **10x** ReferenceError (undefined symbol)
|
||||||
- **5x** SyntaxError (parse/unsupported syntax)
|
|
||||||
- **3x** Unhandled: Not callable: {:entries <js-object-entries(o)> :defineProper
|
|
||||||
- **2x** Unhandled: Not callable: \\\
|
- **2x** Unhandled: Not callable: \\\
|
||||||
- **2x** Unhandled: Not callable: {:__proto__ {}} (kont=4 frames)\
|
- **2x** Unhandled: Not callable: {:__proto__ {}} (kont=6 frames)\
|
||||||
|
- **1x** SyntaxError (parse/unsupported syntax)
|
||||||
- **1x** Unhandled: Not callable: {:__proto__ {}} (kont=5 frames)\
|
- **1x** Unhandled: Not callable: {:__proto__ {}} (kont=5 frames)\
|
||||||
- **1x** Unhandled: Not callable: {:__proto__ {}} (kont=6 frames)\
|
|
||||||
- **1x** Unhandled: Not callable: {:__proto__ {}} (kont=9 frames)\
|
|
||||||
|
|
||||||
## Categories (worst pass-rate first, min 10 runnable)
|
## Categories (worst pass-rate first, min 10 runnable)
|
||||||
|
|
||||||
| Category | Pass | Fail | Skip | Timeout | Total | Pass % |
|
| Category | Pass | Fail | Skip | Timeout | Total | Pass % |
|
||||||
|---|---:|---:|---:|---:|---:|---:|
|
|---|---:|---:|---:|---:|---:|---:|
|
||||||
| built-ins/String | 42 | 91 | 1073 | 17 | 1223 | 28.0% |
|
| built-ins/String | 30 | 56 | 1123 | 14 | 1223 | 30.0% |
|
||||||
| built-ins/Math | 55 | 91 | 177 | 4 | 327 | 36.7% |
|
| built-ins/Math | 40 | 59 | 227 | 1 | 327 | 40.0% |
|
||||||
| built-ins/Number | 67 | 75 | 190 | 8 | 340 | 44.7% |
|
| built-ins/Number | 48 | 45 | 240 | 7 | 340 | 48.0% |
|
||||||
|
|
||||||
## Per-category top failures (min 10 runnable, worst first)
|
## Per-category top failures (min 10 runnable, worst first)
|
||||||
|
|
||||||
### built-ins/String (42/150 — 28.0%)
|
### built-ins/String (30/100 — 30.0%)
|
||||||
|
|
||||||
- **62x** Test262Error (assertion failed)
|
- **43x** Test262Error (assertion failed)
|
||||||
- **17x** Timeout
|
- **14x** Timeout
|
||||||
- **11x** ReferenceError (undefined symbol)
|
- **7x** ReferenceError (undefined symbol)
|
||||||
- **7x** TypeError: not a function
|
- **2x** Unhandled: Not callable: \\\
|
||||||
- **2x** SyntaxError (parse/unsupported syntax)
|
- **2x** Unhandled: Not callable: {:__proto__ {}} (kont=6 frames)\
|
||||||
|
|
||||||
### built-ins/Math (55/150 — 36.7%)
|
### built-ins/Math (40/100 — 40.0%)
|
||||||
|
|
||||||
- **46x** TypeError: not a function
|
- **36x** TypeError: not a function
|
||||||
- **44x** Test262Error (assertion failed)
|
- **23x** Test262Error (assertion failed)
|
||||||
- **4x** Timeout
|
- **1x** Timeout
|
||||||
- **1x** ReferenceError (undefined symbol)
|
|
||||||
|
|
||||||
### built-ins/Number (67/150 — 44.7%)
|
### built-ins/Number (48/100 — 48.0%)
|
||||||
|
|
||||||
- **66x** Test262Error (assertion failed)
|
- **42x** Test262Error (assertion failed)
|
||||||
- **8x** Timeout
|
- **7x** Timeout
|
||||||
- **4x** ReferenceError (undefined symbol)
|
- **3x** ReferenceError (undefined symbol)
|
||||||
- **3x** SyntaxError (parse/unsupported syntax)
|
|
||||||
- **1x** TypeError: not a function
|
|
||||||
|
|||||||
Reference in New Issue
Block a user