runtime: Test failure: JIT_Performance._CodeQuality_BenchmarksGame_k_nucleotide_k_nucleotide_1_k_nucleotide_1_/_CodeQuality_BenchmarksGame_k_nucleotide_k_nucleotide_1_k_nucleotide_1_cmd
Opened on behalf of @Jiayili1
The test JIT_Performance._CodeQuality_BenchmarksGame_k_nucleotide_k_nucleotide_1_k_nucleotide_1_/_CodeQuality_BenchmarksGame_k_nucleotide_k_nucleotide_1_k_nucleotide_1_cmd
has failed.
Unhandled Exception: System.Exception: Unable to find input file knucleotide-input.txt. Tried /Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Payload/../../JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1/knucleotide-input.txt and /Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Payload/knucleotide-input.txt; csFileName was E:\A\_work\1289\s\tests\src\JIT\Performance\CodeQuality\BenchmarksGame\k-nucleotide\k-nucleotide-1.cs, so projectName was k-nucleotide-1.
at BenchmarksGame.TestHarnessHelpers.FindInputFile(String inputFile, String csFileName)
at BenchmarksGame.TestHarnessHelpers..ctor(Boolean bigInput, String csFileName)
at BenchmarksGame.KNucleotide_1.Main(String[] args)
/Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Work/78971e22-6b98-41ed-a727-0cf85162ca43/Unzip/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1/k-nucleotide-1.sh: line 243: 2875 Abort trap: 6 $_DebuggerFullPath "$CORE_ROOT/corerun" $ExePath $CLRTestExecutionArguments
Return code: 1
Raw output file: /Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Work/78971e22-6b98-41ed-a727-0cf85162ca43/Unzip/Reports\JIT.Performance\CodeQuality\BenchmarksGame\k-nucleotide\k-nucleotide-1\k-nucleotide-1.output.txt
Raw output:
BEGIN EXECUTION
/Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Payload/corerun k-nucleotide-1.exe
Expected: 100
Actual: 134
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:
> set CORE_ROOT=/Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Payload
> /Users/dotnet-bot/dotnetbuild/work/9d693c07-6efa-40e0-8ed4-3dd0dec36ed5/Work/78971e22-6b98-41ed-a727-0cf85162ca43/Unzip/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1/k-nucleotide-1.sh
Expected: True
Actual: False
Stack Trace:
Build : Master - 20170918.01 (Core Tests) Failing configurations:
- osx.1012.amd64
- x64
- Windows.81.Amd64
- x64
- Windows.10.Amd64.Core
- x64
- Windows.10.Amd64
- x64
- Windows.7.Amd64
- x64
- Windows.10.Nano.Amd64
- x64
- redhat.69.amd64
- x64
- ubuntu.1710.amd64
- x64
- ubuntu.1604.amd64
- x64
- ubuntu.1404.amd64
- x64
- redhat.72.amd64
- x64
- fedora.25.amd64
- x64
- debian.82.amd64
- x64
- windows.10.arm64
- arm
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (17 by maintainers)
Commits related to this issue
- Update exclusions for moved tests Change #13994 moved some tests that were excluded from Helix runs, but failed to update the exclusion list; fix that oversight and exclude the tests in their new loc... — committed to JosephTremoulet/coreclr by JosephTremoulet 7 years ago
- Update BenchmarksGame benchmarks to latest For each benchmark, grab the current best C# .NET entry, and also grab the current best serial implementation (since these are easier to work with from the ... — committed to JosephTremoulet/coreclr by JosephTremoulet 7 years ago
- Update BenchmarksGame benchmarks to latest For each benchmark, grab the current best C# .NET entry, and also grab the current best serial implementation (since these are easier to work with from the ... — committed to JosephTremoulet/coreclr by JosephTremoulet 7 years ago
There is not technical reason from the harness side that this cannot be upgraded to netstandard1.5. This is something that blocked us last time we wanted to do this, but that is no longer an issue.