re PR sanitizer/63939 (Massive asan failures (356) on darwin)

PR sanitizer/63939
	* g++.dg/asan/large-func-test-1.C: Ajust dg-output.

From-SVN: r217816
This commit is contained in:
Francois-Xavier Coudert 2014-11-19 22:06:47 +00:00 committed by François-Xavier Coudert
parent f2acb8ad43
commit 7c59493a0f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-11-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR sanitizer/63939
* g++.dg/asan/large-func-test-1.C: Ajust dg-output.
2014-11-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR sanitizer/63939

View File

@ -42,4 +42,4 @@ int main() {
// { dg-output "\[^\n\r]*0x\[0-9a-f\]+ is located 44 bytes to the right of 400-byte region.*(\n|\r\n|\r)" }
// { dg-output "\[^\n\r]*allocated by thread T0 here:\[^\n\r]*(\n|\r\n|\r)" }
// { dg-output " #0( 0x\[0-9a-f\]+ (in _*(interceptor_|)malloc|\[(\])\[^\n\r]*(\n|\r\n|\r)" }
// { dg-output " #1|) 0x\[0-9a-f\]+ (in (operator new|_*_Zn\[aw\]\[mj\])|\[(\])\[^\n\r]*(\n|\r\n|\r)" }
// { dg-output " #1|) 0x\[0-9a-f\]+ (in (operator new|(wrap|)_*_Zn\[aw\]\[mj\])|\[(\])\[^\n\r]*(\n|\r\n|\r)" }