Skip to content

Commit e4b28b8

Browse files
committed
Re-add previously removed XFAILs to facet tests
1 parent 29dacc4 commit e4b28b8

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// The fix for LWG2381 (https://github.com/llvm/llvm-project/pull/77948) changed behavior of
10+
// FP parsing. This requires 3e15c97fa3812993bdc319827a5c6d867b765ae8 in the dylib.
11+
// XFAIL: using-built-library-before-llvm-19
12+
913
// <locale>
1014

1115
// class num_get<charT, InputIterator>

libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// The fix for LWG2381 (https://github.com/llvm/llvm-project/pull/77948) changed behavior of
10+
// FP parsing. This requires 3e15c97fa3812993bdc319827a5c6d867b765ae8 in the dylib.
11+
// XFAIL: using-built-library-before-llvm-19
12+
913
// <locale>
1014

1115
// class num_get<charT, InputIterator>

libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// The fix for LWG2381 (https://github.com/llvm/llvm-project/pull/77948) changed behavior of
10+
// FP parsing. This requires 3e15c97fa3812993bdc319827a5c6d867b765ae8 in the dylib.
11+
// XFAIL: using-built-library-before-llvm-19
12+
913
// <locale>
1014

1115
// class num_get<charT, InputIterator>

0 commit comments

Comments
 (0)