Skip to content

[libcxx][test] Correct syntax of lit directives in some tests #146886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// The fix for issue 57964 requires an updated dylib due to explicit
// instantiations. That means Apple backdeployment targets remain broken.
// XFAIL using-built-library-before-llvm-19
// XFAIL: using-built-library-before-llvm-19

// <ios>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This test requires the fix to https://github.com/llvm/llvm-project/issues/60509 in the dylib,
// which landed in 5afb937d8a30445642ccaf33866ee4cdd0713222.
// XFAIL using-built-library-before-llvm-19
// XFAIL: using-built-library-before-llvm-19

#include <fstream>
#include <cstddef>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// The fix for bug 51497 and bug 51499 require and updated dylib due to
// explicit instantiations. That means Apple backdeployment targets remain
// broken.
// XFAIL using-built-library-before-llvm-19
// XFAIL: using-built-library-before-llvm-19

#include <istream>
#include <cassert>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// TODO(mordante) Investigate
// UNSUPPORTED: apple-clang

// XFAIL darwin
// XFAIL: darwin

// NetBSD does not support LC_MONETARY at the moment
// XFAIL: netbsd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// TODO(mordante) Investigate
// UNSUPPORTED: apple-clang

// XFAIL darwin
// XFAIL: darwin

// NetBSD does not support LC_MONETARY at the moment
// XFAIL: netbsd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// TODO(mordante) Investigate
// UNSUPPORTED: apple-clang

// XFAIL darwin
// XFAIL: darwin
//
// NetBSD does not support LC_MONETARY at the moment
// XFAIL: netbsd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// The fix for LWG2381 (https://github.com/llvm/llvm-project/pull/77948) changed behavior of
// FP parsing. This requires 3e15c97fa3812993bdc319827a5c6d867b765ae8 in the dylib.
// XFAIL using-built-library-before-llvm-19
// XFAIL: using-built-library-before-llvm-19

// <locale>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// The fix for LWG2381 (https://github.com/llvm/llvm-project/pull/77948) changed behavior of
// FP parsing. This requires 3e15c97fa3812993bdc319827a5c6d867b765ae8 in the dylib.
// XFAIL using-built-library-before-llvm-19
// XFAIL: using-built-library-before-llvm-19

// <locale>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// The fix for LWG2381 (https://github.com/llvm/llvm-project/pull/77948) changed behavior of
// FP parsing. This requires 3e15c97fa3812993bdc319827a5c6d867b765ae8 in the dylib.
// XFAIL using-built-library-before-llvm-19
// XFAIL: using-built-library-before-llvm-19

// <locale>

Expand Down
Loading