llvm-project/compiler-rt/test/profile/Posix
Reid Kleckner 17e2521724 [InstrProf] Port test suite to Windows
Summary:
Before this change, check-profile would run, but all tests would be
marked unsupported on Windows. This is the new status of 'check-profile'
after this change:

Testing Time: 6.66s
  Expected Passes    : 29
  Expected Failures  : 5
  Unsupported Tests  : 39

I moved many tests that exercise posix-y features like dlopen and DSOs
into the Posix subdirectory, and ran the tests on Linux to validate my
changes.

These are the remaining tests that I handled on a case by case basis:
- instrprof-path.c
  Passes, Fixed some path portability issues
- instrprof-gcov-exceptions.test
  Passes, the FileCheck actually succeeds on Windows, so I RUNX'd it
- instrprof-icall-promo.test
  XFAILed, probably due to C++ ABI differences in vtables
- instrprof-merge-match.test
- instrprof-merge.c
- instrprof-merging.cpp
  XFAILed, These seem like real bugs that need fixing
- instrprof-version-mismatch.c
  XFAILed, Overriding the weak version symbol doesn't work
- instrprof-without-libc.c
  UNSUPPORTED, test needs an executable symbol table, Windows has none

Reviewers: davidxl, wmi, void

Subscribers: fedor.sergeev, #sanitizers, llvm-commits

Tags: #sanitizers

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

llvm-svn: 353435
2019-02-07 17:52:05 +00:00
..
Inputs [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-dlopen-dlclose-gcov.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-dlopen.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-dynamic-one-shared.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-dynamic-two-shared.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-gcov-execlp.test
instrprof-gcov-execvp.test
instrprof-gcov-fork.test [gcov] Disable instrprof-gcov-fork.test. 2018-11-28 17:24:07 +00:00
instrprof-set-filename-shared.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-shared-gcov-flush.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-shared.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-value-prof-shared.test [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-visibility-kinds.inc [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
instrprof-visibility.cpp [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00
lit.local.cfg [InstrProf] Port test suite to Windows 2019-02-07 17:52:05 +00:00