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

Infinite loop when running benchmarks on memory constrained systems #25

Open
GoogleCodeExporter opened this issue Jan 14, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Start program
2. Select all benchmarks
3. Click run

What is the expected output? What do you see instead?
Infinite loop

What version of the product are you using? On what operating system?
TAZ Pad with 832M memory available
Android 4.0.4

Please provide any additional information below.


Problem is due to activity state not being saved.
So on memory constrained systems the initial activity which contains the "Case" 
objects is destroyed then recreated when the first test activity ends. The Case 
object state used to determine which test to run is thus lost and the first 
test is rerun (even if not selected).

Attached patch fixes this



Original issue reported on code.google.com by mfuz...@parkeon.com on 23 Jan 2014 at 3:10

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant