Commit f8e5dd6
authored
Fix infinite recursion in test browser.test_webgl_context_major_version. (#26875)
Fix infinite recursion in test browser.test_webgl_context_major_version.
abort() calls to err(), and the test would overwrite err() to call to
abort().
The test would pass, but only after throwing
```
[890/960] test_webgl_context_major_version (test_browser.browser64_4gb.test_webgl_context_major_version) ... JavaScript error: http://localhost:8888/test.js, line 193: InternalError: too much recursion
JavaScript error: http://localhost:8888/test.js, line 193: InternalError: too much recursion
JavaScript error: http://localhost:8888/test.js, line 193: InternalError: too much recursion
JavaScript error: http://localhost:8888/test.js, line 193: InternalError: too much recursion
ok
```
http://clbri.com:8010/api/v2/logs/420471/raw_inline1 parent 4a91be3 commit f8e5dd6
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments