Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,252
Issues
4,252
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
397
Merge Requests
397
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
bb5447cb
Commit
bb5447cb
authored
May 08, 2012
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Win64 test fixes
parent
79e56d3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
testsuite/tests/driver/all.T
testsuite/tests/driver/all.T
+1
-1
testsuite/tests/lib/win32/all.T
testsuite/tests/lib/win32/all.T
+2
-3
No files found.
testsuite/tests/driver/all.T
View file @
bb5447cb
...
...
@@ -295,7 +295,7 @@ test('2499', normal, compile_fail, [''])
test
('
mode001
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory mode001
'])
if
config
.
platform
==
'
i386-unknown-
mingw32
':
if
config
.
os
==
'
mingw32
':
only_windows
=
normal
else
:
only_windows
=
skip
...
...
testsuite/tests/lib/win32/all.T
View file @
bb5447cb
def
win_only
(
opts
):
if
config
.
platform
!=
"
i386-unknown-mingw32
"
and
\
config
.
platform
!=
"
i386-unknown-cygwin32
":
opts
.
skip
=
1
if
config
.
os
!=
"
mingw32
"
and
config
.
os
!=
"
cygwin32
":
opts
.
skip
=
1
# This isn't a very good test to run automatically at the moment, since
# it doesn't terminate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment