[libcxx-commits] [PATCH] D128084: [libc++] Add CI job testing on FreeBSD
Ed Maste via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 16 11:32:44 PST 2022
emaste added a comment.
With remaining failing tests marked with XFAIL we report no failures, although the test still returns error:
...
Testing Time: 2034.53s
Unsupported : 261
Passed : 7558
Expectedly Failed : 64
Unexpectedly Passed: 26
FAILED: libcxx/test/CMakeFiles/check-cxx /home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/build/generic-cxx2b/libcxx/test/CMakeFiles/check-cxx
cd /home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/build/generic-cxx2b/libcxx/test && /usr/local/bin/python3 /home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/build/generic-cxx2b/bin/llvm-lit -sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1500 --time-tests /home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/build/generic-cxx2b/libcxx/test
ninja: build stopped: subcommand failed.
🚨 Error: The command exited with status 1
user command error: exit status 1
Do the unexpected passes cause the run to fail?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128084/new/
https://reviews.llvm.org/D128084
More information about the libcxx-commits
mailing list