llvm-project/compiler-rt/test/profile/Inputs
Calixte Denizet 8f7aab5c61 [profile] Fix the tests for patch in https://reviews.llvm.org/D49916.
Summary:
The goal of D49916 is to remove some hit counters from lines like '}'.
So as a consequence, the tests must be fixed.
FYI, after holidays, I'll add more tests.

Reviewers: marco-c, davidxl

Reviewed By: marco-c

Subscribers: delcypher, llvm-commits, #sanitizers, sylvestre.ledru

Differential Revision: https://reviews.llvm.org/D49917

llvm-svn: 342718
2018-09-21 09:17:14 +00:00
..
comdat_rename.h Try to fix another profile test 2016-09-01 14:44:02 +00:00
comdat_rename_1.cc improve test cases to fix bot failure 2016-08-01 23:20:30 +00:00
comdat_rename_2.cc improve test cases to fix bot failure 2016-08-01 23:20:30 +00:00
extern_template.cpp [PGO] add a test for available_externally functions 2016-02-28 00:45:13 +00:00
extern_template.h [profile] Update Linux-only tests after r313597 2017-09-19 00:15:18 +00:00
extern_template1.cpp [PGO] add a test for available_externally functions 2016-02-28 00:45:13 +00:00
extern_template2.cpp [PGO] add a test for available_externally functions 2016-02-28 00:45:13 +00:00
gcc-flag-compatibility.c
instrprof-alloc.c [profile] Add a test to ensure runtime allocator is not invoked 2016-05-27 16:49:29 +00:00
instrprof-comdat-1.cpp Resubmit test case with more restriction 2016-01-21 21:59:19 +00:00
instrprof-comdat-2.cpp Resubmit test case with more restriction 2016-01-21 21:59:19 +00:00
instrprof-comdat.h [test] Update coverage tests to sync up with r278152 2016-08-09 21:04:22 +00:00
instrprof-dlopen-dlclose-main.c Reapply "Make __gcov_flush flush counters for all shared libraries" 2018-07-10 14:12:03 +00:00
instrprof-dlopen-dlclose-main.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-dlopen-dlclose-main_three-libs.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-dlopen-func.c Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64. 2018-07-12 20:28:09 +00:00
instrprof-dlopen-func.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-dlopen-func2.c Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64. 2018-07-12 20:28:09 +00:00
instrprof-dlopen-func2.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-dlopen-func3.c Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64. 2018-07-12 20:28:09 +00:00
instrprof-dlopen-func3.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-dlopen-main.c
instrprof-dynamic-a.cpp [test] Update coverage tests to sync up with r278152 2016-08-09 21:04:22 +00:00
instrprof-dynamic-b.cpp
instrprof-dynamic-header.h
instrprof-dynamic-main.cpp
instrprof-file_ex.c [profile] Fix test to bail on failed waitpid in instrprof-file_ex.c 2016-06-09 15:29:59 +00:00
instrprof-gcov-__gcov_flush-terminate.c Add a test with __gcov_flush called before terminating the program. 2018-07-16 09:13:46 +00:00
instrprof-gcov-__gcov_flush-terminate.c.gcov Add a test with __gcov_flush called before terminating the program. 2018-07-16 09:13:46 +00:00
instrprof-gcov-exceptions.cpp [gcov] Add a test showing differences in line counts when building with or without exceptions enabled. 2018-07-16 14:40:33 +00:00
instrprof-gcov-exceptions.cpp.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-gcov-fork.c [gcov] Add test which uses fork 2018-08-01 09:11:36 +00:00
instrprof-gcov-fork.c.gcov [gcov] Add test which uses fork 2018-08-01 09:11:36 +00:00
instrprof-gcov-multiple-bbs-single-line.c Add a test with multiple BBs on the same line 2018-07-13 13:01:43 +00:00
instrprof-gcov-multiple-bbs-single-line.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-gcov-switch1.c [gcov] Add tests using switch, one with break clauses and one with fallthrough 2018-07-31 23:26:50 +00:00
instrprof-gcov-switch1.c.gcov [gcov] Fix branch counters with switch statements (fix PR38821) 2018-09-11 18:38:34 +00:00
instrprof-gcov-switch2.c [gcov] Add tests using switch, one with break clauses and one with fallthrough 2018-07-31 23:26:50 +00:00
instrprof-gcov-switch2.c.gcov [gcov] Fix branch counters with switch statements (fix PR38821) 2018-09-11 18:38:34 +00:00
instrprof-icall-promo.h [profile] Add end-end test of vp for inline virtual functions 2016-06-02 16:24:21 +00:00
instrprof-icall-promo_1.cc [profile] Add end-end test of vp for inline virtual functions 2016-06-02 16:24:21 +00:00
instrprof-icall-promo_2.cc [profile] Add end-end test of vp for inline virtual functions 2016-06-02 16:24:21 +00:00
instrprof-merge-match-lib.c Fix a minor bug in test 2016-03-09 17:13:18 +00:00
instrprof-merge-match.c [PGO] Add API to check compatibility of profile data in buffer 2016-03-04 18:58:30 +00:00
instrprof-shared-lib.c
instrprof-shared-lib.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-lib_called-twice.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-lib_in-loop.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-main-gcov-flush.c Reapply "Make __gcov_flush flush counters for all shared libraries" 2018-07-10 14:12:03 +00:00
instrprof-shared-main-gcov-flush_no-writeout.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-main-gcov-flush_shared-call-after.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-main-gcov-flush_shared-call-before.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-shared-main.c
instrprof-shared-main.c.gcov [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. 2018-09-21 09:17:14 +00:00
instrprof-value-prof-evict.c [profile] entry eviction support in value profiler 2016-05-19 21:35:34 +00:00
instrprof-value-prof-real.c Add missing test case changes 2016-05-26 22:20:39 +00:00
instrprof-visibility-helper.cpp [profile] Add integration test to validate PGO function names 2016-03-25 23:56:23 +00:00