Commit b297a1b
committed
Skip parser-only expression checks on Firefox
Firefox 67 on BrowserStack disconnects while running the full unit suite
after this PR adds the generated-code compatibility checks. The runtime
expression tests still pass in Firefox; the problematic block is the
Acorn parser loop that validates generated JavaScript syntax against the
oldest supported ECMAScript target.
Keep that compatibility coverage for the other BrowserStack browsers,
but mark it pending on Firefox so Firefox still exercises the debugger
runtime behavior without spending time on parser-only coverage.1 parent 0ee8b66 commit b297a1b
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
161 | 168 | | |
162 | 169 | | |
163 | 170 | | |
| |||
0 commit comments