[PATCH] D67371: [UBSan] Follow up fix for r371442.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 13:58:58 PDT 2019


Dor1s created this revision.
Dor1s added reviewers: vitalybuka, hctim.
Herald added subscribers: llvm-commits, Sanitizers, delcypher.
Herald added projects: LLVM, Sanitizers.
Dor1s accepted this revision.
Dor1s added a comment.
This revision is now accepted and ready to land.

Made the regexp more explicit. TBRing to fix the broken buildbot: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/23356/steps/check-sanitizer%20in%20gcc%20build/logs/stdio


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D67371

Files:
  test/sanitizer_common/TestCases/Posix/fpe.cpp


Index: test/sanitizer_common/TestCases/Posix/fpe.cpp
===================================================================
--- test/sanitizer_common/TestCases/Posix/fpe.cpp
+++ test/sanitizer_common/TestCases/Posix/fpe.cpp
@@ -26,4 +26,4 @@
 // CHECK1: ERROR: {{.*}}Sanitizer: FPE
 // CHECK1: {{#[0-9]+.* main .*fpe\.cpp}}:[[@LINE-5]]
 // CHECK1: DEATH CALLBACK
-// CHECK0-NOT: Sanitizer
+// CHECK0-NOT: {{.*}}Sanitizer: FPE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67371.219432.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/28389360/attachment.bin>


More information about the llvm-commits mailing list