Chromium Code Reviews
DescriptionFix blimp native Java tests on platforms with assert.
The BlimpNativeInstrumentationTestCase wrapper for blimp tests that need
to load native code to run was not using the UI thread for loading the
library. There was an assert checking for this, but this doesn't execute
on newer platforms, so was not caught during development or in the CQ.
This CL fixes the issue by ensuring that the library is loaded on the
correct thread.
BUG=622236
Committed: https://crrev.com/58701445475f240357b16f4fd2bb46a489247f7d
Cr-Commit-Position: refs/heads/master@{#403965}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|
||||||||||||||||||||||||||||