tests: no --exec_enable in hex2 calls because it's "Effectively a NOP"

hex2 in mescc-tools defaults to executable output file since 1.0.0.

See 0a553f720d39dae4231611671e4163a2d2422e0a there.

This completes the removal started in Knight scripts during their M2libc
migration at f2094a9e5b

Note that test0101 compiles "hex2 0.3" and verifies that it works by
linking an example. Calls to test/results/test0101-*-binary never used the
flag because we don't call the linked example (we just check its SHA-256).
This commit is contained in:
deesix 2021-01-23 00:00:00 +01:00
parent 52b638f48f
commit ae897dcfdb
156 changed files with 0 additions and 156 deletions

View File

@ -46,7 +46,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0000-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -46,7 +46,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0000-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -46,7 +46,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0000-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -45,7 +45,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x0 \
-o test/results/test0000-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -46,7 +46,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0000-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0001-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0001-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0001-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x0 \
-o test/results/test0001-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0001-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0002-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0002-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0002-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0002-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0002-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0003-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0003-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0003-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0003-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0003-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0004-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0004-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0004-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0004-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0004-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0005-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0005-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -57,7 +57,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0005-armv7l-binary \
--exec_enable \
|| exit 4
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0005-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0005-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0006-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0006-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0006-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -46,7 +46,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0006-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0006-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -61,7 +61,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0007-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0007-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0007-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0007-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0007-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -60,7 +60,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0008-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -60,7 +60,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0008-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0008-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -49,7 +49,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0008-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -59,7 +59,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0008-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0009-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0009-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0009-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0009-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0009-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0010-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0010-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0010-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -49,7 +49,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0010-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0010-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0011-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0011-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0011-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0011-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0011-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0012-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0012-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0012-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0012-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0012-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0013-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0013-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0013-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -47,7 +47,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0013-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0013-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0014-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0014-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0014-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0014-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0015-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0015-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0015-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0015-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0016-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0016-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0016-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0016-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0017-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0017-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0017-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -49,7 +49,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0017-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0017-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0018-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0018-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0018-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0018-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0018-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -54,7 +54,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0019-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -54,7 +54,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0019-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -54,7 +54,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0019-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -54,7 +54,6 @@ hex2 \
--architecture x86 \
--BaseAddress 0x8048000 \
-o test/results/test0019-x86-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture aarch64 \
--BaseAddress 0x400000 \
-o test/results/test0020-aarch64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture amd64 \
--BaseAddress 0x00600000 \
-o test/results/test0020-amd64-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -50,7 +50,6 @@ hex2 \
--architecture armv7l \
--BaseAddress 0x10000 \
-o test/results/test0020-armv7l-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

View File

@ -49,7 +49,6 @@ hex2 \
--architecture knight-native \
--BaseAddress 0x00 \
-o test/results/test0020-knight-native-binary \
--exec_enable \
|| exit 3
# Ensure binary works if host machine supports test

Some files were not shown because too many files have changed in this diff Show More