File tree 1 file changed +8
-7
lines changed
compiler-rt/test/asan/TestCases/Linux
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 13
13
// RUN: | sed -e "s/__asan_version_mismatch_check_v[0-9]+/__asan_version_mismatch_check/" \
14
14
// RUN: > %t.exports
15
15
//
16
- // RUN: grep -e "INTERFACE_\(WEAK_\)\?FUNCTION" \
17
- // RUN: %t.asan_interface.inc \
18
- // RUN: %p/../../../../lib/ubsan/ubsan_interface.inc \
19
- // RUN: %p/../../../../lib/sanitizer_common/sanitizer_common_interface.inc \
20
- // RUN: %p/../../../../lib/sanitizer_common/sanitizer_common_interface_posix.inc \
21
- // RUN: %p/../../../../lib/sanitizer_common/sanitizer_coverage_interface.inc \
22
- // RUN: | grep -v "__sanitizer_weak_hook" \
16
+ // RUN: cat %t.asan_interface.inc \
17
+ // RUN: %p/../../../../lib/ubsan/ubsan_interface.inc \
18
+ // RUN: %p/../../../../lib/sanitizer_common/sanitizer_common_interface.inc \
19
+ // RUN: %p/../../../../lib/sanitizer_common/sanitizer_common_interface_posix.inc \
20
+ // RUN: %p/../../../../lib/sanitizer_common/sanitizer_coverage_interface.inc \
21
+ // RUN: | tr '\n' ' ' | sed "s/ //g" | sed "s/)/)\n/g" \
22
+ // RUN: | grep -e "INTERFACE_\(WEAK_\)\?FUNCTION" \
23
+ // RUN: | grep -v "__sanitizer_weak_hook" \
23
24
// RUN: | sed -e "s/.*(//" -e "s/).*//" > %t.imports
24
25
//
25
26
// RUN: cat %t.imports | sort | uniq > %t.imports-sorted
You can’t perform that action at this time.
0 commit comments