[gcov][test] Reorganize some compiler-rt/test/profile tests
authorFangrui Song <maskray@google.com>
Fri, 3 Jul 2020 23:17:06 +0000 (16:17 -0700)
committerFangrui Song <maskray@google.com>
Fri, 3 Jul 2020 23:17:16 +0000 (16:17 -0700)
commitfba8523fb55c8e3bc853df7a250845cf51e5fc99
treebefbe366181f0f2f29a636a14fba6aeb4fcb1be3
parentaa5ec34e312699a2fe5263133129a1e103ac91ee
[gcov][test] Reorganize some compiler-rt/test/profile tests
25 files changed:
compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-execlp.c [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-execlp.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-execvp.c [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-execvp.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-fork.c [deleted file]
compiler-rt/test/profile/Inputs/instrprof-gcov-fork.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-lib.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush.c [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov [deleted file]
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov [deleted file]
compiler-rt/test/profile/Posix/gcov-execlp.c [new file with mode: 0644]
compiler-rt/test/profile/Posix/gcov-fork.c [new file with mode: 0644]
compiler-rt/test/profile/Posix/gcov-shared-flush.c [new file with mode: 0644]
compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test [deleted file]
compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test [deleted file]
compiler-rt/test/profile/Posix/instrprof-gcov-fork.test [deleted file]
compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test [deleted file]
compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
compiler-rt/test/profile/gcov-dump-and-remove.c [new file with mode: 0644]
compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test [deleted file]