JS: Accept raw test output

This commit is contained in:
Asger F
2025-02-06 16:16:21 +01:00
parent 795c1100fc
commit f5911c9e5a
196 changed files with 7002 additions and 4171 deletions

View File

@@ -1,3 +1,7 @@
#select
| tst.js:2:9:2:24 | (x & (1<<n)) > 0 | Potentially unsafe sign check of a bitwise operation. |
| tst.js:13:13:13:25 | (x >>> 0) > 0 | Potentially unsafe sign check of a bitwise operation. |
| tst.js:21:1:21:21 | (x & 0x ... 00) > 0 | Potentially unsafe sign check of a bitwise operation. |
testFailures
| tst.js:2:9:2:24 | Potentially unsafe sign check of a bitwise operation. | Unexpected result: Alert |
| tst.js:13:13:13:25 | Potentially unsafe sign check of a bitwise operation. | Unexpected result: Alert |