Răsfoiți Sursa

Disable lit shtest suites (#4822)

This disables all the existing lit shell test suites. With this change
and other inflight changes you can now run `check-clang` and have it run
successfully.

Getting this all to work also required some adjustments to the taef test
configuration since it had not been run previously as part of a larger
lit suite.
Chris B 2 ani în urmă
părinte
comite
f5442b1fb5
30 a modificat fișierele cu 31 adăugiri și 0 ștergeri
  1. 1 0
      tools/clang/test/CXX/lit.local.cfg
  2. 1 0
      tools/clang/test/CodeCompletion/lit.local.cfg
  3. 1 0
      tools/clang/test/CodeGenCUDA/lit.local.cfg
  4. 1 0
      tools/clang/test/CodeGenHLSL/lit.local.cfg
  5. 1 0
      tools/clang/test/CodeGenSPIRV/lit.local.cfg
  6. 1 0
      tools/clang/test/Coverage/lit.local.cfg
  7. 1 0
      tools/clang/test/CoverageMapping/lit.local.cfg
  8. 1 0
      tools/clang/test/DXILValidation/lit.local.cfg
  9. 1 0
      tools/clang/test/FixIt/lit.local.cfg
  10. 1 0
      tools/clang/test/Format/lit.local.cfg
  11. 1 0
      tools/clang/test/Frontend/lit.local.cfg
  12. 2 0
      tools/clang/test/HLSL/lit.local.cfg
  13. 1 0
      tools/clang/test/HLSLDisabled/lit.local.cfg
  14. 1 0
      tools/clang/test/HLSLFileCheck/lit.local.cfg
  15. 1 0
      tools/clang/test/Headers/lit.local.cfg
  16. 1 0
      tools/clang/test/Index/lit.local.cfg
  17. 1 0
      tools/clang/test/Integration/lit.local.cfg
  18. 1 0
      tools/clang/test/Layout/lit.local.cfg
  19. 1 0
      tools/clang/test/Lexer/lit.local.cfg
  20. 1 0
      tools/clang/test/Misc/lit.local.cfg
  21. 1 0
      tools/clang/test/PCH/lit.local.cfg
  22. 1 0
      tools/clang/test/Parser/lit.local.cfg
  23. 1 0
      tools/clang/test/Preprocessor/lit.local.cfg
  24. 1 0
      tools/clang/test/Profile/lit.local.cfg
  25. 1 0
      tools/clang/test/Sema/lit.local.cfg
  26. 1 0
      tools/clang/test/SemaCUDA/lit.local.cfg
  27. 1 0
      tools/clang/test/SemaCXX/lit.local.cfg
  28. 1 0
      tools/clang/test/SemaTemplate/lit.local.cfg
  29. 1 0
      tools/clang/test/Tooling/lit.local.cfg
  30. 1 0
      tools/clang/test/VFS/lit.local.cfg

+ 1 - 0
tools/clang/test/CXX/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/CodeCompletion/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/CodeGenCUDA/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/CodeGenHLSL/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/CodeGenSPIRV/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Coverage/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/CoverageMapping/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/DXILValidation/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/FixIt/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Format/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Frontend/lit.local.cfg

@@ -1 +1,2 @@
+config.unsupported = True # HLSL Change - Disable lit suites.
 config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll']

+ 2 - 0
tools/clang/test/HLSL/lit.local.cfg

@@ -1,4 +1,6 @@
 import os
 
+config.unsupported = True # HLSL Change - Disable lit suites.
+
 # Add .hlsl as a test extension.
 config.suffixes.add('.hlsl')

+ 1 - 0
tools/clang/test/HLSLDisabled/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/HLSLFileCheck/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Headers/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Index/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Integration/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Layout/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Lexer/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Misc/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/PCH/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Parser/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Preprocessor/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Profile/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Sema/lit.local.cfg

@@ -1,3 +1,4 @@
+config.unsupported = True # HLSL Change - Disable lit suites.
 config.substitutions = list(config.substitutions)
 config.substitutions.insert(0,
     (r'%clang\b',

+ 1 - 0
tools/clang/test/SemaCUDA/lit.local.cfg

@@ -1,3 +1,4 @@
+config.unsupported = True # HLSL Change - Disable lit suites.
 config.substitutions = list(config.substitutions)
 config.substitutions.insert(0,
     (r'%clang\b',

+ 1 - 0
tools/clang/test/SemaCXX/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/SemaTemplate/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.

+ 1 - 0
tools/clang/test/Tooling/lit.local.cfg

@@ -1,2 +1,3 @@
+config.unsupported = True # HLSL Change - Disable lit suites.
 if config.root.clang_staticanalyzer == 0:
     config.unsupported = True

+ 1 - 0
tools/clang/test/VFS/lit.local.cfg

@@ -0,0 +1 @@
+config.unsupported = True # HLSL Change - Disable lit suites.