mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[libcxx] [test] Add UNSUPPORTED: msvc in a couple verify.cpp tests
Due to issues with the detection of the clang-verify feature, these tests have been skipped in the Windows CI configuration so far. Differential Revision: https://reviews.llvm.org/D103308
This commit is contained in:
parent
5aa5eba135
commit
7d7b72bad7
@ -10,6 +10,10 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11, apple-clang-12.0.0
|
||||
|
||||
// In MSVC mode, there's a slightly different number of errors printed for
|
||||
// each of these, so it doesn't add up to the exact expected count of 18.
|
||||
// UNSUPPORTED: msvc
|
||||
|
||||
// <compare>
|
||||
|
||||
// Ensure we reject all cases where an argument other than a literal 0 is used
|
||||
|
@ -8,6 +8,10 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// type_traits
|
||||
|
||||
// MSVC mode seems to use different rules regarding enum sizes, so E1
|
||||
// doesn't cause an error.
|
||||
// UNSUPPORTED: msvc
|
||||
|
||||
// underlying_type
|
||||
// Mandates: enum must not be an incomplete enumeration type.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user