Improve runtest.sh concurrency (#14036)
authorHanjoung Lee <waterets@gmail.com>
Mon, 2 Oct 2017 23:22:48 +0000 (08:22 +0900)
committerBruce Forstall <brucefo@microsoft.com>
Mon, 2 Oct 2017 23:22:48 +0000 (16:22 -0700)
commit5643bfeb4b507a1d70465ddcf245a5866d331b38
tree935bc2e2429450185fb84ad501d2b07ad65d8a35
parentbd7493440cefe9cdfb3648de99178e208f8df5df
Improve runtest.sh concurrency (#14036)

* Imporove runtest.sh concurrency

`runtest.sh` runs next tests immediately after any of child processes is done

* Fix runtest.sh getting number of processors

For linux, check if `nproc` or `getconf` exists
when getting number of processors.

* Add tests that fail with OOM to unsupported list

Add several tests that consumes a lot of memory to unsupported test list(arm32).
This change is temporary until we properly handle these test with memory issue.
tests/runtest.sh
tests/testsUnsupportedOnARM32.txt