summaryrefslogtreecommitdiffstats
path: root/test/008-exceptions
Commit message (Collapse)AuthorAgeFilesLines
* ART: Fix re-throwing failures of non-convention errorsAndreas Gampe2015-04-222-5/+49
| | | | | | | | | | | | While it is convention that Throwable subclasses should have a constructor with a String argument, that is not rigorously enforced. So if a static initializer throws an error that omits that constructor, we must not provide a message when trying to throw again. Bug: 20495321 Bug: 20497840 Change-Id: Ia4334fa24223750f90a8f2732f1eb1e738575e8d
* ART: Make run tests out of oat testsAndreas Gampe2014-07-233-0/+63
Transforms all former oat tests into run tests. Change-Id: I190dd39456454c36e5538a2c044d993965a67533