Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Fix re-throwing failures of non-convention errors | Andreas Gampe | 2015-04-22 | 2 | -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 tests | Andreas Gampe | 2014-07-23 | 3 | -0/+63 |
Transforms all former oat tests into run tests. Change-Id: I190dd39456454c36e5538a2c044d993965a67533 |