guijemont@igalia.com | 52596ba | 2018-11-01 19:49:03 +0000 | [diff] [blame] | 1 | // FIXME: unskip when this is solved |
| 2 | // https://bugs.webkit.org/show_bug.cgi?id=191163 |
guijemont@igalia.com | 18f1816 | 2019-01-24 12:04:36 +0000 | [diff] [blame] | 3 | //@ skip if ["arm", "mips", "x86"].include?($architecture) |
mark.lam@apple.com | 389ff7f | 2016-09-29 19:11:05 +0000 | [diff] [blame] | 4 | //@ runFTLNoCJIT |
| 5 | |
| 6 | // If all goes well, this test module will terminate silently. If not, it will print |
| 7 | // errors. See binary-op-test.js for debugging options if needed. |
| 8 | |
| 9 | load("./resources/binary-op-test.js"); |
| 10 | |
| 11 | //============================================================================ |
| 12 | // Test configuration data: |
| 13 | |
| 14 | var opName = "rshift"; |
| 15 | var op = ">>"; |
| 16 | |
| 17 | load("./resources/binary-op-values.js"); |
| 18 | |
| 19 | tests = []; |
| 20 | generateBinaryTests(tests, opName, op, "VarConst", values, values); |
| 21 | |
| 22 | run(); |