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

Add some thread tests (and fix eval) #7992

Merged
merged 11 commits into from
Mar 15, 2019

Conversation

Simn
Copy link
Member

@Simn Simn commented Mar 15, 2019

Some tests! The Deque test is disabled on HL (no Lock implementation) and Java (because it fails there).

@skial skial mentioned this pull request Mar 15, 2019
1 task
@Simn
Copy link
Member Author

Simn commented Mar 15, 2019

The threads test randomly hang on HL OS X. I can't tell if this is a problem with HL or with my tests. For now I'll disable them completely and just commit the eval fixes.

@Simn Simn merged commit 1f97ef8 into HaxeFoundation:development Mar 15, 2019
@Simn Simn deleted the eval_thread_continued branch March 15, 2019 15:59
back2dos pushed a commit to back2dos/haxe that referenced this pull request Oct 5, 2021
* keep track of who owns a mutex

* factor out and fix Deque

* use a proper Deque for thread messaging

* turns out readMessage is actually static

* try to run some threads tests

* casing is important you dirty Windows peasant

* add Deque test

* disable Deque test for Java

* allow lock timeout

* use less threads because AppVeyor chokes

* don't run thread tests for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant