strlen-overflow-1.c: Change match patterns.

gcc/testsuite/
2014-06-23  Max Ostapenko  <m.ostapenko@partner.samsung.com>

	* c-c++-common/asan/strlen-overflow-1.c: Change match patterns.

From-SVN: r211927
This commit is contained in:
Max Ostapenko 2014-06-24 08:52:30 +03:00 committed by Maxim Ostapenko
parent c78641fa85
commit 0967188e42
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-06-23 Max Ostapenko <m.ostapenko@partner.samsung.com>
* c-c++-common/asan/strlen-overflow-1.c: Change match patterns.
2014-06-23 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/localalias-2.c: Guard by require-alias.

View file

@ -26,4 +26,5 @@ int main () {
}
/* { dg-output "READ of size 1 at 0x\[0-9a-f\]+ thread T0.*(\n|\r\n|\r)" } */
/* { dg-output " #0 0x\[0-9a-f\]+ (in _*main (\[^\n\r]*strlen-overflow-1.c:24|\[^\n\r]*:0)|\[(\]).*(\n|\r\n|\r)" } */
/* { dg-output " #0 0x\[0-9a-f\]+ (in _*main (\[^\n\r]*strlen-overflow-1.c:25|\[^\n\r]*:0)|\[(\]).*(\n|\r\n|\r)" } */
/* { dg-output "\[^\n\r]*0x\[0-9a-f\]+ is located 1 bytes inside of global variable" } */