History log of /external/libcxx/test/libcxx/android/test/format.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
447998cbb0624c3a2588c16f1765fb7948bb3e4d 14-Apr-2015 Dan Albert <danalbert@google.com> Fix LD_LIBRARY_PATH for host tests after update.

_run never gets called any more, so the LD_LIBRARY_PATH wasn't being
set any more. The tests were still passing locally for me because the
tests were happily using the libc++.so from my system rather than the
one we build.

Wasn't obvious from the buildbot because the display for the test
results is absolutely terrible and they got lost in the noise of the
known failures.

Change-Id: Ib2df196ec6748718930e70887b7d0099884d792c
/external/libcxx/test/libcxx/android/test/format.py
5d8e4e3581eab9235b8f9c4887f4a7e79f54d769 05-Mar-2015 Dan Albert <danalbert@google.com> Update Android's test configuration for new APIs.

The upstream test runner has changed enough that the way Android was
shimmed into it was no longer compatible. This adapts our test runner
to the new APIs for cross-compiling and remote execution.

There's probably a fair amount of dead code in the Android test
runners now (or at least some code that should be made dead). I'll
clean it up in a later patch, but want to get us up and running for
now.

The NDK test runner will need to be updated as well. There aren't any
continuous runs for that, so that will be fixed in a follow up as
well.

Change-Id: I1756f538aa6c7136ebd26d1e81c8299b87f0c6b2
/external/libcxx/test/libcxx/android/test/format.py
aec496f48e2c523423cb0b6bf7c7a394a80a8699 17-Feb-2015 Dan Albert <danalbert@google.com> Add NDK tests.

Bug: 19149083
Change-Id: I2222ee6230ed11e09ee00553e21855290b662da0
/external/libcxx/test/libcxx/android/test/format.py
2b3c63f7049d05a7affe265fed13516d16e6810e 15-Jan-2015 Dan Albert <danalbert@google.com> Ignore failures from failed cleanup.

This `try` used to be in the function above, but an upstream change
made it our responsibility.

Change-Id: I34f1dca7244f67242b7a8f2979bf7560bc12b706
/external/libcxx/test/libcxx/android/test/format.py
8234f20ae712e95ececf56ea3d03204eaf6fdc9b 09-Jan-2015 Dan Albert <danalbert@google.com> Update the test configs to match the new layout.

Everything can be broken out into modules now, so there's not need to
keep the whole world in one file. This also brings us to the point
where we no longer require changes to any files in test/ compared to
upstream, only new files.

Change-Id: I3da27e12e6e2890355013c51567415436c4b517b
/external/libcxx/test/libcxx/android/test/format.py