Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove logs from test failure summary #3013

Merged
merged 9 commits into from May 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions test-tap/reporters/default.edgecases.v12.log
Expand Up @@ -11,6 +11,11 @@

SyntaxError: Unexpected token 'do'

› SyntaxError: Unexpected token 'do'
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ ast-syntax-error.cjs exited with a non-zero exit code: 1
---tty-stream-chunk-separator
Expand All @@ -28,6 +33,9 @@
TypeError: test is not a function

› Object.<anonymous> (test-tap/fixture/report/edgecases/import-and-use-test-member.cjs:3:1)
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ import-and-use-test-member.cjs exited with a non-zero exit code: 1
Expand All @@ -47,6 +55,9 @@
Error: throws

› Object.<anonymous> (test-tap/fixture/report/edgecases/throws.cjs:1:7)
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ throws.cjs exited with a non-zero exit code: 1
Expand Down
9 changes: 9 additions & 0 deletions test-tap/reporters/default.edgecases.v16.log
Expand Up @@ -7,6 +7,9 @@

SyntaxError: Unexpected token 'do'

› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)

---tty-stream-chunk-separator
✖ ast-syntax-error.cjs exited with a non-zero exit code: 1
---tty-stream-chunk-separator
Expand All @@ -24,6 +27,9 @@
TypeError: test is not a function

› Object.<anonymous> (test-tap/fixture/report/edgecases/import-and-use-test-member.cjs:3:1)
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ import-and-use-test-member.cjs exited with a non-zero exit code: 1
Expand All @@ -43,6 +49,9 @@
Error: throws

› Object.<anonymous> (test-tap/fixture/report/edgecases/throws.cjs:1:7)
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ throws.cjs exited with a non-zero exit code: 1
Expand Down
9 changes: 9 additions & 0 deletions test-tap/reporters/default.edgecases.v17.log
Expand Up @@ -7,6 +7,9 @@

SyntaxError: Unexpected token 'do'

› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)

---tty-stream-chunk-separator
✖ ast-syntax-error.cjs exited with a non-zero exit code: 1
---tty-stream-chunk-separator
Expand All @@ -24,6 +27,9 @@
TypeError: test is not a function

› Object.<anonymous> (test-tap/fixture/report/edgecases/import-and-use-test-member.cjs:3:1)
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ import-and-use-test-member.cjs exited with a non-zero exit code: 1
Expand All @@ -43,6 +49,9 @@
Error: throws

