Share the type-checking logic for field put instructions.
Uninstantiated type optimizer didn't allow field put instructions whose
right-hand side is of interface type (with broken hierarchy).
We allow it while verifying type correctness of IR code, so does the
uninstantiated type optimizer.
Bug: 130762267
Change-Id: Ia2d15e9eb28fb1ea84b2e7d7496c9d6ef7700e20
diff --git a/tools/run_on_as_app.py b/tools/run_on_as_app.py
index 89017e7..9ef28a8 100755
--- a/tools/run_on_as_app.py
+++ b/tools/run_on_as_app.py
@@ -93,8 +93,7 @@
'id': 'com.numix.calculator',
'dir': 'Calculator',
'name': 'numix-calculator',
- 'has_instrumentation_tests': True,
- 'skip': True
+ 'has_instrumentation_tests': True
})
]
}),