summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2015-10-20 10:49:48 -0700
committer Alex Light <allight@google.com> 2015-10-20 10:49:48 -0700
commit4d3a8beb74c0135927f997ea19ee3b3ea86d613d (patch)
treecbcb0ecaf4c9330bbe1ef0de5b074f0b9e7cc107
parent677466054e1e8607778c95390f8fafc92e464144 (diff)
Fix typos.
Change-Id: Ie2198e3bb4b978c638de12db34547b4311d85eb5
-rw-r--r--test/Android.run-test.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 75f1390a3a..b83d4a4eeb 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -304,8 +304,9 @@ TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS :=
# Tests that are broken with GC stress.
# * 137-cfi needs to unwind a second forked process. We're using a primitive sleep to wait till we
# hope the second process got into the expected state. The slowness of gcstress makes this bad.
-# * 961-default-iface-resolution-generated does is a very long test that often will take more then
-# the timeout to run when gcstress is enabled and making things slower.
+# * 961-default-iface-resolution-generated is a very long test that often will take more than the
+# timeout to run when gcstress is enabled. This is because gcstress slows down allocations
+# significantly which this test does a lot.
TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
137-cfi \
961-default-iface-resolution-generated