Skip to content

Commit baf0267

Browse files
domin144nashif
authored andcommitted
tests with picolibc: mark two more large tests
1 parent 96d01d0 commit baf0267

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// UNSUPPORTED: no-exceptions
1111
// UNSUPPORTED: c++03
1212

13+
// fails with bad_alloc exception
14+
// REQUIRES: large_tests
15+
1316
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
1417
// bool
1518
// regex_match(BidirectionalIterator first, BidirectionalIterator last,

libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// UNSUPPORTED: no-exceptions
1111
// UNSUPPORTED: c++03
1212

13+
// fails with bad_alloc exception
14+
// REQUIRES: large_tests
15+
1316
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
1417
// bool
1518
// regex_search(BidirectionalIterator first, BidirectionalIterator last,

0 commit comments

Comments
 (0)