We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The macro tests sometimes hang here:
+test-macro | Changing directory to /tests/threads +test-macro | Command: haxe [build.hxml,--interp] +test-macro | Running cases.TestEvents... +test-macro | testThreadRunWithEventLoop +test-macro | testRun +test-macro | testRepeat +test-macro | testPromisedEvents +test-macro | testIssue10567_runEventsInOrderByTime +test-macro | Running cases.TestTimer... +test-macro | testCorrectInterval +test-macro | testCallbackInSameThread +test-macro | Running cases.TestSemaphore... +test-macro | test +test-macro | Running cases.TestMutex... +test-macro | testIssue10249 +test-macro | Running cases.TestMainLoop... +test-macro | testWorksInStaticInits_issue10114 +test-macro | testNewAction_immediately +test-macro | Running cases.TestFixedThreadPool... +test-macro | testShutdown_finishesSubmittedTasks +test-macro | testShutdownRun_exception +test-macro | testMultipleShutdown +test-macro | testCreateRunShutdown +test-macro | Running cases.TestElasticThreadPool... +test-macro | testShutdown_finishesSubmittedTasks +test-macro | testShutdownRun_exception +test-macro | testMultipleShutdown +test-macro | testCreateRunShutdown +test-macro | testThreadTimeout +test-macro | Running cases.TestCondition... +test-macro | test
This test was added in #10503 by @Apprentice-Alchemist. I haven't investigated this yet.
The text was updated successfully, but these errors were encountered:
Fix HaxeFoundation#10667
efb4713
Remove dependency on timing, so hopefully it shouldn't hang anymore.
6bcae15
No branches or pull requests
The macro tests sometimes hang here:
This test was added in #10503 by @Apprentice-Alchemist. I haven't investigated this yet.
The text was updated successfully, but these errors were encountered: