Runtest.py on Windows Arm(64) (#20227)
authorJarret Shook <jashoo@microsoft.com>
Mon, 8 Oct 2018 16:25:16 +0000 (09:25 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Oct 2018 16:25:16 +0000 (09:25 -0700)
commitdbf0bf11d120b2f7837ba767a7836b44474c82a5
treef27d2d7441ecd77108594123136aa8fcd5d23692
parent340b5708ce38230f1af66acf832547996aa0b2ff
Runtest.py on Windows Arm(64) (#20227)

* Initial infrastructure work to get arm(64) runtest.cmd working

* Add excludes and improve runtest.py

1) Adds a build_test_wrappers only to build-test.sh.
2) Adds arm64 windows excludes
3) Adds printlastresults to runtest.cmd
4) corrects runsequential in runtest.sh
5) Corrects SequentialRun in runtest.py
6) Minor improvements to printing test results and copying native test binaries

* Address pr feedback

* Add to issues targets for arm64

* Working Pri 0 testing.

* Remove unecessary common msbuild arguments

* add pri1 excludes

* Remove common msbuild args

* Fix silly python3 issue
build-test.sh
init-tools.cmd
tests/issues.targets
tests/runtest.cmd
tests/runtest.py
tests/runtest.sh