Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
e266b3b6
Commit
e266b3b6
authored
May 26, 2011
by
Simon Peyton Jones
Browse files
Mark T3064, IndTypesPerf, and T4801 as expected-broken
pending attention to Trac #5224
parent
19f18162
Changes
2
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
View file @
e266b3b6
...
...
@@ -144,8 +144,10 @@ test('CoTest3', normal, compile, [''])
test
('
Roman1
',
normal
,
compile
,
[''])
test
('
T4160
',
normal
,
compile
,
[''])
test
('
IndTypesPerf
',
extra_clean
(['
IndTypesPerf.o
',
'
IndTypesPerf.hi
',
'
IndTypesPerfMerge.o
',
'
IndTypesPerfMerge.hi
']),
[
expect_broken
(
5224
)
,
extra_clean
(['
IndTypesPerf.o
',
'
IndTypesPerf.hi
',
'
IndTypesPerfMerge.o
',
'
IndTypesPerfMerge.hi
'])
]
,
run_command
,
['
$MAKE -s --no-print-directory IndTypesPerf
'])
...
...
testsuite/tests/ghc-regress/perf/compiler/all.T
View file @
e266b3b6
...
...
@@ -73,7 +73,8 @@ test('T3294',
[''])
test
('
T4801
',
[
# expected value: 11 (x86/OSX):
[
expect_broken
(
5224
),
# expected value: 11 (x86/OSX):
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
35
,
45
)),
# expected value: 66 (amd64/Linux):
...
...
@@ -102,7 +103,8 @@ test('T4801',
[''])
test
('
T3064
',
[
# expected value: 9 (x86/Linux 30-03-2011):
[
expect_broken
(
5224
),
# expected value: 9 (x86/Linux 30-03-2011):
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
8
,
11
)),
# expected value: 18 (amd64/Linux):
...
...
Write
Preview
Supports
Markdown
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