Age | Commit message (Collapse) | Author | Files | Lines |
|
Now that LLVM has REL24 support patched in, these tests are good to run.
|
|
* Fix upstream issue on all 32-bit BE platforms where pointers are
cast in an invalid way, causing crashes when building C++ code.
* Improve ppc-interp.patch to ensure *all* executable repl tests will
be skipped when run on ppc32.
* Disable known-flaky test (found on ppc, but also Gentoo/arm).
Closes: #1255
|
|
|
|
The Interpreter unit-test is already disabled on AIX, so it is likely
ABI-related. The other Interpreter test needs R_PPC_REL24 to be
implemented in the LLVM RuntimeDyld to work.
The DirectoryWatcher tests are all broken for unknown reasons, but don't
affect actual compilation so we just skip them for now.
Fixes: #848
|