summaryrefslogtreecommitdiffstats
path: root/test/003-omnibus-opcodes
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/003-omnibus-opcodes
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/003-omnibus-opcodes')
-rw-r--r--test/003-omnibus-opcodes/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/003-omnibus-opcodes/build b/test/003-omnibus-opcodes/build
index 9dff837..f909fb2 100644
--- a/test/003-omnibus-opcodes/build
+++ b/test/003-omnibus-opcodes/build
@@ -22,5 +22,5 @@ ${JAVAC} -d classes `find src -name '*.java'`
rm classes/UnresClass.class
${JAVAC} -d classes `find src2 -name '*.java'`
-${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
+${DX} -JXmx256m --debug --dex --output=classes.dex classes
zip $TEST_NAME.jar classes.dex