Skip to content

Commit fb40f8c

Browse files
Split some REQUIRES and XFAIL lines.
1 parent 6ac6b6b commit fb40f8c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

libcxx/test/std/containers/sequences/array/assert.iterators.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators-in-std-array
9+
// REQUIRES: has-unix-headers
10+
// REQUIRES: libcpp-has-abi-bounded-iterators-in-std-array
1011
// UNSUPPORTED: c++03
1112
// UNSUPPORTED: libcpp-hardening-mode=none
1213
// XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing

libcxx/test/std/containers/sequences/vector/vector.modifiers/assert.push_back.invalidation.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
// the insertion point remain valid but those at or after the insertion point,
1515
// including the past-the-end iterator, are invalidated.
1616

17-
// REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators-in-vector
17+
// REQUIRES: has-unix-headers
18+
// REQUIRES: libcpp-has-abi-bounded-iterators-in-vector
1819
// UNSUPPORTED: c++03
1920
// UNSUPPORTED: libcpp-hardening-mode=none
2021
// XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing

libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
// UNSUPPORTED: no-filesystem
1111
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
1212

13-
// XFAIL: msvc, target={{.+}}-windows-gnu
13+
// XFAIL: msvc
14+
// XFAIL: target={{.+}}-windows-gnu
1415
// XFAIL: availability-fp_to_chars-missing
1516

1617
// fmemopen is available starting in Android M (API 23)

0 commit comments

Comments
 (0)