Commit 458671d
doc,test: extend the list of platforms supported by single-executables
Now that #46934 has landed, we can
extend the list of platforms and architectures where we can run the
single-executable test.
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #47026
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent 0f1ecbc commit 458671dCopy full SHA for 458671d
File tree
Expand file treeCollapse file tree
3 files changed
+18
-13
lines changedOpen diff view settings
Filter options
- doc
- api
- contributing
- test/parallel
Expand file treeCollapse file tree
3 files changed
+18
-13
lines changedOpen diff view settings
Collapse file
doc/api/single-executable-applications.md
Copy file name to clipboardExpand all lines: doc/api/single-executable-applications.md+3-1Lines changed: 3 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
153 | 153 | |
154 | 154 | |
155 | 155 | |
156 | | - |
| 156 | + |
| 157 | + |
157 | 158 | |
158 | 159 | |
159 | 160 | |
| ||
174 | 175 | |
175 | 176 | |
176 | 177 | |
| 178 | + |
Collapse file
doc/contributing/maintaining-single-executable-application-support.md
Copy file name to clipboardExpand all lines: doc/contributing/maintaining-single-executable-application-support.md+3-1Lines changed: 3 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
| 57 | + |
| 58 | + |
| 59 | + |
58 | 60 | |
59 | 61 | |
60 | 62 | |
|
Collapse file
test/parallel/test-single-executable-application.js
Copy file name to clipboardExpand all lines: test/parallel/test-single-executable-application.js+12-11Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
20 | | - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
21 | 23 | |
22 | 24 | |
23 | 25 | |
| ||
39 | 41 | |
40 | 42 | |
41 | 43 | |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
49 | 50 | |
50 | 51 | |
51 | | - |
52 | | - |
| 52 | + |
| 53 | + |
53 | 54 | |
54 | 55 | |
55 | 56 | |
|
0 commit comments