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

Enable resource directory for DXC. #6954

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Enable resource directory for DXC.

a6ebd01
Select commit
Loading
Failed to load commit list.
Draft

Enable resource directory for DXC. #6954

Enable resource directory for DXC.
a6ebd01
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.DirectXShaderCompiler failed Oct 10, 2024 in 1h 30m 40s

Build #20241010.1 had test failures

Details

Tests

  • Failed: 6 (0.02%)
  • Passed: 24,330 (99.98%)
  • Other: 0 (0.00%)
  • Total: 24,336

Annotations

Check failure on line 197 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L197

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 258 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L258

The operation was canceled.

Check failure on line 4133 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L4133

Bash exited with code '1'.

Check failure on line 1 in CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

Test failed
Raw output
Note: Google Test filter = CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CompilerTest
/Users/runner/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:622: Failure
Value of: SUCCEEDED(result)
  Actual: true
Expected: false
/Users/runner/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3332: Failure
Expected: (std::string::npos) != (failLog.find("<angled>")), actual: 18446744073709551615 vs 18446744073709551615
./subdir/other/file.h;/Users/runner/work/1/s/build/tools/clang/unittests/HLSL/../lib/clang/3.7/include/helper.h;
/Users/runner/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3339: Failure
      Expected: 0
To be equal to: wcscmp(L"./subdir/other/file.h;./subdir/other/helper.h;", pInclude->GetAllFileNames().c_str())
      Which is: -1
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt (6 ms)
[----------] 1 test from CompilerTest (6 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (6 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

 1 FAILED TEST

	

Check failure on line 1 in CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

Test failed
Raw output
Note: Google Test filter = CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CompilerTest
/Users/runner/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:622: Failure
Value of: SUCCEEDED(result)
  Actual: true
Expected: false
/Users/runner/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3332: Failure
Expected: (std::string::npos) != (failLog.find("<angled>")), actual: 18446744073709551615 vs 18446744073709551615
./subdir/other/file.h;/Users/runner/work/1/s/build/tools/clang/unittests/HLSL/../lib/clang/3.7/include/helper.h;
/Users/runner/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3339: Failure
      Expected: 0
To be equal to: wcscmp(L"./subdir/other/file.h;./subdir/other/helper.h;", pInclude->GetAllFileNames().c_str())
      Which is: -1
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt (34 ms)
[----------] 1 test from CompilerTest (34 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (34 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

 1 FAILED TEST

	

Check failure on line 1 in CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

Test failed
Raw output
Note: Google Test filter = CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CompilerTest
/home/vsts/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:622: Failure
Value of: SUCCEEDED(result)
  Actual: true
Expected: false
/home/vsts/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3330: Failure
Expected: (std::string::npos) != (failLog.find("<angled>")), actual: 18446744073709551615 vs 18446744073709551615
/home/vsts/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3338: Failure
      Expected: 0
To be equal to: wcscmp(L"./subdir/other/file.h;./subdir/other/helper.h;", pInclude->GetAllFileNames().c_str())
      Which is: -1
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt (4 ms)
[----------] 1 test from CompilerTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

 1 FAILED TEST

	

Check failure on line 1 in CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

Test failed
Raw output
Note: Google Test filter = CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CompilerTest
/home/vsts/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:622: Failure
Value of: SUCCEEDED(result)
  Actual: true
Expected: false
/home/vsts/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3332: Failure
Expected: (std::string::npos) != (failLog.find("<angled>")), actual: 18446744073709551615 vs 18446744073709551615
/home/vsts/work/1/s/tools/clang/unittests/HLSL/CompilerTest.cpp:3339: Failure
      Expected: 0
To be equal to: wcscmp(L"./subdir/other/file.h;./subdir/other/helper.h;", pInclude->GetAllFileNames().c_str())
      Which is: -1
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt (35 ms)
[----------] 1 test from CompilerTest (35 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (35 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CompilerTest.CompileWhenIncludeSystemMissingThenLoadAttempt

 1 FAILED TEST