Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile/bind: testJavaRefKeep flaky #13909

Closed
crawshaw opened this issue Jan 11, 2016 · 1 comment
Closed

x/mobile/bind: testJavaRefKeep flaky #13909

crawshaw opened this issue Jan 11, 2016 · 1 comment

Comments

@crawshaw
Copy link
Member

Nexus 7, Android 5.1.1. TestJavaSeqTest fails 3 out of 20 runs with:

I/TestRunner(12611): failed: testJavaRefKeep(go.SeqTest)
I/TestRunner(12611): ----- begin exception -----
I/TestRunner(12611): 
I/TestRunner(12611): junit.framework.AssertionFailedError: want obj not to be kept by Go
I/TestRunner(12611):    at junit.framework.Assert.fail(Assert.java:50)
I/TestRunner(12611):    at junit.framework.Assert.assertTrue(Assert.java:20)
I/TestRunner(12611):    at go.SeqTest.testJavaRefKeep(SeqTest.java:309)
I/TestRunner(12611):    at java.lang.reflect.Method.invoke(Native Method)
I/TestRunner(12611):    at java.lang.reflect.Method.invoke(Method.java:372)
I/TestRunner(12611):    at junit.framework.TestCase.runTest(TestCase.java:168)
I/TestRunner(12611):    at junit.framework.TestCase.runBare(TestCase.java:134)
I/TestRunner(12611):    at junit.framework.TestResult$1.protect(TestResult.java:115)
I/TestRunner(12611):    at junit.framework.TestResult.runProtected(TestResult.java:133)
I/TestRunner(12611):    at junit.framework.TestResult.run(TestResult.java:118)
I/TestRunner(12611):    at junit.framework.TestCase.run(TestCase.java:124)
I/TestRunner(12611):    at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191)
I/TestRunner(12611):    at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176)
I/TestRunner(12611):    at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
I/TestRunner(12611):    at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1853)
I/TestRunner(12611): ----- end exception -----
@crawshaw crawshaw self-assigned this Jan 11, 2016
@crawshaw crawshaw added this to the Unreleased milestone Jan 11, 2016
@crawshaw
Copy link
Member Author

I believe this was fixed by recent changes by Elias.

@golang golang locked and limited conversation to collaborators Jul 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants