-
Notifications
You must be signed in to change notification settings - Fork 53
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
github: enable Windows 2019 for integration test #68
base: staging
Are you sure you want to change the base?
Conversation
Integration test fails on Windows 2019 with following errors: cargo xtest --target /d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json -p test-td-exception WARNING: There is no root package to read the cargo-xbuild config from. error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file Error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file Caused by: The system cannot find the path specified. (os error 3) mingw32-make: *** [Makefile:97: integration-test-test-td-exception] Error 101 Error: Process completed with exit code 1. Signed-off-by: Liu Jiang <[email protected]>
@jyao1 Any idea about the failure? It succeeds on Ubuntu Linux but fails on Windows 2019. |
Sorry, I forget the history. Let me double check after all people are back from holiday. |
I can also run the test on my ubuntu system. I modified Windows os to Windows-latest test.
The result is still wrong.
Then I tested it on my Windows system according to the integration.yml steps.
Can you run it successfully on your own windows system? |
I have no windows system available:( |
@jiangliu - Is this still required? If so, how do we move this forward? |
Integration test fails on Windows 2019 with following errors:
cargo xtest --target /d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json -p test-td-exception
WARNING: There is no root package to read the cargo-xbuild config from.
error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file
Error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file
Caused by:
The system cannot find the path specified. (os error 3)
mingw32-make: *** [Makefile:97: integration-test-test-td-exception] Error 101
Error: Process completed with exit code 1.
Signed-off-by: Liu Jiang [email protected]