Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
stm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
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
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
Packages
stm
Compare Revisions
ee756000fc654a105ff3f8a319b904f2df33c65b...fe8899331e6ca7bdf80d57cf77dd597023ae4718
Source
fe8899331e6ca7bdf80d57cf77dd597023ae4718
Select Git revision
...
Target
ee756000fc654a105ff3f8a319b904f2df33c65b
Select Git revision
Compare
Commits (1)
Testsuite: only ignore stdout of T2411
· fe889933
thomie
authored
Jun 25, 2016
fe889933
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/all.T
tests/all.T
+1
-1
No files found.
tests/all.T
View file @
fe889933
...
...
@@ -23,7 +23,7 @@ test('stm060', normal, compile_and_run, ['-package stm'])
test
('
stm061
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
stm062
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
stm063
',
when
(
fast
(),
skip
),
compile_and_run
,
['
-package stm
'])
test
('
T2411
',
ignore_
outp
ut
,
compile_and_run
,
['
-package stm
'])
test
('
T2411
',
ignore_
stdo
ut
,
compile_and_run
,
['
-package stm
'])
test
('
T3049
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
T4057
',
normal
,
compile_and_run
,
['
-package stm
'])
test
('
stm064
',
normal
,
compile_and_run
,
['
-package stm
'])
...
...