commit | 6ab903c1ada868d9e7368107385f0de0b17ae646 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Wed Feb 24 15:18:55 2016 -0800 |
committer | Aart Bik <ajcbik@google.com> | Wed Feb 24 15:23:11 2016 -0800 |
tree | 928c57ac4dc36fefca6150b8f18cc4a921cfe4da | |
parent | dcf7db26bdf098b507623b5bf99c4e2bd045b2d1 [diff] |
Avoid single expensive test in 530-checker-loops. Rationale: All tests run in "no time", except one instance that iterates over full iteration space before going OOB. Protect that instance with a HEAVY boolean to avoid timing out in interpretation mode. Impact on interpreted runtime: 1m6.936s -> 0m0.031s Change-Id: I413939b683c76b7be0f1259da8533d4b069eac6d