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

chunked_conversion_utf88_test timing out on Simmips. #12025

Closed
floitschG opened this issue Jul 25, 2013 · 3 comments
Closed

chunked_conversion_utf88_test timing out on Simmips. #12025

floitschG opened this issue Jul 25, 2013 · 3 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@floitschG
Copy link
Contributor

lib/convert/chunked_conversion_utf88_test.dart is timing out on Simmips.
It is a relatively big test (running 4 secs on my machine in release mode).
Marking it as slow for now.

@floitschG
Copy link
Contributor Author

After marking the test as slow it timed out after 8 minutes.
Normally the test completes in less than 5 seconds.
I have now reduced the complexity of the test but it might be interesting to investigate if the code actually behaves correctly.
Revision where it timed out: r25467.

The simplified test hasn't finished running yet. If it times out again I will continue using this issue number for it.

@floitschG
Copy link
Contributor Author

Test just seems to be slow on simmips. (40sec vs 0.5s).
Even the faster version needs a Slow annotation in the status file.

@floitschG floitschG added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Jul 25, 2013
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@zanderso
Copy link
Member

There are no plans to improve the performance of the MIPS simulator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants