Commit 76781bd
test: remove common.skipIfReportDisabled()
The report feature won't ever be disabled moving forward, so
checking for its existence in the tests is no longer needed.
PR-URL: #32242
Fixes: #26293
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent 074c3c1 commit 76781bdCopy full SHA for 76781bd
File tree
Expand file treeCollapse file tree
9 files changed
+1
-15
lines changedOpen diff view settings
Filter options
- test
- common
- report
Expand file treeCollapse file tree
9 files changed
+1
-15
lines changedOpen diff view settings
Collapse file
-7Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
553 | 553 | |
554 | 554 | |
555 | 555 | |
556 | | - |
557 | | - |
558 | | - |
559 | | - |
560 | | - |
561 | | - |
562 | 556 | |
563 | 557 | |
564 | 558 | |
| ||
700 | 694 | |
701 | 695 | |
702 | 696 | |
703 | | - |
704 | 697 | |
705 | 698 | |
706 | 699 | |
|
Collapse file
test/report/test-report-config.js
Copy file name to clipboardExpand all lines: test/report/test-report-config.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | 4 | |
6 | 5 | |
7 | 6 | |
|
Collapse file
test/report/test-report-fatal-error.js
Copy file name to clipboardExpand all lines: test/report/test-report-fatal-error.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | 4 | |
6 | 5 | |
7 | 6 | |
|
Collapse file
test/report/test-report-getreport.js
Copy file name to clipboardExpand all lines: test/report/test-report-getreport.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | 4 | |
6 | 5 | |
7 | 6 | |
|
Collapse file
test/report/test-report-signal.js
Copy file name to clipboardExpand all lines: test/report/test-report-signal.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
test/report/test-report-uncaught-exception.js
Copy file name to clipboardExpand all lines: test/report/test-report-uncaught-exception.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | 5 | |
7 | 6 | |
8 | 7 | |
|
Collapse file
test/report/test-report-uv-handles.js
Copy file name to clipboardExpand all lines: test/report/test-report-uv-handles.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | 8 | |
10 | 9 | |
11 | 10 | |
|
Collapse file
test/report/test-report-worker.js
Copy file name to clipboardExpand all lines: test/report/test-report-worker.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | 4 | |
6 | 5 | |
7 | 6 | |
|
Collapse file
test/report/test-report-writereport.js
Copy file name to clipboardExpand all lines: test/report/test-report-writereport.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
|
0 commit comments