blob: cb9b5e0f9bb537897f03a9c2f0611317e4a1f5c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Current known failures
~~~~~~~~~~~~~~~~~~~~~~
deSugar/should_compile/ds052
-- inaccuracy in non-exhaustive pattern warnings
lib/IO/hReady001
-- IO.hReady doesn't detect the end of a file
lib/IO/openFile005, openFile007, readFile001 [Windows]
-- file locking is broken on Windows
lib/IOExts/hTell001, hTell002 [Windows]
-- seeking on text handles not implemented on Windows
lib/net/net001 [Windows]
-- getProtocolByName seems not to be working on Windows
lib/system/system001 [Windows]
-- probably a failure due to System.system using Cmd.exe?
parser/should_fail/read002
-- we don't disallow certain characters in strings (eg. newline)
parser/should_fail/read024
-- parser bug related to layout processing
rename/should_fail/rnfail034
-- duplicated "in" in an error message
typecheck/should_fail/tcfail080
-- ambiguity test: ambiguity isn't detected early enough
-- (behaviour is sound but could be more helpful, according
-- to SPJ)
typecheck/should_run/tcrun007
-- tests for generics, which are currently broken in 5.02
programs/okeefe_neural
-- causes the compiler to run out of heap in the simplifier
-- (problem with large constant data structures?)
-- These tests fail the 'optasm' way, due to inconsistent floating
-- point results on x86. The inconsistency is caused
numeric/should_run/arith008
numeric/should_run/arith012
programs/barton_mangler_bug
programs/cholewo-eval
programs/galois_raytrace
|