Commit Graph

3 Commits

Author SHA1 Message Date
Dan Albert
4b1aaf93e2 Update for new libc++ revision.
Add src/any.cpp for std::experimental::any.
Update test executor for extra return value.
Make the adb code more tolerant of surprise failures.

Mark local.time.put.members.put2 as XFAIL for Android. I think this
might just be needed because it is no longer marked XFAIL for linux.
Should definitely dig in to what is broken here though.

Change-Id: I044e1a8bd3830dadb80fcb964abba39d3ee40702
2015-10-20 10:24:21 -07:00
Dan Albert
660563f20a Fix test runner following adb line ending fix.
Looks like I was relying on this too.

Change-Id: If1feac8b2293082b601fa3976cc088ace22b5209
2015-06-15 17:06:53 -07:00
Dan Albert
5d8e4e3581 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
2015-03-12 11:00:36 -07:00