-
Notifications
You must be signed in to change notification settings - Fork 30k
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
node/test/parallel/test-debugger-pid.js fails in localized Windows #11250
Comments
If you remove lines 37-39 from the test, does the test then pass? Unless there's an easy way to ask Window for the localized version of the string, I wonder if we should just not check for it at all. Not sure we need to spend too much time perfecting this test anyway as the CLI debugger is going away in the foreseeable future anyway. |
Yes, it passes then. |
Maybe that's the way to go. /cc @nodejs/testing for confirming or contrary opinions. |
+1 |
I think it's fine removing those lines |
@vsemozhetbyt Do you want to open a PR to remove those lines from the test? Or would you prefer I or someone else do it? (Either way is totally fine by me.) |
PR-URL: nodejs#11270 Fixes: nodejs#11250 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#11270 Fixes: nodejs#11250 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
On this test I get this error:
I use cmd.exe with the Unicode codepage:
The test suit after building various Node.js versions fails only for this one test.
If I change the codepage back into the default DOS 866, then the message is:
It seems the message somehow is Russian "Параметр задан неверно".
The text was updated successfully, but these errors were encountered: