aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/jobs.json
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-10-23 10:09:04 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-23 15:32:28 +0000
commit30578893c5111c32b8e8812957c55508a813a629 (patch)
tree5102923f19fbb4ee5369940cdb22e41f5702d929 /infra/bots/jobs.json
parent261b8aa1de8562f79c1a7c515d968787e027a2c8 (diff)
add -SafeStack bots
These bots use https://clang.llvm.org/docs/SafeStack.html. This separates the safe (constant size?) parts of the stack like return address and some local variables apart from the unsafe over- and underflow prone array uses. These go on the "unsafe stack". In theory this makes sense on {Linux,Mac}x{Debug,Release}, but let's just start with Linux/Debug. Change-Id: I9f5cbeb7081e7d9ac8e1298ca0d86880a6085cfa Reviewed-on: https://skia-review.googlesource.com/62743 Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra/bots/jobs.json')
-rw-r--r--infra/bots/jobs.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json
index 29a216e0a7..b1f541c2d2 100644
--- a/infra/bots/jobs.json
+++ b/infra/bots/jobs.json
@@ -24,6 +24,7 @@
"Build-Debian9-Clang-x86_64-Debug-Coverage",
"Build-Debian9-Clang-x86_64-Debug-MSAN",
"Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
+ "Build-Debian9-Clang-x86_64-Debug-SafeStack",
"Build-Debian9-Clang-x86_64-Debug-UBSAN_float_cast_overflow",
"Build-Debian9-Clang-x86_64-Debug-Vulkan",
"Build-Debian9-Clang-x86_64-Debug-Vulkan_Coverage",
@@ -158,6 +159,7 @@
"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN",
"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
+ "Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack",
"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN_float_cast_overflow",
"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All",
"Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN",
@@ -337,6 +339,7 @@
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN_FAAA",
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN_FDAA",
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
+ "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack",
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN_float_cast_overflow",
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All",
"Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN",