Explicitly split test files for readelf and test files for unittests.
authorEli Bendersky <eliben@gmail.com>
Sat, 25 May 2013 12:56:37 +0000 (05:56 -0700)
committerEli Bendersky <eliben@gmail.com>
Sat, 25 May 2013 12:56:37 +0000 (05:56 -0700)
commit4c2dc7ab5b864f73de709d825190f2b0b83919f0
tree00452e5e0d2f14dad095a385a15fc8a1430c83c6
parentc7260e7a20162a614d8e6dc44acc938ff02dc294
Explicitly split test files for readelf and test files for unittests.
This is so the readelf tests auto-discovery doens't accidentally find
tests it's not supposed to.

Also fixed some Python 3 compatibility issues in test_solaris_support
31 files changed:
test/run_readelf_tests.py
test/test_arm_support.py
test/test_solaris_support.py
test/testfiles/exe_simple32.elf [deleted file]
test/testfiles/exe_simple64.elf [deleted file]
test/testfiles/exe_solaris32_cc.elf [deleted file]
test/testfiles/exe_solaris32_cc.elf.sparc [deleted file]
test/testfiles/exe_solaris64_cc.elf [deleted file]
test/testfiles/exe_solaris64_cc.elf.sparc [deleted file]
test/testfiles/exe_stripped64.elf [deleted file]
test/testfiles/libelf0_8_13_32bit.so.elf [deleted file]
test/testfiles/obj_simple32.o.elf [deleted file]
test/testfiles/penalty_32_gcc.o.elf [deleted file]
test/testfiles/penalty_64_clang.o.elf [deleted file]
test/testfiles/penalty_64_gcc.o.elf [deleted file]
test/testfiles/simple_gcc.elf.arm [deleted file]
test/testfiles/update32.o.elf [deleted file]
test/testfiles_for_readelf/exe_simple32.elf [new file with mode: 0644]
test/testfiles_for_readelf/exe_simple64.elf [new file with mode: 0644]
test/testfiles_for_readelf/exe_stripped64.elf [new file with mode: 0644]
test/testfiles_for_readelf/libelf0_8_13_32bit.so.elf [new file with mode: 0644]
test/testfiles_for_readelf/obj_simple32.o.elf [new file with mode: 0644]
test/testfiles_for_readelf/penalty_32_gcc.o.elf [new file with mode: 0644]
test/testfiles_for_readelf/penalty_64_clang.o.elf [new file with mode: 0644]
test/testfiles_for_readelf/penalty_64_gcc.o.elf [new file with mode: 0644]
test/testfiles_for_readelf/update32.o.elf [new file with mode: 0644]
test/testfiles_for_unittests/exe_solaris32_cc.elf [new file with mode: 0644]
test/testfiles_for_unittests/exe_solaris32_cc.elf.sparc [new file with mode: 0644]
test/testfiles_for_unittests/exe_solaris64_cc.elf [new file with mode: 0644]
test/testfiles_for_unittests/exe_solaris64_cc.elf.sparc [new file with mode: 0644]
test/testfiles_for_unittests/simple_gcc.elf.arm [new file with mode: 0644]