raw test output

This commit is contained in:
Asger F
2025-02-27 15:32:57 +01:00
parent 193b26e938
commit 2a194a53af
195 changed files with 457 additions and 3237 deletions

View File

@@ -1,11 +1,3 @@
#select
| tst.js:5:1:6:1 | for (j ... Alert\\n} | This loop counts downward, but its variable is bounded upward. |
| tst.js:8:1:9:1 | for (va ... Alert\\n} | This loop counts upward, but its variable is bounded downward. |
| tst.js:5:1:6:1 | for (j ... -j) {\\n} | This loop counts downward, but its variable is bounded upward. |
| tst.js:8:1:9:1 | for (va ... ++) {\\n} | This loop counts upward, but its variable is bounded downward. |
| tst.js:15:1:16:13 | for (i= ... i] = 0; | This loop counts downward, but its variable is bounded upward. |
testFailures
| tst.js:5:1:6:1 | This loop counts downward, but its variable is bounded upward. | Unexpected result: Alert |
| tst.js:5:39:5:48 | // $ Alert | Missing result: Alert |
| tst.js:8:1:9:1 | This loop counts upward, but its variable is bounded downward. | Unexpected result: Alert |
| tst.js:8:46:8:55 | // $ Alert | Missing result: Alert |
| tst.js:15:1:16:13 | This loop counts downward, but its variable is bounded upward. | Unexpected result: Alert |
| tst.js:15:34:15:43 | // $ Alert | Missing result: Alert |