Imported Upstream version 5.18.0.234

Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-01-08 08:22:36 +00:00
parent f32dbaf0b2
commit 212f6bafcb
28494 changed files with 359 additions and 3867025 deletions

View File

@@ -1,14 +0,0 @@
import lit.formats
config.name = 'top-level-suite'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
# We intentionally don't set the source root or exec root directories here,
# because this suite gets reused for testing the exec root behavior (in
# ../exec-discovery).
#
#config.test_source_root = None
#config.test_exec_root = None
# Check that arbitrary config values are copied (tested by subdir/lit.local.cfg).
config.an_extra_variable = False

View File

@@ -1,4 +0,0 @@
config.suffixes = ['.py']
# Check that the arbitrary config values in our parent was inherited.
assert hasattr(config, 'an_extra_variable')

View File

@@ -1 +0,0 @@
# RUN: true

View File

@@ -1,6 +0,0 @@
import lit.formats
config.name = 'sub-suite'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None

View File

@@ -1 +0,0 @@
# RUN: true

View File

@@ -1 +0,0 @@
# RUN: true

View File

@@ -1 +0,0 @@
# RUN: true

View File

@@ -1 +0,0 @@
# RUN: true