Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <ehsannas@gmail.com>2019-10-09 23:14:42 +0300
committerGitHub <noreply@github.com>2019-10-09 23:14:42 +0300
commit82f84c4b8f19a3a59647e851a5b3921d63b7b8e4 (patch)
treed9118374006a159076d73f0fb984bd46725a5970 /BUILD.bazel
parentc705032b2b0375fbf53329e833dd49f06eb61353 (diff)
Use a longer timeout for Bazel tests. (#2956)
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel13
1 files changed, 0 insertions, 13 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index bac1a6606..dc1ca6047 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -507,20 +507,7 @@ base_test(
) for f in glob(
["test/val/*.cpp"],
exclude = [
- "test/val/val_capability_test.cpp", # has its own val_test below.
- "test/val/val_limits_test.cpp", # has its own val_test below.
"test/val/pch_test_val.cpp", # pch tests are skipped.
],
)]
-val_test(
- name = "capability",
- size = "large",
- srcs = ["test/val/val_capability_test.cpp"],
-)
-
-val_test(
- name = "limits",
- size = "large",
- srcs = ["test/val/val_limits_test.cpp"],
-)