File tree 1 file changed +5
-5
lines changed
compiler-rt/test/hwasan/TestCases
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: rm -rf %t && mkdir -p %t
2
- // RUN: %clang_hwasan -Wl,--build-id -g %s -o %t/symbolize.exe
3
- // RUN: echo '[{"prefix": "'"%S"'/", "link": "http://test.invalid/{file}:{line}"}]' > %t/symbolize.exe .linkify
4
- // RUN: %env_hwasan_opts=symbolize=0 not %run %t/symbolize.exe 2>&1 | hwasan_symbolize --html --symbols %t --index | FileCheck %s
5
- // RUN: %env_hwasan_opts=symbolize=0 not %run %t/symbolize.exe 2>&1 | hwasan_symbolize --html --linkify %t/symbolize.exe .linkify --symbols %t --index | FileCheck --check-prefixes=CHECK,LINKIFY %s
6
- // RUN: %env_hwasan_opts=symbolize=0 not %run %t/symbolize.exe 2>&1 | hwasan_symbolize --symbols %t --index | FileCheck %s
2
+ // RUN: %clang_hwasan -Wl,--build-id -g %s -o %t/hwasan_symbolize_test
3
+ // RUN: echo '[{"prefix": "'"%S"'/", "link": "http://test.invalid/{file}:{line}"}]' > %t/hwasan_symbolize_test .linkify
4
+ // RUN: %env_hwasan_opts=symbolize=0 not %run %t/hwasan_symbolize_test 2>&1 | hwasan_symbolize --html --symbols %t --index | FileCheck %s
5
+ // RUN: %env_hwasan_opts=symbolize=0 not %run %t/hwasan_symbolize_test 2>&1 | hwasan_symbolize --html --linkify %t/hwasan_symbolize_test .linkify --symbols %t --index | FileCheck --check-prefixes=CHECK,LINKIFY %s
6
+ // RUN: %env_hwasan_opts=symbolize=0 not %run %t/hwasan_symbolize_test 2>&1 | hwasan_symbolize --symbols %t --index | FileCheck %s
7
7
8
8
#include < sanitizer/hwasan_interface.h>
9
9
#include < stdlib.h>
You can’t perform that action at this time.
0 commit comments