summaryrefslogtreecommitdiff
path: root/dx/tests/079-dex-local-variable-renumbering/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dx/tests/079-dex-local-variable-renumbering/info.txt')
-rw-r--r--dx/tests/079-dex-local-variable-renumbering/info.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/dx/tests/079-dex-local-variable-renumbering/info.txt b/dx/tests/079-dex-local-variable-renumbering/info.txt
new file mode 100644
index 0000000..249b23f
--- /dev/null
+++ b/dx/tests/079-dex-local-variable-renumbering/info.txt
@@ -0,0 +1,7 @@
+This is a smoke test of dex conversion, which checks to make sure that
+local variable tables stay in sync when the register set gets renumbered
+to make room for low scratch registers.
+
+This test compares emitted code against a known-good (via eyeballing)
+version, so it is possible for this test to spuriously fail if other
+aspects of conversion end up altering the output in innocuous ways.