| 18 |
# two tests for JIT-specific features, one to be run when JIT support is |
# two tests for JIT-specific features, one to be run when JIT support is |
| 19 |
# available, and one when it is not. |
# available, and one when it is not. |
| 20 |
|
|
| 21 |
# The arguments for this script can be individual test numbers, or the word |
# The arguments for this script can be individual test numbers, or the word |
| 22 |
# "valgrind", or "sim" followed by an argument to run cross-compiled |
# "valgrind", or "sim" followed by an argument to run cross-compiled |
| 23 |
# executables under a simulator, for example: |
# executables under a simulator, for example: |
| 24 |
# |
# |
| 25 |
# RunTest 3 sim "qemu-arm -s 8388608" |
# RunTest 3 sim "qemu-arm -s 8388608" |