The ubsan/TestCases/Misc/coverage-levels.cc is currently broken in the OS X buildbot: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA_check/2144/console
However, XFAIL: darwin is not enough, because it fails only on i386, but not on x86_64. Let's move the test into a Linux/ subdirectory to make it not run on Darwin at all.
Remove XFAIL: darwin now.