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,323
Issues
4,323
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
385
Merge Requests
385
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
8d45ccdd
Commit
8d45ccdd
authored
Dec 18, 2015
by
thomie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite Windows: fix sigof01m, sigof012m and sigof02dm
parent
98ccb72a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
32 deletions
+3
-32
testsuite/tests/driver/sigof01/all.T
testsuite/tests/driver/sigof01/all.T
+1
-1
testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32
testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32
+0
-8
testsuite/tests/driver/sigof02/all.T
testsuite/tests/driver/sigof02/all.T
+2
-2
testsuite/tests/driver/sigof02/sigof02dm.stdout-mingw32
testsuite/tests/driver/sigof02/sigof02dm.stdout-mingw32
+0
-10
testsuite/tests/driver/sigof02/sigof02m.stdout-mingw32
testsuite/tests/driver/sigof02/sigof02m.stdout-mingw32
+0
-11
No files found.
testsuite/tests/driver/sigof01/all.T
View file @
8d45ccdd
...
...
@@ -4,6 +4,6 @@ test('sigof01',
['
$MAKE -s --no-print-directory sigof01
'])
test
('
sigof01m
',
[
clean_cmd
('
rm -rf tmp_sigof01m
')
],
[
clean_cmd
('
rm -rf tmp_sigof01m
')
,
normalise_slashes
],
run_command
,
['
$MAKE -s --no-print-directory sigof01m
'])
testsuite/tests/driver/sigof01/sigof01m.stdout-mingw32
deleted
100644 → 0
View file @
98ccb72a
[1 of 4] Compiling A ( A.hs, tmp_sigof01m\A.o )
[2 of 4] Compiling B[boot] ( B.hs-boot, tmp_sigof01m\B.o-boot )
[3 of 4] Compiling B[merge] ( B.hi, tmp_sigof01m\B.o )
[4 of 4] Compiling Main ( Main.hs, tmp_sigof01m\Main.o )
Linking tmp_sigof01m/Main.exe ...
False
T
True
testsuite/tests/driver/sigof02/all.T
View file @
8d45ccdd
...
...
@@ -9,7 +9,7 @@ test('sigof02t',
['
$MAKE -s --no-print-directory sigof02t
'])
test
('
sigof02m
',
[
clean_cmd
('
rm -rf tmp_sigof02m
')
],
[
clean_cmd
('
rm -rf tmp_sigof02m
')
,
normalise_slashes
],
run_command
,
['
$MAKE -s --no-print-directory sigof02m
'])
...
...
@@ -30,7 +30,7 @@ test('sigof02dt',
test
('
sigof02dm
',
[
clean_cmd
('
rm -rf tmp_sigof02dm
')
],
[
clean_cmd
('
rm -rf tmp_sigof02dm
')
,
normalise_slashes
],
run_command
,
['
$MAKE -s --no-print-directory sigof02dm
'])
...
...
testsuite/tests/driver/sigof02/sigof02dm.stdout-mingw32
deleted
100644 → 0
View file @
98ccb72a
[1 of 5] Compiling MapAsSet[boot] ( MapAsSet.hs-boot, tmp_sigof02dm\MapAsSet.o-boot )
[2 of 5] Compiling MapAsSet[merge] ( MapAsSet.hi, tmp_sigof02dm\MapAsSet.o )
[3 of 5] Compiling Map[boot] ( Map.hs-boot, tmp_sigof02dm\Map.o-boot )
[4 of 5] Compiling Map[merge] ( Map.hi, tmp_sigof02dm\Map.o )
[5 of 5] Compiling Main ( Double.hs, tmp_sigof02dm\Main.o )
Linking tmp_sigof02dm/Double.exe ...
False
fromList [0,6]
[(0,"foo"),(6,"foo")]
fromList [(0,"foo"),(6,"foo")]
testsuite/tests/driver/sigof02/sigof02m.stdout-mingw32
deleted
100644 → 0
View file @
98ccb72a
[1 of 3] Compiling Map[boot] ( Map.hs-boot, tmp_sigof02m\Map.o-boot )
[2 of 3] Compiling Map[merge] ( Map.hi, tmp_sigof02m\Map.o )
[3 of 3] Compiling Main ( Main.hs, tmp_sigof02m\Main.o )
Linking tmp_sigof02m/StrictMain.exe ...
[1 of 3] Compiling Map[boot] ( Map.hs-boot, tmp_sigof02m\Map.o-boot ) [sig-of changed]
[2 of 3] Compiling Map[merge] ( Map.hi, tmp_sigof02m\Map.o ) [sig-of changed]
[3 of 3] Compiling Main ( Main.hs, tmp_sigof02m\Main.o ) [Map changed]
Linking tmp_sigof02m/LazyMain.exe ...
False
[(0,"foo"),(6,"foo")]
fromList [(0,"foo"),(6,"foo")]
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