At all unit tests supposed to succeed? #646
Unanswered
AnsisMalins
asked this question in
Q&A
Replies: 1 comment
-
Hi @AnsisMalins,
That might be due to a recently added Windows feature named "JScript Replacement", where the OS replaces classic JScript with a much faster, more secure, and more up-to-date JavaScript engine. Unfortunately, the new engine doesn't implement the full JScript host interface, so there's a way to opt out. Try one of the registry tweaks here. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I run tests, lots of JScript tests fail, and then the test runner stalls on JScriptEngine_ContinuationCallback forever, never timing out. Is this expected? I did not modify any code anywhere near JScript.
Beta Was this translation helpful? Give feedback.
All reactions