› Object.<anonymous> (test-tap/fixture/report/edgecases/throws.cjs:1:7)
› Object.extensions.<computed> [as .js] (file://lib/worker/dependency-tracker.js:42:5)
› load (file://lib/worker/base.js:149:10)
› run (file://lib/worker/base.js:174:9)

---tty-stream-chunk-separator
✖ throws.cjs exited with a non-zero exit code: 1
Expand Down
9 changes: 8 additions & 1 deletion test-tap/reporters/default.failfast.v12.log
Expand Up @@ -5,7 +5,6 @@
─

a › fails

a.cjs:3

2:
Expand All @@ -14,7 +13,15 @@

Test failed via `t.fail()`

› getErrorWithLongStackTrace (file://lib/assert.js:71:16)
› new AssertionError (file://lib/assert.js:51:63)
› ExecutionContext.fail (file://lib/assert.js:282:9)
› test-tap/fixture/report/failfast/a.cjs:3:22
› Test.callFn (file://lib/test.js:507:21)
› Test.run (file://lib/test.js:520:23)
› Runner.runSingle (file://lib/runner.js:285:33)
› Runner.runTest (file://lib/runner.js:361:30)
› async Runner.start (file://lib/runner.js:534:15)

─

Expand Down
9 changes: 8 additions & 1 deletion test-tap/reporters/default.failfast.v16.log
Expand Up @@ -5,7 +5,6 @@
─

a › fails

a.cjs:3

2:
Expand All @@ -14,7 +13,15 @@

Test failed via `t.fail()`

› getErrorWithLongStackTrace (file://lib/assert.js:71:16)
› new AssertionError (file://lib/assert.js:51:63)
› ExecutionContext.fail (file://lib/assert.js:282:9)
› test-tap/fixture/report/failfast/a.cjs:3:22
› Test.callFn (file://lib/test.js:507:21)
› Test.run (file://lib/test.js:520:23)
› Runner.runSingle (file://lib/runner.js:285:33)
› Runner.runTest (file://lib/runner.js:361:30)
› async Runner.start (file://lib/runner.js:534:15)

─

Expand Down
9 changes: 8 additions & 1 deletion test-tap/reporters/default.failfast.v17.log
Expand Up @@ -5,7 +5,6 @@
─

a › fails

a.cjs:3

2:
Expand All @@ -14,7 +13,15 @@

Test failed via `t.fail()`

› getErrorWithLongStackTrace (file://lib/assert.js:71:16)
› new AssertionError (file://lib/assert.js:51:63)
› ExecutionContext.fail (file://lib/assert.js:282:9)
› test-tap/fixture/report/failfast/a.cjs:3:22
› Test.callFn (file://lib/test.js:507:21)
› Test.run (file://lib/test.js:520:23)
› Runner.runSingle (file://lib/runner.js:285:33)
› Runner.runTest (file://lib/runner.js:361:30)
› async Runner.start (file://lib/runner.js:534:15)

─

Expand Down
10 changes: 9 additions & 1 deletion test-tap/reporters/default.failfast2.v12.log
Expand Up @@ -5,7 +5,6 @@
─

a › fails

a.cjs:3

2:
Expand All @@ -14,7 +13,16 @@

Test failed via `t.fail()`

› getErrorWithLongStackTrace (file://lib/assert.js:71:16)
› new AssertionError (file://lib/assert.js:51:63)
› ExecutionContext.fail (file://lib/assert.js:282:9)
› test-tap/fixture/report/failfast2/a.cjs:3:22
› Test.callFn (file://lib/test.js:507:21)
› Test.run (file://lib/test.js:520:23)
› Runner.runSingle (file://lib/runner.js:285:33)
› Runner.runTest (file://lib/runner.js:361:30)
› async file://lib/runner.js:497:24
› async Runner.start (file://lib/runner.js:534:15)

─

Expand Down
10 changes: 9 additions & 1 deletion test-tap/reporters/default.failfast2.v16.log
Expand Up @@ -5,7 +5,6 @@
─

a › fails

a.cjs:3

2:
Expand All @@ -14,7 +13,16 @@

Test failed via `t.fail()`

› getErrorWithLongStackTrace (file://lib/assert.js:71:16)
› new AssertionError (file://lib/assert.js:51:63)
› ExecutionContext.fail (file://lib/assert.js:282:9)
› test-tap/fixture/report/failfast2/a.cjs:3:22
› Test.callFn (file://lib/test.js:507:21)
› Test.run (file://lib/test.js:520:23)
› Runner.runSingle (file://lib/runner.js:285:33)
› Runner.runTest (file://lib/runner.js:361:30)
› async file://lib/runner.js:497:24
› async Runner.start (file://lib/runner.js:534:15)

─

Expand Down
10 changes: 9 additions & 1 deletion test-tap/reporters/default.failfast2.v17.log
Expand Up @@ -5,7 +5,6 @@
─

a › fails

a.cjs:3

2:
Expand All @@ -14,7 +13,16 @@

Test failed via `t.fail()`

› getErrorWithLongStackTrace (file://lib/assert.js:71:16)
› new AssertionError (file://lib/assert.js:51:63)
› ExecutionContext.fail (file://lib/assert.js:282:9)
› test-tap/fixture/report/failfast2/a.cjs:3:22
› Test.callFn (file://lib/test.js:507:21)
› Test.run (file://lib/test.js:520:23)
› Runner.runSingle (file://lib/runner.js:285:33)
› Runner.runTest (file://lib/runner.js:361:30)
› async file://lib/runner.js:497:24
› async Runner.start (file://lib/runner.js:534:15)

─

Expand Down