summaryrefslogtreecommitdiffstats
path: root/test/004-InterfaceTest
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Reduce stack usage for overflow checks""Dave Allison2014-08-141-2/+2
| | | | | | | | | Fixes stack protection issue. Fixes mac build issue. This reverts commit 83b1940e6482b9d8feba5c492507735686650ea5. Change-Id: I7ba17252882b23a740bcda2ea94aacf398255406
* Revert "Reduce stack usage for overflow checks"Dave Allison2014-08-141-2/+2
| | | | | | This reverts commit 63c051a540e6dfc806f656b88ac3a63e99395429. Change-Id: I282a048994fcd130fe73842b16c21680053c592f
* Reduce stack usage for overflow checksDave Allison2014-08-131-2/+2
| | | | | | | | | | | | | | | | | This reduces the stack space reserved for overflow checks to 12K, split into an 8K gap and a 4K protected region. GC needs over 8K when running in a stack overflow situation. Also prevents signal runaway by detecting a signal inside code that resulted from a signal handler invokation. And adds a max signal count to the SignalTest to prevent it running forever. Also reduces the number of iterations for the InterfaceTest as this was taking (almost) forever with the --trace option on run-test. Bug: 15435566 Change-Id: Id4fd46f22d52d42a9eb431ca07948673e8fda694
* ART: Make run tests out of oat testsAndreas Gampe2014-07-233-0/+56
Transforms all former oat tests into run tests. Change-Id: I190dd39456454c36e5538a2c044d993965a67533