Skip to content

ThreadStartString_01 fails on non-windows #5309

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

Closed
wtgodbe opened this issue Mar 9, 2016 · 6 comments · Fixed by dotnet/coreclr#22435
Closed

ThreadStartString_01 fails on non-windows #5309

wtgodbe opened this issue Mar 9, 2016 · 6 comments · Fixed by dotnet/coreclr#22435
Assignees
Milestone

Comments

@wtgodbe
Copy link
Member

wtgodbe commented Mar 9, 2016

src/tests/baseservices/threading/paramthreadstart/ThreadStartString_01

@wtgodbe wtgodbe self-assigned this Mar 9, 2016
@sergiy-k
Copy link
Contributor

sergiy-k commented May 4, 2016

This test does not fail when executed directly from the command line. The issue seems to be caused by the auto generated shell file.

@jashook
Copy link
Contributor

jashook commented Jul 24, 2018

Related to dotnet/coreclr#18381?

@jashook
Copy link
Contributor

jashook commented Jul 24, 2018

baseservices_threading._paramthreadstart_ThreadStartBool_1_ThreadStartBool_1_._paramthreadstart_ThreadStartBool_1_ThreadStartBool_1_sh [FAIL] (TaskId:6)
                           /bin/sh: /users/jashoo/projects/coreclr/tests/bin/tests/OSX.x64.Debug/baseservices/threading/paramthreadstart/ThreadStartBool/ThreadStartBool.sh: No such file or directory (TaskId:6)
                           /n/nReturn code:      1/nRaw output file:      /Users/jashoo/projects/coreclr/bin/tests/OSX.x64.Debug/baseservices/threading/Reports/baseservices.threading/paramthreadstart/ThreadStartBool_1/ThreadStartBool_1.output.txt/nRaw output:/nBEGIN EXECUTION (TaskId:6)
                           export CDPATH=/Users/jashoo/projects/coreclr/bin/tests/OSX.x64.Debug/baseservices/threading/paramthreadstart/ThreadStartBool_1 (TaskId:6)
                           /bin/sh -c /users/jashoo/projects/coreclr/tests/bin/tests/OSX.x64.Debug/baseservices/threading/paramthreadstart/ThreadStartBool/ThreadStartBool.sh (TaskId:6)
                           Expected: 0 (TaskId:6)
                           Actual: 127 (TaskId:6)
                           END EXECUTION - FAILED (TaskId:6)
                           Test Harness Exitcode is : 1 (TaskId:6)
                           /nTo run the test:/n> set CORE_ROOT=/Users/jashoo/projects/coreclr/bin/tests/OSX.x64.Debug/Tests/Core_Root/n> /Users/jashoo/projects/coreclr/bin/tests/OSX.x64.Debug/baseservices/threading/paramthreadstart/ThreadStartBool_1/ThreadStartBool_1.sh/n (TaskId:6)
                           Expected: True (TaskId:6)
                           Actual:   False (TaskId:6)
                           Stack Trace: (TaskId:6)
                             /Users/jashoo/projects/coreclr/bin/tests/OSX.x64.Debug/TestWrappers/baseservices.threading/baseservices.threading.XUnitWrapper.cs(249,0): at baseservices_threading._paramthreadstart_ThreadStartBool_1_ThreadStartBool_1_._paramthreadstart_ThreadStartBool_1_ThreadStartBool_1_sh() (TaskId:6)

@jashook
Copy link
Contributor

jashook commented Jul 24, 2018

Closing as a dup of dotnet/coreclr#18381

@jashook jashook closed this as completed Jul 24, 2018
@sandreenko sandreenko reopened this Feb 2, 2019
@sandreenko
Copy link
Contributor

The test continues to fail after fix the fix for dotnet/coreclr#18381.

@echesakov echesakov self-assigned this Feb 5, 2019
@echesakov
Copy link
Contributor

echesakov commented Feb 5, 2019

Seems that this is not a test issue, it's a test runner (bash script) issue. Will submit fix shortly along with a description of the problem

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 30, 2020
@msftgits msftgits added this to the Future milestone Jan 30, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants