make check-profile:
Failing Tests (2):
Profile-i386 :: instrprof-dlopen.test Profile-x86_64 :: instrprof-dlopen.test Expected Passes : 64 Unsupported Tests : 42 Unexpected Failures: 2
Sponsored by <The NetBSD Foundation>
Differential D36603
Enable profile on NetBSD krytarowski on Aug 10 2017, 7:13 PM. Authored by
Details make check-profile: Failing Tests (2): Profile-i386 :: instrprof-dlopen.test Profile-x86_64 :: instrprof-dlopen.test Expected Passes : 64 Unsupported Tests : 42 Unexpected Failures: 2 Sponsored by <The NetBSD Foundation>
Diff Detail
Event TimelineComment Actions What's causing the test failure? Do you plan on XFAIL'ing the test on NetBSD initially? Comment Actions Right now I'm upstreaming what works (close to 99% including other sanitizers). Later I will work on the remaining issues (including XFAIL marks) and attaching NetBSD buildbot. Comment Actions I think it would be better to XFAIL the test from the onset so that people reading the source are aware of the issue. That way, if for any reason this can't make its way back on your priority list, the build will remain in good shape. Comment Actions This does not affect the build, only one test in both archs. I will be back to corrections later (at least filing problem reports on bugzilla). Comment Actions By 'the build', I meant the compiler-rt test targets on NetBSD machines. As-is, this patch breaks those test targets, and may bewilder users.
If there are known correctness issues with a patch, there's no need to rush it through. Please use more caution. All it takes here is to add an "XFAIL: *netbsd" line to the test. Comment Actions I've reverted the commit on demand. I was trying to restore the setup for check-profile after upgrading the sources.. and I hit new failures. http://www.netbsd.org/~kamil/llvm/check-profile I have new failures in sanitizers too.. Maybe my SVN checkout was in a faulty revision. For now I will move on and focus on sanitizers. Comment Actions If you see these failures again, could you upload the *.profdata files from: I can help take a look. |