scoreboard: 156/300 (52%) wide, +42 from session-start 114/300

This commit is contained in:
2026-04-24 12:54:44 +00:00
parent 2caf356fc4
commit 52fc87f222
2 changed files with 42 additions and 42 deletions

View File

@@ -1,22 +1,22 @@
{
"totals": {
"pass": 147,
"fail": 141,
"pass": 156,
"fail": 133,
"skip": 1597,
"timeout": 12,
"timeout": 11,
"total": 1897,
"runnable": 300,
"pass_rate": 49.0
"pass_rate": 52.0
},
"categories": [
{
"category": "built-ins/Math",
"total": 327,
"pass": 40,
"fail": 59,
"pass": 43,
"fail": 56,
"skip": 227,
"timeout": 1,
"pass_rate": 40.0,
"pass_rate": 43.0,
"top_failures": [
[
"TypeError: not a function",
@@ -24,7 +24,7 @@
],
[
"Test262Error (assertion failed)",
23
20
],
[
"Timeout",
@@ -35,15 +35,15 @@
{
"category": "built-ins/Number",
"total": 340,
"pass": 74,
"fail": 22,
"pass": 75,
"fail": 21,
"skip": 240,
"timeout": 4,
"pass_rate": 74.0,
"pass_rate": 75.0,
"top_failures": [
[
"Test262Error (assertion failed)",
22
21
],
[
"Timeout",
@@ -54,19 +54,23 @@
{
"category": "built-ins/String",
"total": 1223,
"pass": 33,
"fail": 60,
"pass": 38,
"fail": 56,
"skip": 1123,
"timeout": 7,
"pass_rate": 33.0,
"timeout": 6,
"pass_rate": 38.0,
"top_failures": [
[
"Test262Error (assertion failed)",
50
42
],
[
"Timeout",
7
6
],
[
"TypeError: not a function",
6
],
[
"ReferenceError (undefined symbol)",
@@ -75,10 +79,6 @@
[
"Unhandled: Not callable: {:__proto__ {:toLowerCase <lambda(&rest, args)",
2
],
[
"Unhandled: Not callable: \\\\\\",
2
]
]
},
@@ -96,15 +96,15 @@
"top_failure_modes": [
[
"Test262Error (assertion failed)",
95
83
],
[
"TypeError: not a function",
38
42
],
[
"Timeout",
12
11
],
[
"ReferenceError (undefined symbol)",
@@ -128,6 +128,6 @@
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 277.0,
"elapsed_seconds": 269.2,
"workers": 1
}

View File

@@ -1,15 +1,15 @@
# test262 scoreboard
Pinned commit: `d5e73fc8d2c663554fb72e2380a8c2bc1a318a33`
Wall time: 277.0s
Wall time: 269.2s
**Total:** 147/300 runnable passed (49.0%). Raw: pass=147 fail=141 skip=1597 timeout=12 total=1897.
**Total:** 156/300 runnable passed (52.0%). Raw: pass=156 fail=133 skip=1597 timeout=11 total=1897.
## Top failure modes
- **95x** Test262Error (assertion failed)
- **38x** TypeError: not a function
- **12x** Timeout
- **83x** Test262Error (assertion failed)
- **42x** TypeError: not a function
- **11x** Timeout
- **2x** ReferenceError (undefined symbol)
- **2x** Unhandled: Not callable: {:__proto__ {:toLowerCase <lambda(&rest, args)
- **2x** Unhandled: Not callable: \\\
@@ -20,27 +20,27 @@ Wall time: 277.0s
| Category | Pass | Fail | Skip | Timeout | Total | Pass % |
|---|---:|---:|---:|---:|---:|---:|
| built-ins/String | 33 | 60 | 1123 | 7 | 1223 | 33.0% |
| built-ins/Math | 40 | 59 | 227 | 1 | 327 | 40.0% |
| built-ins/Number | 74 | 22 | 240 | 4 | 340 | 74.0% |
| built-ins/String | 38 | 56 | 1123 | 6 | 1223 | 38.0% |
| built-ins/Math | 43 | 56 | 227 | 1 | 327 | 43.0% |
| built-ins/Number | 75 | 21 | 240 | 4 | 340 | 75.0% |
## Per-category top failures (min 10 runnable, worst first)
### built-ins/String (33/100 — 33.0%)
### built-ins/String (38/100 — 38.0%)
- **50x** Test262Error (assertion failed)
- **7x** Timeout
- **42x** Test262Error (assertion failed)
- **6x** Timeout
- **6x** TypeError: not a function
- **2x** ReferenceError (undefined symbol)
- **2x** Unhandled: Not callable: {:__proto__ {:toLowerCase <lambda(&rest, args)
- **2x** Unhandled: Not callable: \\\
### built-ins/Math (40/100 — 40.0%)
### built-ins/Math (43/100 — 43.0%)
- **36x** TypeError: not a function
- **23x** Test262Error (assertion failed)
- **20x** Test262Error (assertion failed)
- **1x** Timeout
### built-ins/Number (74/100 — 74.0%)
### built-ins/Number (75/100 — 75.0%)
- **22x** Test262Error (assertion failed)
- **21x** Test262Error (assertion failed)
- **4x** Timeout