diff options
author | Vladimir Marko <vmarko@google.com> | 2018-03-21 11:17:12 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2018-03-22 09:50:52 +0000 |
commit | 41b1f0ef0cf1ba3035dec395cc18b9ffe80ebe5d (patch) | |
tree | 53f448d2f32759c8a7910ff083e8474b4293ad14 /compiler/optimizing/graph_visualizer.cc | |
parent | be0c7cfdbb2b73d6beb1284fdedb8e07766630e9 (diff) |
Pass --runtime-option from testrunner to run-test.
Note that the python argument parser does not like option
arguments starting with a '-' if passed like
--runtime-option -Xjitthreshold:0
so such options need to be passed with '=' as in
--runtime-option=-Xjitthreshold:0
Test: testrunner.py --help (manual inspection)
Test: testrunner.py --host --jit -t 667-jit-jni-stub (OK)
Test: testrunner.py --host --jit -t 667-jit-jni-stub \
--runtime-option=-Xjitthreshold:0 (2 FAILURES)
Bug: 62611253
Change-Id: I6ebe18fe27b24989320ad963516146d12da4664f
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions