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

[SR-14576] test/Concurrency/throwing.swift fails on windows #56928

Open
aschwaighofer opened this issue May 3, 2021 · 1 comment
Open

[SR-14576] test/Concurrency/throwing.swift fails on windows #56928

aschwaighofer opened this issue May 3, 2021 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@aschwaighofer
Copy link
Member

Previous ID SR-14576
Radar None
Original Reporter @aschwaighofer
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug
Assignee None
Priority Medium

Watchers: @shahmishal

md5: c101a6dec95afb281e40e6214f31fe5d

Issue Description:

https://ci-external.swift.org/job/swift-PR-windows/13390/console

@shahmishal
Copy link
Member

FAIL: Swift(windows-x86_64) :: Concurrency/throwing.swift (944 of 7525)
******************** TEST 'Swift(windows-x86_64) :: Concurrency/throwing.swift' FAILED ********************
Script:
--
: 'RUN: at line 1';   rm -rf "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp" && mkdir -p "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp" && 't:\\swift\\bin\\swiftc.exe' -target x86_64-unknown-windows-msvc  -swift-version 4   -libc MD -module-cache-path T:\swift\swift-test-results\x86_64-unknown-windows-msvc\clang-module-cache S:\jenkins\workspace\swift-PR-windows\swift\test\Concurrency\throwing.swift -Xfrontend -enable-experimental-concurrency -parse-as-library -o T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out -module-name main  && echo T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out &&  T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out
--
Exit Code: 3221225501Command Output (stdout):
--
$ ":" "RUN: at line 1"
$ "rm" "-rf" "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp"
$ "mkdir" "-p" "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp"
$ "t:\\swift\\bin\\swiftc.exe" "-target" "x86_64-unknown-windows-msvc" "-swift-version" "4" "-libc" "MD" "-module-cache-path" "T:\swift\swift-test-results\x86_64-unknown-windows-msvc\clang-module-cache" "S:\jenkins\workspace\swift-PR-windows\swift\test\Concurrency\throwing.swift" "-Xfrontend" "-enable-experimental-concurrency" "-parse-as-library" "-o" "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out" "-module-name" "main"
# command stderr:
S:\jenkins\workspace\swift-PR-windows\swift\test\Concurrency\throwing.swift:45:9: warning: variable 'tests' was never mutated; consider changing to 'let' constant
 var tests = TestSuite("Async Throw")
 ~~~ ^
 let
throwing-8deae9.o : warning LNK4078: multiple '.rdata' sections found with different attributes (C0401040)
Creating library T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp\a.lib and object T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp\a.exp$ "echo" "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out"
# command output:
T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out$ "T:\swift\test-windows-x86_64\Concurrency\Output\throwing.swift.tmp/a.out"
note: command had no output on stdout or stderr
error: command failed with exit status: 3221225501--********************

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

2 participants