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

co19/LibTest/io/Link/create_A06{_t01,_t03} failing on Windows #53777

Closed
sstrickl opened this issue Oct 17, 2023 · 1 comment
Closed

co19/LibTest/io/Link/create_A06{_t01,_t03} failing on Windows #53777

sstrickl opened this issue Oct 17, 2023 · 1 comment
Assignees
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). gardening os-windows

Comments

@sstrickl
Copy link
Contributor

There are new test failures on [co19] Roll co19 to 9d347fdf209cc343ca7fdf94a40deea88fa28896.

The tests

co19/LibTest/io/Link/create_A06_t01 RuntimeError (expected Pass)
co19/LibTest/io/Link/create_A06_t03 RuntimeError (expected Pass)

are failing on configurations

vm-aot-win-debug-x64c
vm-aot-win-product-x64
vm-aot-win-release-x64
vm-win-debug-x64
vm-win-debug-x64c
vm-win-release-ia32
vm-win-release-x64

Error from the logs (co19/LibTest/io/Link/create_A06_t01, co19/LibTest/io/Link/create_A06_t03) is similar for both:

stdout:
unittest-suite-wait-for-done

stderr:
Unhandled exception:
Expect.equals(expected: <directory>, actual: <link>) fails.
#0      _fail (file:///C:/b/s/w/ir/tests/co19/src/Utils/expect.dart:18:5)
#1      Expect.equals (file:///C:/b/s/w/ir/tests/co19/src/Utils/expect_common.dart:15:7)
#2      _main.<anonymous closure> (file:///C:/b/s/w/ir/tests/co19/src/LibTest/io/Link/create_A06_t01.dart:61:12)
<asynchronous suspension>
#3      _main (file:///C:/b/s/w/ir/tests/co19/src/LibTest/io/Link/create_A06_t01.dart:59:3)
<asynchronous suspension>
#4      inSandbox (file:///C:/b/s/w/ir/tests/co19/src/LibTest/io/file_utils.dart:23:12)
<asynchronous suspension>
#5      main (file:///C:/b/s/w/ir/tests/co19/src/LibTest/io/Link/create_A06_t01.dart:48:3)
<asynchronous suspension>

--- Re-run this test:
python3 tools/test.py -n vm-win-release-x64 co19/LibTest/io/Link/create_A06_t01

See dart-lang/co19#2299 for PR that changed/added these tests.

/cc @sgrekhov

@sstrickl sstrickl added area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). os-windows gardening labels Oct 17, 2023
@sstrickl sstrickl changed the title Failures on [co19] Roll co19 to 9d347fdf209cc343ca7fdf94a40deea88fa28896 co19/LibTest/io/Link/create_A06{_t01,_t03} failing on Windows Oct 17, 2023
@sgrekhov
Copy link
Contributor

sgrekhov commented Oct 17, 2023

I don't see anything wrong with the tests. There is some issue with relative links to directories on Windows. See #53689. So, I'm closing it as a duplicate of #53689. Feel free to reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). gardening os-windows
Projects
None yet
Development

No branches or pull requests

2 participants