summaryrefslogtreecommitdiffstats
path: root/test/303-verification-stress
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-21 22:58:05 -0700
committerIan Rogers <irogers@google.com>2014-06-22 01:30:40 -0700
commit997f0f9e69ce7aee73cebd64be8dc40af9164257 (patch)
tree0d323cec5ae6359fb4dd775a5b539848c930507b /test/303-verification-stress
parent87523b6c4df4dd33d4c1e383403e14d6fe06362f (diff)
downloadart-997f0f9e69ce7aee73cebd64be8dc40af9164257.zip
art-997f0f9e69ce7aee73cebd64be8dc40af9164257.tar.gz
art-997f0f9e69ce7aee73cebd64be8dc40af9164257.tar.bz2
Limit the size of files created by run-test to 2MB.
In MemMap::MapAnonymous on the host, avoid creating ashmem regions that are backed by files, when the size of the file will be greater than the ulimit. Change-Id: I7cbf2ac59bf5869ed85850bea8d71898f3b7e1c7
Diffstat (limited to 'test/303-verification-stress')
-rw-r--r--test/303-verification-stress/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/303-verification-stress/build b/test/303-verification-stress/build
index 2ef9bea..c1935d2 100644
--- a/test/303-verification-stress/build
+++ b/test/303-verification-stress/build
@@ -24,5 +24,5 @@ gcc -o classes-gen classes-gen.c
mkdir classes
${JAVAC} -d classes src/*.java
-${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
+${DX} --debug --dex --output=classes.dex classes
zip $TEST_NAME.jar classes.dex