Fix flaky test that makes assumptions about other things on the heap

R=whesse@google.com
BUG=

Review-Url: https://codereview.chromium.org/2896583002 .
This commit is contained in:
Erik Corry 2017-05-19 16:58:30 +02:00
parent ed821439ba
commit bd6f0800fc
2 changed files with 1 additions and 6 deletions

View file

@ -32,7 +32,7 @@ void script() {
lst = new List(2);
lst[0] = lst; // Self-loop.
// Larger than any other fixed-size list in a fresh heap.
lst[1] = new List(123456);
lst[1] = new List(1234569);
}
int fooId;

View file

@ -57,11 +57,6 @@ vm_restart_test: Crash
pause_on_unhandled_async_exceptions2_test: RuntimeError
pause_on_unhandled_async_exceptions_test: RuntimeError
###
### Uncategorized.
###
object_graph_vm_test: RuntimeError
# Inherited from service.status
isolate_lifecycle_test: Pass, RuntimeError