js-on-sx: runner fix, 8-test smoke 3/7 (was 0/8)
Agent committed before monitor-exit. Full tree still TODO. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,76 +1,44 @@
|
||||
{
|
||||
"totals": {
|
||||
"pass": 56,
|
||||
"fail": 230,
|
||||
"skip": 39,
|
||||
"timeout": 2,
|
||||
"total": 327,
|
||||
"runnable": 288,
|
||||
"pass_rate": 19.4
|
||||
"pass": 3,
|
||||
"fail": 4,
|
||||
"skip": 1,
|
||||
"timeout": 0,
|
||||
"total": 8,
|
||||
"runnable": 7,
|
||||
"pass_rate": 42.9
|
||||
},
|
||||
"categories": [
|
||||
{
|
||||
"category": "built-ins/Math",
|
||||
"total": 327,
|
||||
"pass": 56,
|
||||
"fail": 230,
|
||||
"skip": 39,
|
||||
"timeout": 2,
|
||||
"pass_rate": 19.4,
|
||||
"total": 8,
|
||||
"pass": 3,
|
||||
"fail": 4,
|
||||
"skip": 1,
|
||||
"timeout": 0,
|
||||
"pass_rate": 42.9,
|
||||
"top_failures": [
|
||||
[
|
||||
"Test262Error (assertion failed)",
|
||||
83
|
||||
],
|
||||
[
|
||||
"ReferenceError (undefined symbol)",
|
||||
62
|
||||
2
|
||||
],
|
||||
[
|
||||
"TypeError: not a function",
|
||||
46
|
||||
],
|
||||
[
|
||||
"SyntaxError (parse/unsupported syntax)",
|
||||
35
|
||||
],
|
||||
[
|
||||
"Unhandled: Unexpected token: op '++'\\",
|
||||
3
|
||||
"Test262Error (assertion failed)",
|
||||
2
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
"top_failure_modes": [
|
||||
[
|
||||
"Test262Error (assertion failed)",
|
||||
83
|
||||
],
|
||||
[
|
||||
"ReferenceError (undefined symbol)",
|
||||
62
|
||||
],
|
||||
[
|
||||
"TypeError: not a function",
|
||||
46
|
||||
],
|
||||
[
|
||||
"SyntaxError (parse/unsupported syntax)",
|
||||
35
|
||||
],
|
||||
[
|
||||
"Unhandled: Unexpected token: op '++'\\",
|
||||
3
|
||||
],
|
||||
[
|
||||
"Timeout",
|
||||
2
|
||||
],
|
||||
[
|
||||
"Unhandled: Not callable: {:random <js-math-random()> :floor <js-math-fl",
|
||||
1
|
||||
"Test262Error (assertion failed)",
|
||||
2
|
||||
]
|
||||
],
|
||||
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
||||
"elapsed_seconds": 185.3
|
||||
"elapsed_seconds": 14.2
|
||||
}
|
||||
Reference in New Issue
Block a user