diff options
| author | 2023-06-30 15:46:34 +0100 | |
|---|---|---|
| committer | 2023-07-03 14:30:53 +0000 | |
| commit | ae80b58c00b8351584bf0ac589358e7d00d7a818 (patch) | |
| tree | cffc95a8f221a34889926aa0b1a8ae19e85cfe47 /compiler/optimizing/graph_visualizer.cc | |
| parent | 03b3e9dbad7ff6a27f279d153de2b8e2f465b020 (diff) | |
Change the meaning of --interpreter option in testing scripts.
Previously --interpreter used to run the tests on the slow C++
switch-interpreter (the analogue of -Xint option to dalvikvm). Now it
runs the tests on the fast assembly interpreter, Nterp (the analogue of
-Xusefit:false option to dalvikvm).
--interp-ac can stil be used to run tests on the switch interpreter.
Bug: 271573990
Test: `art/test.py --host -r 001-HelloWorld` with the following
modifications that ensure ART runs in the intended mode:
- no modifications: 10/10 tests pass
- deliberaly break Nterp: 2/10 tests pass (only --interp-ac ones)
- deliberately break JIT: 8/10 tests pass (only --jit tests fail)
Change-Id: If2ec1df96b65c7e2dd7e81dff3ee0378bde62751
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions