[all-commits] [llvm/llvm-project] 2c861e: [libc++][test] Properly mark libc++-only XFAILs
Casey Carter via All-commits
all-commits at lists.llvm.org
Tue May 12 16:11:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c861e8a121e35da331818cbc95ab4ecc97f43b4
https://github.com/llvm/llvm-project/commit/2c861e8a121e35da331818cbc95ab4ecc97f43b4
Author: Casey Carter <Casey at Carter.net>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M libcxx/test/std/strings/c.strings/cuchar.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
Log Message:
-----------
[libc++][test] Properly mark libc++-only XFAILs
These tests PASS on libstdc++ and MSVC.
More information about the All-commits
mailing list