OSDN Git Service

Don't walk the libcore tree when finding tests.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 1 Dec 2014 10:12:15 +0000 (10:12 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 1 Dec 2014 10:38:03 +0000 (10:38 +0000)
commit3cdf8183053b93910d5d47cb7ea9c4ade7a0ca38
tree829b90e78d1367498afec886123257144ccb51e3
parent7933e185ebd4efab7f7e0749bfa193f08152c614
Don't walk the libcore tree when finding tests.

vogar will run tests twice if it is given, for example,
libcore.java.lang and libcore.java.lang.ref.

Also currently disable math tests until expectations/fixes
are in.

Change-Id: Iba2edad3ce0a6b27947ce6897d70abedf8d1e6b3
tools/run-libcore-tests.sh