-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[test] Skip some tests on Windows only #95205
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FIXME: See if we can fix this in lit by using Unicode strings. | ||
REQUIRES: shell | ||
Windows echo does not have good Unicode support. | ||
UNSUPPORTED: system-windows | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does something like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FTR, the test works fine for me on Windows, unless I force it to use the gnuwin32 Maybe use |
||
RUN: echo "ようこそ" | FileCheck %s | ||
CHECK: {{^}}ようこそ{{$}} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
; REQUIRES: shell | ||
; This test uses symlinks. | ||
; UNSUPPORTED: system-windows | ||
|
||
; RUN: rm -rf %t && mkdir %t | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.