[all-commits] [llvm/llvm-project] 592f35: [libc++] Disable a filesystem test that uses debug...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Feb 11 05:57:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 592f35481aa5e43162f09edeaac9f27773991714
https://github.com/llvm/llvm-project/commit/592f35481aa5e43162f09edeaac9f27773991714
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
Log Message:
-----------
[libc++] Disable a filesystem test that uses debug mode with the macOS system libc++
The system libc++.dylib doesn't support the debug mode, so this test
can't be supported. As a fly-by fix, we also specify more stringently
that only the macOS system library is unsupported in other tests using
the debug mode.
More information about the All-commits
mailing list