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