Rework 2034-spaces-in-SimpleName to run on RI.
This test uses a manually constructed Java class file. Previously a
custom build script transformed the class file into a DEX file using DX.
This broke the test on RI (as RI doesn't know about DEX files). Instead
of constructing the DEX file simply use the class file as test input.
Test: art/test/run-test --host 2034-spaces-in-SimpleName
Test: art/test/run-test --host --jvm 2034-spaces-in-SimpleName
Bug: 155151138
Bug: 154802847
Change-Id: I8d9e9b4622e279b2ee449b6ae063020192148884
3 files changed