Issue |
104885
|
Summary |
[libcxx] Fix `transform_error.mandates.verify.cpp` test once libcxx builder migrated to next LLVM release.
|
Labels |
libc++
|
Assignees |
|
Reporter |
zeroomega
|
PR#102851 introduced a change to clang, which causes following tests from expected failing to unexpected pass on msvc:
```
llvm-libc++-static-clangcl.cfg.in :: libcxx/utilities/expected/expected.expected/transform_error.mandates.verify.cpp
llvm-libc++-static-clangcl.cfg.in :: libcxx/utilities/expected/expected.void/transform_error.mandates.verify.cpp
```
However, libcxx msvc builders uses clang from release version instead of building from ToT. Therefore, the test failures caused by this change were not present on libcxx builders.
PR#104635 attempted to suppress the error on these 2 tests so they can pass on both release branch clang and ToT Clang. However, this walk around should be removed once libcxx have migrated to a newer clang release.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs