llvm-project/compiler-rt/test/memprof/TestCases
Fangrui Song dc46783f7f [memprof][test] Make test_terse.cpp robust (sched_getcpu may happens to change)
```
/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/memprof/TestCases/test_terse.cpp:11:11: error: CHECK: expected string not found in input
// CHECK: MIB:[[STACKID:[0-9]+]]/1/40.00/40/40/20.00/20/20/[[AVELIFETIME:[0-9]+]].00/[[AVELIFETIME]]/[[AVELIFETIME]]/0/0/0/0
          ^
<stdin>:1:1: note: scanning from here
MIB:StackID/AllocCount/AveSize/MinSize/MaxSize/AveAccessCount/MinAccessCount/MaxAccessCount/AveLifetime/MinLifetime/MaxLifetime/NumMigratedCpu/NumLifetimeOverlaps/NumSameAllocCpu/NumSameDeallocCpu
^
<stdin>:4:1: note: possible intended match here
MIB:134217729/1/40.00/40/40/20.00/20/20/7.00/7/7/1/0/0/0
```
2021-03-26 00:45:58 -07:00
..
atexit_stats.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
default_options.cpp
dump_process_map.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
free_hook_realloc.cpp
interface_test.cpp
log_path_test.cpp [MemProf] Add interface to dump profile 2020-11-19 10:21:53 -08:00
malloc-size-too-big.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
malloc_hook.cpp
mem_info_cache_entries.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
memprof_options-help.cpp
memprof_profile_dump.cpp [MemProf] Add interface to dump profile 2020-11-19 10:21:53 -08:00
print_miss_rate.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
realloc.cpp
stress_dtls.c [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
test_malloc_load_store.c [NFC,memprof] Update test after D96319 2021-02-11 16:36:16 -08:00
test_memintrin.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
test_new_load_store.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
test_terse.cpp [memprof][test] Make test_terse.cpp robust (sched_getcpu may happens to change) 2021-03-26 00:45:58 -07:00
unaligned_loads_and_stores.cpp [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00