Skip to content

Commit ec6a327

Browse files
committed
More raw result update
1 parent 28b0ac7 commit ec6a327

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
#select
21
| tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the TLD '*' is insecurely specified. | tst.js:8:13:8:31 | "https://example.*" | "https://example.*" |
32
| tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the domain '**.example.com' is insecurely specified. | tst.js:6:13:6:38 | "https: ... .com/*" | "https: ... .com/*" |
43
| tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the domain 'example.**' is insecurely specified. | tst.js:7:13:7:32 | "https://example.**" | "https://example.**" |
54
| tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the scheme '*' is insecurely specified. | tst.js:5:13:5:31 | "*://example.org/*" | "*://example.org/*" |
65
| tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the scheme '**' is insecurely specified. | tst.js:4:13:4:32 | "**://example.com/*" | "**://example.com/*" |
7-
testFailures
8-
| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the TLD '*' is insecurely specified. | Unexpected result: Alert |
9-
| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the domain '**.example.com' is insecurely specified. | Unexpected result: Alert |
10-
| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the domain 'example.**' is insecurely specified. | Unexpected result: Alert |
11-
| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the scheme '*' is insecurely specified. | Unexpected result: Alert |
12-
| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the scheme '**' is insecurely specified. | Unexpected result: Alert |
13-
| tst.js:4:35:4:138 | // $ Al ... .org/a) | Missing result: Alert |
14-
| tst.js:5:34:5:154 | // $ Al ... "//"!) | Missing result: Alert |
15-
| tst.js:6:41:6:103 | // $ Al ... e.com/a | Missing result: Alert |
16-
| tst.js:7:35:7:112 | // $ Al ... vil.com | Missing result: Alert |
17-
| tst.js:8:34:8:84 | // $ Al ... ctedTLD | Missing result: Alert |
18-
| tst.js:22:41:22:108 | // $ Al ... caped)) | Missing result: Alert |
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#select
21
| EnablingNodeIntegration.js:5:28:11:9 | {\\n ... } | The `nodeIntegrationInWorker` feature has been enabled. |
32
| EnablingNodeIntegration.js:5:28:11:9 | {\\n ... } | The `nodeIntegration` feature has been enabled. |
43
| EnablingNodeIntegration.js:15:22:20:9 | {\\n ... } | The `nodeIntegration` feature is enabled by default. |
5-
| EnablingNodeIntegration.js:23:16:27:9 | { // $ ... } | The `nodeIntegration` feature is enabled by default. |
4+
| EnablingNodeIntegration.js:23:16:27:9 | { // im ... } | The `nodeIntegration` feature is enabled by default. |
65
| EnablingNodeIntegration.js:49:74:49:96 | {nodeIn ... : true} | The `nodeIntegration` feature has been enabled. |
7-
testFailures
8-
| EnablingNodeIntegration.js:4:22:4:46 | // $ Al ... enabled | Missing result: Alert |
9-
| EnablingNodeIntegration.js:5:28:11:9 | The `nodeIntegrationInWorker` feature has been enabled. | Unexpected result: Alert |
10-
| EnablingNodeIntegration.js:5:28:11:9 | The `nodeIntegration` feature has been enabled. | Unexpected result: Alert |
11-
| EnablingNodeIntegration.js:14:23:14:68 | // $ Al ... enabled | Missing result: Alert |
12-
| EnablingNodeIntegration.js:15:22:20:9 | The `nodeIntegration` feature is enabled by default. | Unexpected result: Alert |
13-
| EnablingNodeIntegration.js:23:16:27:9 | The `nodeIntegration` feature is enabled by default. | Unexpected result: Alert |
14-
| EnablingNodeIntegration.js:23:18:23:48 | // $ Al ... enabled | Missing result: Alert |
15-
| EnablingNodeIntegration.js:29:24:29:54 | // $ Al ... enabled | Missing result: Alert |
16-
| EnablingNodeIntegration.js:37:23:37:54 | // $ Al ... isabled | Missing result: Alert |

0 commit comments

Comments
 (0)