DirectXShaderCompiler/test
Chris B ce495eb611
Fix last LLVM tests on Windows (#4829)
This handles a few last Windows fixes for LLVM tests.

* The YAML praser convertes \r to \n, resulting in repeated newlines in
  YAML tests on Windows.
* The MS filesystem changes on Windows cause one of the MemoryBuffer
  tests to fail. I've disabled that test on Windows.
* Because we convert many crash cases to exceptions on Windows the
  GoogleTest DEATH tests fail to die on Windows.

This change addresses the same issue #4794 solves, but restricts the
change to Windows only. I'm only merging this since @python3kgae is out
and I don't really want to wait until he returns.

utils/unittest/googletest/include/gtest/internal/gtest-port.h
2022-12-02 15:42:58 -06:00
..
Analysis Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Assembler Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Bitcode Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
CodeGen Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Feature Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
FileCheck first commit 2016-12-28 11:52:27 -08:00
Instrumentation Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Integer Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
LTO first commit 2016-12-28 11:52:27 -08:00
Linker Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
MC Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Object Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Other Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
SymbolRewriter Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
TableGen Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Transforms Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
Unit first commit 2016-12-28 11:52:27 -08:00
Verifier Update Linux build and test workflows to use lit (#4836) 2022-12-02 12:55:14 -06:00
YAMLParser Fix last LLVM tests on Windows (#4829) 2022-12-02 15:42:58 -06:00
tools Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00
.clang-format first commit 2016-12-28 11:52:27 -08:00
CMakeLists.txt Enable building LLVM testing tools (#4023) 2021-10-21 11:31:31 -05:00
Makefile.tests first commit 2016-12-28 11:52:27 -08:00
TestRunner.sh first commit 2016-12-28 11:52:27 -08:00
lit.cfg Enable building LLVM testing tools (#4023) 2021-10-21 11:31:31 -05:00
lit.site.cfg.in first commit 2016-12-28 11:52:27 -08:00