Commit e16036c
test: create new directory v8-updates
`v8-updates` holds all tests related to V8 updates, for example, testing
for postmortem metadata chages.
PR-URL: #20783
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>1 parent 03fbc9e commit e16036cCopy full SHA for e16036c
File tree
Expand file treeCollapse file tree
6 files changed
+34
-4
lines changedOpen diff view settings
Filter options
- test
- parallel
- v8-updates
- tools
Expand file treeCollapse file tree
6 files changed
+34
-4
lines changedOpen diff view settings
Collapse file
+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
560 | 560 | |
561 | 561 | |
562 | 562 | |
| 563 | + |
563 | 564 | |
564 | 565 | |
565 | 566 | |
| ||
580 | 581 | |
581 | 582 | |
582 | 583 | |
583 | | - |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
584 | 588 | |
585 | 589 | |
586 | 590 | |
|
Collapse file
test/parallel/parallel.status
Copy file name to clipboardExpand all lines: test/parallel/parallel.status-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | | - |
10 | 8 | |
11 | 9 | |
12 | 10 | |
|
Collapse file
test/parallel/test-postmortem-metadata.js …t/v8-updates/test-postmortem-metadata.jstest/parallel/test-postmortem-metadata.js renamed to test/v8-updates/test-postmortem-metadata.js test/parallel/test-postmortem-metadata.js renamed to test/v8-updates/test-postmortem-metadata.js
Copy file name to clipboardFile renamed without changes.
Collapse file
test/v8-updates/testcfg.py
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Collapse file
test/v8-updates/v8-updates.status
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
Collapse file
+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1555 | 1555 | |
1556 | 1556 | |
1557 | 1557 | |
1558 | | - |
| 1558 | + |
| 1559 | + |
1559 | 1560 | |
1560 | 1561 | |
1561 | 1562 | |
|
0 commit comments