We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aade6a7 commit 8746ce1Copy full SHA for 8746ce1
libcxx/utils/ci/run-buildbot
@@ -700,8 +700,11 @@ clang-cl-dll)
700
# anyway), thus just disable the experimental library. Remove this
701
# setting when cmake and the test driver does the right thing automatically.
702
generate-cmake-libcxx-win -DLIBCXX_TEST_PARAMS="enable_experimental=False"
703
- step "Running the libc++ tests"
704
- ${NINJA} -vC "${BUILD_DIR}" check-cxx
+ step "Building dependencies"
+ ${NINJA} -vC "${BUILD_DIR}" cxx-test-depends
705
+
706
+ step "Running tests"
707
+ ./libcxx/utils/libcxx-lit "${BUILD_DIR}" --show-all libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp
708
;;
709
clang-cl-static)
710
clean
0 commit comments