test: remove --always-turbofan flag
#1676
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-runner-output.mjs#L346
--- stdout ---
Test failure: 'test-runner/output/describe_it.js'
Location: test/parallel/test-runner-output.mjs:355:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'# Subtest: sync pass todo\n' +
'ok 1 - sync pass todo # TODO\n' +
' ---\n' +
' duration_ms: *\n' +
...
' duration_ms: *\n' +
+ " type: 't"... 8793 more characters
- " type: 't"... 8767 more characters
at assertSnapshot (/Users/runner/work/node-v8/node-v8/node/test/common/assertSnapshot.js:63:12)
at async Module.spawnAndAssert (/Users/runner/work/node-v8/node-v8/node/test/common/assertSnapshot.js:98:3)
at async TestContext.<anonymous> (file:///Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-output.mjs:346:5)
at async Test.run (node:internal/test_runner/test:1088:7)
at async Promise.all (index 4)
at async Suite.run (node:internal/test_runner/test:1485:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:332:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'# Subtest: sync pass todo\n' +
'ok 1 - sync pass todo # TODO\n' +
' ---\n' +
' duration_ms: *\n' +
" type: 'test'\n" +
' ...\n' +
'# Subtest: sync pass todo with message\n' +
'ok 2 - sync pass todo with message # TODO this is a passing todo\n' +
' ---\n' +
'...',
expected: 'TAP version 13\n' +
'# Subtest: sync pass todo\n' +
'ok 1 - sync pass todo # TODO\n' +
' ---\n' +
' duration_ms: *\n' +
" type: 'test'\n" +
' ...\n' +
'# Subtest: sync pass todo with message\n' +
'ok 2 - sync pass todo with message # TODO this is a passing todo\n' +
' ---\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --expose-internals --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-output.mjs
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|