| 1 | 1 patch for repository http://darcs.haskell.org/testsuite: |
|---|
| 2 | |
|---|
| 3 | Wed Oct 13 16:38:56 EST 2010 Reiner Pope <reiner.pope@gmail.com> |
|---|
| 4 | * Test Trac #1634 |
|---|
| 5 | |
|---|
| 6 | New patches: |
|---|
| 7 | |
|---|
| 8 | [Test Trac #1634 |
|---|
| 9 | Reiner Pope <reiner.pope@gmail.com>**20101013053856 |
|---|
| 10 | Ignore-this: 17d248c6f029589df5adbd1b7b826d0f |
|---|
| 11 | ] { |
|---|
| 12 | addfile ./tests/ghc-regress/typecheck/should_compile/T1634.hs |
|---|
| 13 | hunk ./tests/ghc-regress/typecheck/should_compile/T1634.hs 1 |
|---|
| 14 | +{-# LANGUAGE RankNTypes #-} |
|---|
| 15 | + |
|---|
| 16 | +module T1634 where |
|---|
| 17 | + |
|---|
| 18 | +t1 :: a -> (forall b. b -> (a,b)) |
|---|
| 19 | +t1 = (,) |
|---|
| 20 | hunk ./tests/ghc-regress/typecheck/should_compile/all.T 328 |
|---|
| 21 | test('T700', normal, compile, ['']) |
|---|
| 22 | test('T4361', normal, compile, ['']) |
|---|
| 23 | test('T4355', reqlib('mtl'), compile, ['']) |
|---|
| 24 | +test('T1634', normal, compile, ['']) |
|---|
| 25 | |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | Context: |
|---|
| 29 | |
|---|
| 30 | [Fix cc004 |
|---|
| 31 | Ian Lynagh <igloo@earth.li>**20101012171636] |
|---|
| 32 | [Tweak tests |
|---|
| 33 | Ian Lynagh <igloo@earth.li>**20101008133339 |
|---|
| 34 | Ignore-this: 25557d42194aeb4bb01f2e10f5cfab19 |
|---|
| 35 | ] |
|---|
| 36 | [Remove more -fglasgow-exts uses from tests |
|---|
| 37 | Ian Lynagh <igloo@earth.li>**20101008124121 |
|---|
| 38 | Ignore-this: f1085e92c6b93b6bf3ef231be0842ce7 |
|---|
| 39 | ] |
|---|
| 40 | [Add a MAkefile |
|---|
| 41 | Ian Lynagh <igloo@earth.li>**20101008122517 |
|---|
| 42 | Ignore-this: 31f535190fc250c0c77fc0355bc03e20 |
|---|
| 43 | ] |
|---|
| 44 | [Remove more -fglasgow-exts uses from tests |
|---|
| 45 | Ian Lynagh <igloo@earth.li>**20101008010222 |
|---|
| 46 | Ignore-this: 1f3bd4846b2d58e7e5cb0bda34bd10ef |
|---|
| 47 | ] |
|---|
| 48 | [Update tests now -fglasgow-exts is deprecated |
|---|
| 49 | Ian Lynagh <igloo@earth.li>**20101006234836 |
|---|
| 50 | Ignore-this: 6958cc4c382b3fc2099b69a0b745f8bb |
|---|
| 51 | ] |
|---|
| 52 | [Test Trac #4358 |
|---|
| 53 | simonpj@microsoft.com**20101008152517 |
|---|
| 54 | Ignore-this: 412cb11fa77a583b479fc22c1d1b2d35 |
|---|
| 55 | ] |
|---|
| 56 | [Add mtl dependency for T4355 |
|---|
| 57 | simonpj@microsoft.com**20101008152043 |
|---|
| 58 | Ignore-this: a6577dd36666f7f6fa4406937095df86 |
|---|
| 59 | ] |
|---|
| 60 | [Test Trac #4355 |
|---|
| 61 | simonpj@microsoft.com**20101008151829 |
|---|
| 62 | Ignore-this: 38d6100147aa21fe39b32ab5caea4f8a |
|---|
| 63 | ] |
|---|
| 64 | [Accept output |
|---|
| 65 | simonpj@microsoft.com**20101008151009 |
|---|
| 66 | Ignore-this: d61a889a07a957bbcbf5167b70e3e5b1 |
|---|
| 67 | ] |
|---|
| 68 | [Add tests for Trac #4345 and #4361 |
|---|
| 69 | simonpj@microsoft.com**20101008133946 |
|---|
| 70 | Ignore-this: 5a1fc9e69a5a6255f73cf7e7058ea74e |
|---|
| 71 | ] |
|---|
| 72 | [Accept output |
|---|
| 73 | simonpj@microsoft.com**20101008115058 |
|---|
| 74 | Ignore-this: b058c980e44b23d7f14e7ab2bf6a4f1d |
|---|
| 75 | ] |
|---|
| 76 | [Accept error message changes |
|---|
| 77 | simonpj@microsoft.com**20101008081901 |
|---|
| 78 | Ignore-this: 308c45e60aee0e705b2939983eaa9dea |
|---|
| 79 | ] |
|---|
| 80 | [Accept changes |
|---|
| 81 | simonpj@microsoft.com**20101007084223 |
|---|
| 82 | Ignore-this: 3d93b6a7f4cf9a7e34d6115c227e80f4 |
|---|
| 83 | ] |
|---|
| 84 | [Test Trac #4371 |
|---|
| 85 | simonpj@microsoft.com**20101006115237 |
|---|
| 86 | Ignore-this: 4918e5488bbbb4d6919b77311e72d259 |
|---|
| 87 | ] |
|---|
| 88 | [update output (-fwarn-tabs) |
|---|
| 89 | Simon Marlow <marlowsd@gmail.com>**20101005155236 |
|---|
| 90 | Ignore-this: 37de9a666223ef6fd4a9f9bdb3839f4 |
|---|
| 91 | ] |
|---|
| 92 | [T4321: use -msse2 to get reproducible floating-point results on x86 |
|---|
| 93 | Simon Marlow <marlowsd@gmail.com>**20101005114848 |
|---|
| 94 | Ignore-this: 311261cca5daf538eff9bec873d50de5 |
|---|
| 95 | ] |
|---|
| 96 | [accept output (:show packages) |
|---|
| 97 | Simon Marlow <marlowsd@gmail.com>**20101005105522 |
|---|
| 98 | Ignore-this: 956a2281b4bb667a78d3c7797a5c044 |
|---|
| 99 | ] |
|---|
| 100 | [run stdcall tests on non-Windows platforms too (#3336) |
|---|
| 101 | Simon Marlow <marlowsd@gmail.com>**20100924152516 |
|---|
| 102 | Ignore-this: 140946b32472be26614619466a25e368 |
|---|
| 103 | ] |
|---|
| 104 | [Pass OUTPUT_SUMMARY on to the testsuite driver |
|---|
| 105 | Ian Lynagh <igloo@earth.li>**20100930225033] |
|---|
| 106 | [comment including ticket no. for #4274 test |
|---|
| 107 | Simon Marlow <marlowsd@gmail.com>**20100926151351 |
|---|
| 108 | Ignore-this: 381c7e793247be9852aafe7f5a8168f6 |
|---|
| 109 | ] |
|---|
| 110 | [add test for #4274 |
|---|
| 111 | Simon Marlow <marlowsd@gmail.com>**20100926151324 |
|---|
| 112 | Ignore-this: df83b884a0ea35639c96fa057e183ab9 |
|---|
| 113 | ] |
|---|
| 114 | [Fix reading the --info outputs on Windows |
|---|
| 115 | Ian Lynagh <igloo@earth.li>**20100925120927 |
|---|
| 116 | Ignore-this: c712c9ecc2daedd0be5f62b321f59b5a |
|---|
| 117 | ] |
|---|
| 118 | [Add a test for #4321 |
|---|
| 119 | Ian Lynagh <igloo@earth.li>**20100924144747] |
|---|
| 120 | [simplrun006, which is a CSE test is broken again |
|---|
| 121 | simonpj@microsoft.com**20100924155938 |
|---|
| 122 | Ignore-this: 43847b24162395d63ebda7b17f7659bc |
|---|
| 123 | |
|---|
| 124 | It's a very delicate case and we aren't supposed to |
|---|
| 125 | catch it yet. |
|---|
| 126 | ] |
|---|
| 127 | [Accept (better) output |
|---|
| 128 | simonpj@microsoft.com**20100924155907 |
|---|
| 129 | Ignore-this: 35d93f6f71137faf88bd7c5538761a1 |
|---|
| 130 | ] |
|---|
| 131 | [Update output: OPTIONS -> OPTIONS_GHC |
|---|
| 132 | Ian Lynagh <igloo@earth.li>**20100924120322 |
|---|
| 133 | Ignore-this: e81e10666ba263c2957db1a05f16b6d9 |
|---|
| 134 | ] |
|---|
| 135 | [Impredicative types no longer deprecated |
|---|
| 136 | simonpj@microsoft.com**20100923145145 |
|---|
| 137 | Ignore-this: 2573f282601fd418737f668a5b149a88 |
|---|
| 138 | ] |
|---|
| 139 | [Test Trac #2193 |
|---|
| 140 | simonpj@microsoft.com**20100923123441 |
|---|
| 141 | Ignore-this: b185f989fbdd2593b2f79082cd63c4be |
|---|
| 142 | ] |
|---|
| 143 | [Fix a couple of framework errors |
|---|
| 144 | Ian Lynagh <igloo@earth.li>**20100922231752 |
|---|
| 145 | Ignore-this: e54951429c9d9baee150d55ded9195f4 |
|---|
| 146 | ] |
|---|
| 147 | [Add a test for #4255: can't use TH with a profiled compiler |
|---|
| 148 | Ian Lynagh <igloo@earth.li>**20100922151720] |
|---|
| 149 | [Skip some more tests when the compiler is profiled |
|---|
| 150 | Ian Lynagh <igloo@earth.li>**20100922150943 |
|---|
| 151 | Ignore-this: d8b16c9544328f03740906f3f466aa60 |
|---|
| 152 | ] |
|---|
| 153 | [Remove a GHC < 6.11 test |
|---|
| 154 | Ian Lynagh <igloo@earth.li>**20100922150024] |
|---|
| 155 | [Remove a GHC < 6.11 test |
|---|
| 156 | Ian Lynagh <igloo@earth.li>**20100922145937] |
|---|
| 157 | [Remove a GHC < 6.11 test |
|---|
| 158 | Ian Lynagh <igloo@earth.li>**20100922145842] |
|---|
| 159 | [Add an if_compiler_profiled helper |
|---|
| 160 | Ian Lynagh <igloo@earth.li>**20100921234751 |
|---|
| 161 | and use it to skip the th, ghci and debugger tests when GHC is profiled. |
|---|
| 162 | ] |
|---|
| 163 | [Remove a GHC < 6.11 test |
|---|
| 164 | Ian Lynagh <igloo@earth.li>**20100921233942] |
|---|
| 165 | [Remove some handling for GHC < 6.9 |
|---|
| 166 | Ian Lynagh <igloo@earth.li>**20100921230921] |
|---|
| 167 | [fix hClose002 test output on i386-solaris2 platform |
|---|
| 168 | Karel Gardas <kgardas@objectsecurity.com>**20100906125227 |
|---|
| 169 | Ignore-this: bf719186dfc64821f73ffa55b1f949a4 |
|---|
| 170 | ] |
|---|
| 171 | [Add four tests |
|---|
| 172 | simonpj@microsoft.com**20100922155714 |
|---|
| 173 | Ignore-this: a6156e6ad154ad0e82cfc2dca658e19b |
|---|
| 174 | ] |
|---|
| 175 | [Accept test output |
|---|
| 176 | simonpj@microsoft.com**20100922154821 |
|---|
| 177 | Ignore-this: 6fb3bc924c968b923a4a112ac8c8e9f3 |
|---|
| 178 | ] |
|---|
| 179 | [Test Trac #4178 |
|---|
| 180 | simonpj@microsoft.com**20100917152612 |
|---|
| 181 | Ignore-this: b079a4e9b770a88cd9aa7cd5deb11b27 |
|---|
| 182 | ] |
|---|
| 183 | [when calling ghc-pkg for reqlib(), add --no-user-package-conf |
|---|
| 184 | Simon Marlow <marlowsd@gmail.com>**20100920090146 |
|---|
| 185 | Ignore-this: 90a3198c9a4251254bfe1931af7c291f |
|---|
| 186 | ] |
|---|
| 187 | [Tests for Trac #700, 2239 |
|---|
| 188 | simonpj@microsoft.com**20100919192942 |
|---|
| 189 | Ignore-this: 728032f93d0f16d5533d0693d0cbf8 |
|---|
| 190 | ] |
|---|
| 191 | [Add tests for Trac #3851, 4200, 3692, 3500 |
|---|
| 192 | simonpj@microsoft.com**20100919192405 |
|---|
| 193 | Ignore-this: 816c06a26ac7b7083e6c488f44801e38 |
|---|
| 194 | ] |
|---|
| 195 | [Test Trac #1123 |
|---|
| 196 | simonpj@microsoft.com**20100919154829 |
|---|
| 197 | Ignore-this: 1c1f37c5d17f69097c297ebb92decc51 |
|---|
| 198 | ] |
|---|
| 199 | [Add test for Trac #3696 |
|---|
| 200 | simonpj@microsoft.com**20100919153712 |
|---|
| 201 | Ignore-this: 41dad7dff4fb2fdca9be79a3d4bd63e3 |
|---|
| 202 | ] |
|---|
| 203 | [Changed error message wording |
|---|
| 204 | simonpj@microsoft.com**20100919153658 |
|---|
| 205 | Ignore-this: 52617ab4b5bc5a9724f85bfb6fcbd6d3 |
|---|
| 206 | ] |
|---|
| 207 | [Change in error message wording |
|---|
| 208 | simonpj@microsoft.com**20100919153629 |
|---|
| 209 | Ignore-this: 91af9f10902e278b3b20de648a010132 |
|---|
| 210 | ] |
|---|
| 211 | [Add tests for Trac 4179, 4254 |
|---|
| 212 | simonpj@microsoft.com**20100919153605 |
|---|
| 213 | Ignore-this: 1b9afcb310e729df9544da55977ea3cd |
|---|
| 214 | ] |
|---|
| 215 | [Accept improved error message |
|---|
| 216 | simonpj@microsoft.com**20100919153548 |
|---|
| 217 | Ignore-this: eece43743fa5d67afebbb2485e4b26cb |
|---|
| 218 | ] |
|---|
| 219 | [Test Trac #3826 |
|---|
| 220 | simonpj@microsoft.com**20100919153511 |
|---|
| 221 | Ignore-this: 1074876f42a190057278167ad960350f |
|---|
| 222 | ] |
|---|
| 223 | [Trac #4235 works now |
|---|
| 224 | simonpj@microsoft.com**20100919153441 |
|---|
| 225 | Ignore-this: 4e2e0d5c1a86c16e1826f46f7ae96d8 |
|---|
| 226 | ] |
|---|
| 227 | [Add a test for #4325 |
|---|
| 228 | Ian Lynagh <igloo@earth.li>**20100919124018] |
|---|
| 229 | [Add a test for #3972 |
|---|
| 230 | Ian Lynagh <igloo@earth.li>**20100918131451] |
|---|
| 231 | [Remove spurious "rm -f"s |
|---|
| 232 | Ian Lynagh <igloo@earth.li>**20100918125650] |
|---|
| 233 | [Add two implicit-parameter tests |
|---|
| 234 | simonpj@microsoft.com**20100917151718 |
|---|
| 235 | Ignore-this: 59bd0387697d53a9076bcf6a74fa7c40 |
|---|
| 236 | ] |
|---|
| 237 | [Accept error message changes |
|---|
| 238 | simonpj@microsoft.com**20100917151638 |
|---|
| 239 | Ignore-this: 8d65a3a17894db179a1e0eef4c99792c |
|---|
| 240 | ] |
|---|
| 241 | [Make these typechecker tests run in the optimised way too |
|---|
| 242 | simonpj@microsoft.com**20100917081938 |
|---|
| 243 | Ignore-this: eb699be1f1388ce1129cfaa5327deb2 |
|---|
| 244 | |
|---|
| 245 | The coercion optimiser is stressed by optimisation. |
|---|
| 246 | I don't think this will slow down the test runs much |
|---|
| 247 | ] |
|---|
| 248 | [Add test for Trac #4160 |
|---|
| 249 | simonpj@microsoft.com**20100917081856 |
|---|
| 250 | Ignore-this: a94aeac401a82ae4b2719535bcc1027f |
|---|
| 251 | ] |
|---|
| 252 | [Add tests for T3330 |
|---|
| 253 | simonpj@microsoft.com**20100917081730 |
|---|
| 254 | Ignore-this: c3b812f7008dbcd0188307eea18932f6 |
|---|
| 255 | ] |
|---|
| 256 | [T3787 should pass |
|---|
| 257 | simonpj@microsoft.com**20100916080622 |
|---|
| 258 | Ignore-this: e811d1f7e9836eece4597daefaf4c496 |
|---|
| 259 | ] |
|---|
| 260 | [Test Trac #2683 |
|---|
| 261 | simonpj@microsoft.com**20100915230050 |
|---|
| 262 | Ignore-this: 7a6c8cbea1f296b001252a514f834429 |
|---|
| 263 | ] |
|---|
| 264 | [Test Trac #3787 |
|---|
| 265 | simonpj@microsoft.com**20100915230034 |
|---|
| 266 | Ignore-this: 824f5ccd5ca1e785bf30987a5f82ba5d |
|---|
| 267 | ] |
|---|
| 268 | [Test Trac #4093 |
|---|
| 269 | simonpj@microsoft.com**20100915230020 |
|---|
| 270 | Ignore-this: b58383f02d09421a63adfbfb321f040c |
|---|
| 271 | ] |
|---|
| 272 | [Test Trac #4201 (eta reduction) |
|---|
| 273 | simonpj@microsoft.com**20100915211700 |
|---|
| 274 | Ignore-this: 5140532abe8a4b89eb66e5db2ccafd7b |
|---|
| 275 | ] |
|---|
| 276 | [Test for Trac #4240 works now |
|---|
| 277 | simonpj@microsoft.com**20100915165620 |
|---|
| 278 | Ignore-this: c29ab512a26b3a20e4c77d8939f8fdc7 |
|---|
| 279 | ] |
|---|
| 280 | [Update for TH instance reification |
|---|
| 281 | simonpj@microsoft.com**20100915160444 |
|---|
| 282 | Ignore-this: c963188d59f3f12f9da9ec5fb293bc77 |
|---|
| 283 | ] |
|---|
| 284 | [Test instance reification (Trac #1835) |
|---|
| 285 | simonpj@microsoft.com**20100915151418 |
|---|
| 286 | Ignore-this: efb30fa52aef9af46de1084accf00ef6 |
|---|
| 287 | ] |
|---|
| 288 | [Accept error message changes |
|---|
| 289 | simonpj@microsoft.com**20100915144640 |
|---|
| 290 | Ignore-this: 98424402919df659f13344bb4b6ea94e |
|---|
| 291 | ] |
|---|
| 292 | [speedup testsuite driver startup on Windows/OSX |
|---|
| 293 | Simon Marlow <marlowsd@gmail.com>**20100915105900 |
|---|
| 294 | Ignore-this: 9daf5f73f417583f33fc3eb0fe5d1b74 |
|---|
| 295 | Instead of calling "ghc-pkg list" and "ghc-pkg field" for each |
|---|
| 296 | package, call "ghc-pkg dump" and grep the output. Saves a few seconds |
|---|
| 297 | on Windows for 'make TEST=foo'. |
|---|
| 298 | ] |
|---|
| 299 | [Add test for Trac #4246 |
|---|
| 300 | simonpj@microsoft.com**20100915123136 |
|---|
| 301 | Ignore-this: 12e93634a4e0dab2609ee8e31402c518 |
|---|
| 302 | ] |
|---|
| 303 | [Add a syb-like test |
|---|
| 304 | simonpj@microsoft.com**20100915071518 |
|---|
| 305 | Ignore-this: 41e4fb410e2aaaa5b320ea510acddaf9 |
|---|
| 306 | ] |
|---|
| 307 | [Add comment |
|---|
| 308 | simonpj@microsoft.com**20100914213850 |
|---|
| 309 | Ignore-this: 3a949543dbb90bbe6c4044fa22d4956d |
|---|
| 310 | ] |
|---|
| 311 | [Error message wibbles |
|---|
| 312 | simonpj@microsoft.com**20100914213813 |
|---|
| 313 | Ignore-this: 1c907aa8d48ab2cb83092f052e3c4a6b |
|---|
| 314 | ] |
|---|
| 315 | [Accept changes (some tests now work) |
|---|
| 316 | simonpj@microsoft.com**20100914115238 |
|---|
| 317 | Ignore-this: 6a07a16fe8c1d40a4bfd7843d5d60190 |
|---|
| 318 | ] |
|---|
| 319 | [Test Trac #4306 |
|---|
| 320 | simonpj@microsoft.com**20100914114936 |
|---|
| 321 | Ignore-this: 671e8471c24946ca5960b6b3a61a32cd |
|---|
| 322 | ] |
|---|
| 323 | [Add test for Trac #4302 |
|---|
| 324 | simonpj@microsoft.com**20100913170452 |
|---|
| 325 | Ignore-this: ebf15fa5a11d357dd606dbd96da3ede6 |
|---|
| 326 | ] |
|---|
| 327 | [Add missing simpl017.stderr |
|---|
| 328 | simonpj@microsoft.com**20100913130354 |
|---|
| 329 | Ignore-this: 2edb5ca59ce23f8b88a948e065c823c0 |
|---|
| 330 | ] |
|---|
| 331 | [Update output |
|---|
| 332 | simonpj@microsoft.com**20100913095739 |
|---|
| 333 | Ignore-this: 279c0cda0386d3d51d50d4ee89a41d53 |
|---|
| 334 | ] |
|---|
| 335 | [Monster patch of testsuite changes with the new typechecker |
|---|
| 336 | simonpj@microsoft.com**20100913094429 |
|---|
| 337 | Ignore-this: 5f0384923c3bd99db406c8322903e4b9 |
|---|
| 338 | |
|---|
| 339 | Very many of these changes are minor error-message wibbles, |
|---|
| 340 | but there are some to do with higher-rank and impredicativity |
|---|
| 341 | that are more substantial. I'm looking at those separately, |
|---|
| 342 | but meanwhile validate works. |
|---|
| 343 | |
|---|
| 344 | ] |
|---|
| 345 | [Accept output |
|---|
| 346 | simonpj@microsoft.com**20100909101315 |
|---|
| 347 | Ignore-this: d645bfc25d64325b54e27b81c7d350fc |
|---|
| 348 | ] |
|---|
| 349 | [simpl017 should fail (impredicative) |
|---|
| 350 | simonpj@microsoft.com**20100909085549 |
|---|
| 351 | Ignore-this: 394b4d23cc8997dc8eff7a4fb7c9c693 |
|---|
| 352 | ] |
|---|
| 353 | [Accept output |
|---|
| 354 | simonpj@microsoft.com**20100909085524 |
|---|
| 355 | Ignore-this: 35e194ec9ebede11d71817ec5b2073a1 |
|---|
| 356 | ] |
|---|
| 357 | [tc216 fails now (fundep divergence) |
|---|
| 358 | simonpj@microsoft.com**20100907144424 |
|---|
| 359 | Ignore-this: b163740c36a5ed83da1c869c2fd40c7 |
|---|
| 360 | ] |
|---|
| 361 | [Impredicative breakage |
|---|
| 362 | simonpj@microsoft.com**20100907144227 |
|---|
| 363 | Ignore-this: 2126d84fb742132bdb6b8fd96f72f1aa |
|---|
| 364 | ] |
|---|
| 365 | [Expected breakages |
|---|
| 366 | simonpj@microsoft.com**20100907144123 |
|---|
| 367 | Ignore-this: ee3796a764cc9084d60d0b9161ec417 |
|---|
| 368 | ] |
|---|
| 369 | [Accept error message change |
|---|
| 370 | simonpj@microsoft.com**20100907144017 |
|---|
| 371 | Ignore-this: 28d223d93da94690ad5f0d3187e28875 |
|---|
| 372 | ] |
|---|
| 373 | [Comments only |
|---|
| 374 | simonpj@microsoft.com**20100907143932 |
|---|
| 375 | Ignore-this: 4da37bf1eaa515a90910d17826d62be8 |
|---|
| 376 | ] |
|---|
| 377 | [Can't do type-function equalities under forall |
|---|
| 378 | simonpj@microsoft.com**20100907143639 |
|---|
| 379 | Ignore-this: 5a7f47d3db48b44404db0eee4277f17c |
|---|
| 380 | ] |
|---|
| 381 | [Two expected breakages |
|---|
| 382 | simonpj@microsoft.com**20100907143613 |
|---|
| 383 | Ignore-this: 27f718b49fe59aac780795e7eb32a8b5 |
|---|
| 384 | ] |
|---|
| 385 | [Cant unify under an implication |
|---|
| 386 | simonpj@microsoft.com**20100907143328 |
|---|
| 387 | Ignore-this: 3886fadd3ba7fc4012fcf91113874e73 |
|---|
| 388 | ] |
|---|
| 389 | [Impredicative breakage |
|---|
| 390 | simonpj@microsoft.com**20100907142533 |
|---|
| 391 | Ignore-this: ec0cdc4335b51c56a2586461ef4962e1 |
|---|
| 392 | ] |
|---|
| 393 | [GADT12 passes now |
|---|
| 394 | simonpj@microsoft.com**20100906115533 |
|---|
| 395 | Ignore-this: 228d4263c7a97877588064994b62554f |
|---|
| 396 | ] |
|---|
| 397 | [More wibbles |
|---|
| 398 | simonpj@microsoft.com**20100903165323 |
|---|
| 399 | Ignore-this: 2776e0b21eec31428ea17ac91a1a48f5 |
|---|
| 400 | ] |
|---|
| 401 | [Comments |
|---|
| 402 | simonpj@microsoft.com**20100902234651 |
|---|
| 403 | Ignore-this: 80f57360926561fc27e19e2c4900a573 |
|---|
| 404 | ] |
|---|
| 405 | [Accept changes |
|---|
| 406 | simonpj@microsoft.com**20100902234557 |
|---|
| 407 | Ignore-this: 68228f8a415784eee038b9bdae6efbc4 |
|---|
| 408 | ] |
|---|
| 409 | [Accept output |
|---|
| 410 | simonpj@microsoft.com**20100902234514 |
|---|
| 411 | Ignore-this: 4a146e46262e911bfdfcbb90e690e0b6 |
|---|
| 412 | ] |
|---|
| 413 | [More update to deriving |
|---|
| 414 | simonpj@microsoft.com**20100825112545 |
|---|
| 415 | Ignore-this: 37dbf73defa69c4b2d8af8058a778ce6 |
|---|
| 416 | ] |
|---|
| 417 | [Update deriving test for type families/gadts |
|---|
| 418 | simonpj@microsoft.com**20100825093140 |
|---|
| 419 | Ignore-this: 74c31984f8b328cea4f8bc6f88faa5b6 |
|---|
| 420 | ] |
|---|
| 421 | [Accept output |
|---|
| 422 | simonpj@microsoft.com**20100824105202 |
|---|
| 423 | Ignore-this: 515f1c367c9f8f4d37616c31c3d1b515 |
|---|
| 424 | ] |
|---|
| 425 | [Add test for Trac #4235 |
|---|
| 426 | simonpj@microsoft.com**20100824105041 |
|---|
| 427 | Ignore-this: a51f35bdb1960086080b60c6fd581965 |
|---|
| 428 | ] |
|---|
| 429 | [test wibbles |
|---|
| 430 | simonpj@microsoft.com**20100819105603 |
|---|
| 431 | Ignore-this: 4785d45ddc508e31a7afff3477fbba1a |
|---|
| 432 | ] |
|---|
| 433 | [Comments only |
|---|
| 434 | simonpj@microsoft.com**20100819091759 |
|---|
| 435 | Ignore-this: 535229ef7997053d3f36c1094052a04c |
|---|
| 436 | ] |
|---|
| 437 | [Add type signature for top-level error |
|---|
| 438 | simonpj@microsoft.com**20100819091658 |
|---|
| 439 | Ignore-this: 4922b231f617783bd9c43d813245aec7 |
|---|
| 440 | ] |
|---|
| 441 | [Add a type signature in the test |
|---|
| 442 | simonpj@microsoft.com**20100819091601 |
|---|
| 443 | Ignore-this: fa54f25ae36835e1bd10f0c3ea96a819 |
|---|
| 444 | ] |
|---|
| 445 | [Make tc159 (generalised newtype deriving) into a runnable test |
|---|
| 446 | simonpj@microsoft.com**20100819091527 |
|---|
| 447 | Ignore-this: 1f99a81e95b84da9a7bb590b7ba270e9 |
|---|
| 448 | ] |
|---|
| 449 | [Update error messages for new typechecker |
|---|
| 450 | simonpj@microsoft.com**20100819091108 |
|---|
| 451 | Ignore-this: 79b457e39dc3fcd2d0a0e38ff11fd12f |
|---|
| 452 | ] |
|---|
| 453 | [Add test from ghc-users mailing list about GADTs |
|---|
| 454 | simonpj@microsoft.com**20100818065253 |
|---|
| 455 | Ignore-this: 678300e7e7546abc97b6b6162576776a |
|---|
| 456 | ] |
|---|
| 457 | [Update output |
|---|
| 458 | Ian Lynagh <igloo@earth.li>**20100911203252] |
|---|
| 459 | [add a test to catch over-allocation in lazy bytestrings |
|---|
| 460 | Simon Marlow <marlowsd@gmail.com>**20100909122210 |
|---|
| 461 | Ignore-this: 4442346380d50efdbc94ef9b507646ac |
|---|
| 462 | ] |
|---|
| 463 | [remove enum04 |
|---|
| 464 | Simon Marlow <marlowsd@gmail.com>**20100903113825 |
|---|
| 465 | Ignore-this: 7e8efc8c0629bc58c5f31e818c6b3cd4 |
|---|
| 466 | ] |
|---|
| 467 | [fix enum04 - it is no longer an expected failure |
|---|
| 468 | Simon Marlow <marlowsd@gmail.com>**20100903113813 |
|---|
| 469 | Ignore-this: 3f51e02d9374a9307d8c39163c43c686 |
|---|
| 470 | ] |
|---|
| 471 | [update test for containers-0.4 |
|---|
| 472 | Simon Marlow <marlowsd@gmail.com>**20100903113754 |
|---|
| 473 | Ignore-this: 91f7df0c09622b2bc46cda3d9980bc5b |
|---|
| 474 | ] |
|---|
| 475 | [Make a "fast" way for the dph tests so we can still run them during validate |
|---|
| 476 | benl@ouroborus.net**20100831032929 |
|---|
| 477 | Ignore-this: 81661552edbf16555fd6d3efdab02c7e |
|---|
| 478 | Setting -fno-rewrite-rules means we still test out the vectoriser, but |
|---|
| 479 | don't spend ages optimising the generated core code. |
|---|
| 480 | ] |
|---|
| 481 | [Fix "/bin/sh: llvmc: command not found" noise when running testsuite |
|---|
| 482 | Ian Lynagh <igloo@earth.li>**20100826230011 |
|---|
| 483 | This also made the "run_command $MAKE" tests fail, as they were also |
|---|
| 484 | sending this to stderr. |
|---|
| 485 | ] |
|---|
| 486 | [Enable the optllvm way if llvmc is found |
|---|
| 487 | Simon Marlow <marlowsd@gmail.com>**20100823101851 |
|---|
| 488 | Ignore-this: 818122d5d448112b69bb523254be4e95 |
|---|
| 489 | ] |
|---|
| 490 | [another attempt to make the test more robust |
|---|
| 491 | Simon Marlow <marlowsd@gmail.com>**20100820081004 |
|---|
| 492 | Ignore-this: 88dd8b36ad97787a75bb1623dc87e5eb |
|---|
| 493 | ] |
|---|
| 494 | [T3807 can't be run on Windows, and fails on OS X (#4264) |
|---|
| 495 | Ian Lynagh <igloo@earth.li>**20100821013620 |
|---|
| 496 | Ignore-this: 94add65c168a0078c8eff5954f375e59 |
|---|
| 497 | ] |
|---|
| 498 | [Add a test for #3807: shared library generation |
|---|
| 499 | Ian Lynagh <igloo@earth.li>**20100820162053] |
|---|
| 500 | [make this test a little more robust |
|---|
| 501 | Simon Marlow <marlowsd@gmail.com>**20100817075410 |
|---|
| 502 | Ignore-this: ade2edda500a890ea9d9fa6f36642ebf |
|---|
| 503 | ] |
|---|
| 504 | [update output |
|---|
| 505 | Simon Marlow <marlowsd@gmail.com>**20100817075014 |
|---|
| 506 | Ignore-this: 5c9a8374883931c7bbe98f67207e07b |
|---|
| 507 | ] |
|---|
| 508 | [Test Trac #3959 |
|---|
| 509 | simonpj@microsoft.com**20100813170839 |
|---|
| 510 | Ignore-this: be8b4b14efcb95657649914e4dcc8ff6 |
|---|
| 511 | ] |
|---|
| 512 | [Test Trac #3983 |
|---|
| 513 | simonpj@microsoft.com**20100813170240 |
|---|
| 514 | Ignore-this: 80863eca3671a9f3da4e052cc9acf80f |
|---|
| 515 | ] |
|---|
| 516 | [Test Trac #4120 |
|---|
| 517 | simonpj@microsoft.com**20100813163530 |
|---|
| 518 | Ignore-this: f335a19e2ed61413b02f09f2918796ed |
|---|
| 519 | ] |
|---|
| 520 | [Accept output |
|---|
| 521 | simonpj@microsoft.com**20100813163235 |
|---|
| 522 | Ignore-this: 242b79bfaf5cd561027cf8b645964ffe |
|---|
| 523 | |
|---|
| 524 | The arity patch improves debugger output slightly |
|---|
| 525 | ] |
|---|
| 526 | [Fix cabal01 so that it works even if your local package database is faulty |
|---|
| 527 | simonpj@microsoft.com**20100813161657 |
|---|
| 528 | Ignore-this: 7d3dd8e9c86c4c839e85d9afc5acf4f2 |
|---|
| 529 | |
|---|
| 530 | The test modifies the user database, and you might get |
|---|
| 531 | "WARNING: there are broken packages" |
|---|
| 532 | for no fault of your own, which messes up validate |
|---|
| 533 | ] |
|---|
| 534 | [Add test for Trac #4099 |
|---|
| 535 | simonpj@microsoft.com**20100531163503 |
|---|
| 536 | Ignore-this: 87f30e5ffa84e0cd1f837069215817ef |
|---|
| 537 | ] |
|---|
| 538 | [Test Trac #469 |
|---|
| 539 | simonpj@microsoft.com**20100812135623 |
|---|
| 540 | Ignore-this: ec1f20e170dfc175eb35b99e4f78e570 |
|---|
| 541 | ] |
|---|
| 542 | [Modify Trac #4233 tests |
|---|
| 543 | simonpj@microsoft.com**20100812132559 |
|---|
| 544 | Ignore-this: 69ddb334513e8b3dce3b699a7632ec10 |
|---|
| 545 | ] |
|---|
| 546 | [Test Trac #4203 |
|---|
| 547 | simonpj@microsoft.com**20100812130555 |
|---|
| 548 | Ignore-this: cfb90dbbe3f29b83c1c4aa360267bd96 |
|---|
| 549 | ] |
|---|
| 550 | [Test Trac #4220 |
|---|
| 551 | simonpj@microsoft.com**20100812130526 |
|---|
| 552 | Ignore-this: 588c86c877749e1112a5973ea1f6b8c4 |
|---|
| 553 | ] |
|---|
| 554 | [missed part of the patch to add #4221 test |
|---|
| 555 | Simon Marlow <marlowsd@gmail.com>**20100812112530 |
|---|
| 556 | Ignore-this: dd0a4a0c30480a7296f32cb1f59d7028 |
|---|
| 557 | ] |
|---|
| 558 | [expect conc016(threaded2) to fail |
|---|
| 559 | Simon Marlow <marlowsd@gmail.com>**20100812112425 |
|---|
| 560 | Ignore-this: 93335923341df450611a14d54429db88 |
|---|
| 561 | ] |
|---|
| 562 | [fix expected values (Windows) |
|---|
| 563 | Simon Marlow <marlowsd@gmail.com>**20100812102122 |
|---|
| 564 | Ignore-this: a53359c76e9bbb75a6c8b86afd198ff9 |
|---|
| 565 | ] |
|---|
| 566 | [update output (Windows) |
|---|
| 567 | Simon Marlow <marlowsd@gmail.com>**20100812102114 |
|---|
| 568 | Ignore-this: 2406d797fcf984b0ff1d737e8a9cd185 |
|---|
| 569 | ] |
|---|
| 570 | [T3822(ghci) is broken due to #1333 |
|---|
| 571 | Simon Marlow <marlowsd@gmail.com>**20100811084615 |
|---|
| 572 | Ignore-this: 30367653d4928cdf28937a29dec83ae9 |
|---|
| 573 | ] |
|---|
| 574 | [add missing output files |
|---|
| 575 | Simon Marlow <marlowsd@gmail.com>**20100811083451 |
|---|
| 576 | Ignore-this: 4670483901ec2d1eeab541688fa8195b |
|---|
| 577 | ] |
|---|
| 578 | [remove a non-deterministic part of the output |
|---|
| 579 | Simon Marlow <marlowsd@gmail.com>**20100811082616 |
|---|
| 580 | Ignore-this: 58bde2f613b09e832f30b06df6331826 |
|---|
| 581 | ] |
|---|
| 582 | [Add more parse error tests for #3811 |
|---|
| 583 | Ian Lynagh <igloo@earth.li>**20100810162229 |
|---|
| 584 | Ignore-this: c6ac6d6cbd98f1eba9b73fba0a3e6c1e |
|---|
| 585 | ] |
|---|
| 586 | [Update output following parser error improvements |
|---|
| 587 | Ian Lynagh <igloo@earth.li>**20100809233647 |
|---|
| 588 | Ignore-this: b63df572fadfd789b77cd97b990456d2 |
|---|
| 589 | ] |
|---|
| 590 | [add test for #4221 |
|---|
| 591 | Simon Marlow <marlowsd@gmail.com>**20100810151900 |
|---|
| 592 | Ignore-this: a9248f6e9af0810a787e78cd870831c4 |
|---|
| 593 | ] |
|---|
| 594 | [update test output (compilation messages now go to stdout) |
|---|
| 595 | Simon Marlow <marlowsd@gmail.com>**20100810081830 |
|---|
| 596 | Ignore-this: 2729012c5198caa9cf5b6885c4969de2 |
|---|
| 597 | ] |
|---|
| 598 | [Update output for error message changes |
|---|
| 599 | Ian Lynagh <igloo@earth.li>**20100808202258 |
|---|
| 600 | Ignore-this: 3d1cebe66a1bee713ca3b41f718f1ab8 |
|---|
| 601 | ] |
|---|
| 602 | [Add DoAndIfThenElse tests |
|---|
| 603 | Ian Lynagh <igloo@earth.li>**20100808194748 |
|---|
| 604 | Ignore-this: c845d12d3105d613441e1a23b9a85a16 |
|---|
| 605 | ] |
|---|
| 606 | [Add a couple of tests for #3811 |
|---|
| 607 | Ian Lynagh <igloo@earth.li>**20100808193403 |
|---|
| 608 | Ignore-this: 4f0d68abe31bab969f4ce07b468684f7 |
|---|
| 609 | ] |
|---|
| 610 | [Remove some errmsg normalisation (removing paths from filenames) |
|---|
| 611 | Ian Lynagh <igloo@earth.li>**20100808185751 |
|---|
| 612 | This wasn't needed, but was breaking "data/newtype" in an error message |
|---|
| 613 | ] |
|---|
| 614 | [Update output now ghci module-loading output goes to stdout |
|---|
| 615 | Ian Lynagh <igloo@earth.li>**20100808142248 |
|---|
| 616 | Ignore-this: 9fdfc82b64b37c1cd8a82224d5c2de39 |
|---|
| 617 | ] |
|---|
| 618 | [Update rtsOpts test |
|---|
| 619 | Ian Lynagh <igloo@earth.li>**20100805014605 |
|---|
| 620 | Ignore-this: de5ba32769817d57478a257adeca1fa3 |
|---|
| 621 | ] |
|---|
| 622 | [Add a test for #4240 |
|---|
| 623 | Ian Lynagh <igloo@earth.li>**20100804204328] |
|---|
| 624 | [Add a test for #4239 |
|---|
| 625 | Ian Lynagh <igloo@earth.li>**20100804203308] |
|---|
| 626 | [Add a test for trac #4233 |
|---|
| 627 | Ian Lynagh <igloo@earth.li>**20100804164916] |
|---|
| 628 | [Tests for trac#1344 |
|---|
| 629 | a**20100721195132 |
|---|
| 630 | Ignore-this: 8073bb5e7715a87df99282a7a457156e |
|---|
| 631 | ] |
|---|
| 632 | [Fix more tests now H2010 is default |
|---|
| 633 | Ian Lynagh <igloo@earth.li>**20100725135716 |
|---|
| 634 | Ignore-this: 70664929663317d3174a22b3069d39ff |
|---|
| 635 | ] |
|---|
| 636 | [Skip the via-C ways for read065 |
|---|
| 637 | Ian Lynagh <igloo@earth.li>**20100725135611 |
|---|
| 638 | Ignore-this: 1eb3606b7451efca5e7b65a579fca4ad |
|---|
| 639 | We get spurious failures due to deprecation messages |
|---|
| 640 | ] |
|---|
| 641 | [Fix the apirecomp001 test; it needs to flatten the flags now |
|---|
| 642 | Ian Lynagh <igloo@earth.li>**20100725133949 |
|---|
| 643 | Ignore-this: 4cc65a4bf8bb3f427352d46750703141 |
|---|
| 644 | ] |
|---|
| 645 | [Fix a couple more tests now H2010 is the default |
|---|
| 646 | Ian Lynagh <igloo@earth.li>**20100725124507 |
|---|
| 647 | Ignore-this: 7d6b75fe8673286c1ebedb322f39a37d |
|---|
| 648 | ] |
|---|
| 649 | [Fix ds tests that use NPlusKPatterns |
|---|
| 650 | Ian Lynagh <igloo@earth.li>**20100725121914 |
|---|
| 651 | Ignore-this: 497326b6b08fdf3c33fc96403624a9e3 |
|---|
| 652 | ] |
|---|
| 653 | [ds020 uses NPlusKPatterns |
|---|
| 654 | Ian Lynagh <igloo@earth.li>**20100725114205 |
|---|
| 655 | Ignore-this: ff7f01704bff8f0285664e4d44d022f |
|---|
| 656 | ] |
|---|
| 657 | [Remove n+k pattern from cgrun058 |
|---|
| 658 | Ian Lynagh <igloo@earth.li>**20100725112632 |
|---|
| 659 | Ignore-this: daea25cd765d80228e5e2f30c3b410f2 |
|---|
| 660 | ] |
|---|
| 661 | [readFail035 assumes Haskell98 |
|---|
| 662 | Ian Lynagh <igloo@earth.li>**20100725111901 |
|---|
| 663 | Ignore-this: ffd53d6662dc72eb6519f88d158b114d |
|---|
| 664 | ] |
|---|
| 665 | [Remove n+k pattern from readFail001 |
|---|
| 666 | Ian Lynagh <igloo@earth.li>**20100725111830 |
|---|
| 667 | Ignore-this: fc22ebac97c437c812cc23a5e4fe03df |
|---|
| 668 | ] |
|---|
| 669 | [The rebindable tests use NPlusKPatterns |
|---|
| 670 | Ian Lynagh <igloo@earth.li>**20100725111153 |
|---|
| 671 | Ignore-this: 1b9869d496364cdfc1675bf907bfbcc |
|---|
| 672 | ] |
|---|
| 673 | [Fix some tests now H2010 is the default |
|---|
| 674 | Ian Lynagh <igloo@earth.li>**20100725105621 |
|---|
| 675 | Ignore-this: abf57799e44ee73966dfdb5a6051f31f |
|---|
| 676 | ] |
|---|
| 677 | [Add a test for #4150 |
|---|
| 678 | Ian Lynagh <igloo@earth.li>**20100725105324 |
|---|
| 679 | Ignore-this: 44d12d3edc9e700ff295b9981969bd7f |
|---|
| 680 | ] |
|---|
| 681 | [tcfail144 only fails in H98 mode |
|---|
| 682 | Ian Lynagh <igloo@earth.li>**20100724234939 |
|---|
| 683 | Ignore-this: b6af020515cc49d5f97dad4d2550258 |
|---|
| 684 | ] |
|---|
| 685 | [tcfail126: accept output |
|---|
| 686 | Ian Lynagh <igloo@earth.li>**20100724211513 |
|---|
| 687 | Ignore-this: 56e7055e331083646cc6ef393a0847c3 |
|---|
| 688 | ] |
|---|
| 689 | [Skip the dph tests when running the fast testsuite |
|---|
| 690 | Ian Lynagh <igloo@earth.li>**20100724205835 |
|---|
| 691 | Ignore-this: c8d2a84f6f22e436257ecaef76dabd4f |
|---|
| 692 | These 7 tests were taking almost half the testsuite time |
|---|
| 693 | ] |
|---|
| 694 | [fromdos ghci023.script |
|---|
| 695 | Ian Lynagh <igloo@earth.li>**20100724202533 |
|---|
| 696 | Ignore-this: d7ed3cf5396198cda66aafb8ca8a5f99 |
|---|
| 697 | ] |
|---|
| 698 | [Add read065 stderr now that NewQualifiedOperators is deprecated |
|---|
| 699 | Ian Lynagh <igloo@earth.li>**20100719161644 |
|---|
| 700 | Ignore-this: d0d18f20877367612e369a6601763585 |
|---|
| 701 | ] |
|---|
| 702 | [Add test for Trac #4188 |
|---|
| 703 | simonpj@microsoft.com**20100721145832 |
|---|
| 704 | Ignore-this: 61e5525aec663188b83b8e949c38a2fe |
|---|
| 705 | ] |
|---|
| 706 | [Update error output |
|---|
| 707 | simonpj@microsoft.com**20100721145700 |
|---|
| 708 | Ignore-this: ae538b10b0466a1b1d37c66587755b4f |
|---|
| 709 | ] |
|---|
| 710 | [add test for numSparks |
|---|
| 711 | Simon Marlow <marlowsd@gmail.com>**20100720152517 |
|---|
| 712 | Ignore-this: 9ebea06e43920d03cb1171f21b01e199 |
|---|
| 713 | ] |
|---|
| 714 | [move to parallel package |
|---|
| 715 | Simon Marlow <marlowsd@gmail.com>**20100720090343 |
|---|
| 716 | Ignore-this: a7cb4c1a6b4b0932a59d6e101c3534d1 |
|---|
| 717 | ] |
|---|
| 718 | [lower bound for T3294 on x86_64/Linux |
|---|
| 719 | Simon Marlow <marlowsd@gmail.com>**20100714133546 |
|---|
| 720 | Ignore-this: 7ac4b17616b8366e7024708b58d8f561 |
|---|
| 721 | ] |
|---|
| 722 | [Run the dph tests alone |
|---|
| 723 | Ian Lynagh <igloo@earth.li>**20100713224524 |
|---|
| 724 | Ignore-this: 8db6ac6c2a43c36bc8046e5558953d4a |
|---|
| 725 | They use a lot of RAM |
|---|
| 726 | ] |
|---|
| 727 | [Retab the dph .T files |
|---|
| 728 | Ian Lynagh <igloo@earth.li>**20100713195500 |
|---|
| 729 | Ignore-this: 752616140c8632d7ab6a4f968b36ae69 |
|---|
| 730 | ] |
|---|
| 731 | [Add test for Trac #4136 |
|---|
| 732 | simonpj@microsoft.com**20100707135549 |
|---|
| 733 | Ignore-this: df8488e971df34a0e36af8de0235c304 |
|---|
| 734 | ] |
|---|
| 735 | [Improve test |
|---|
| 736 | simonpj@microsoft.com**20100701151018 |
|---|
| 737 | Ignore-this: 762b40569a048134715b4940a04f05e8 |
|---|
| 738 | ] |
|---|
| 739 | [Add a RelaxedPolyRec test |
|---|
| 740 | simonpj@microsoft.com**20100701150827 |
|---|
| 741 | Ignore-this: 66e1ce1f6eadd5bd3b5661e33e2e9438 |
|---|
| 742 | |
|---|
| 743 | ..suggested by Haskell Cafe email (Job Vranish) |
|---|
| 744 | ] |
|---|
| 745 | [Test the second bug reported in Trac #4127 |
|---|
| 746 | simonpj@microsoft.com**20100701135930 |
|---|
| 747 | Ignore-this: 51530feb7ef23d43cd8efa7a76225c90 |
|---|
| 748 | ] |
|---|
| 749 | [add/modify tests for new async exceptions API |
|---|
| 750 | Simon Marlow <marlowsd@gmail.com>**20100709130426 |
|---|
| 751 | Ignore-this: 739a08b8c2bb29afb35b0041e6b2e421 |
|---|
| 752 | ] |
|---|
| 753 | [T1969, T3294: widen the limits on Windows |
|---|
| 754 | Simon Marlow <marlowsd@gmail.com>**20100708093112 |
|---|
| 755 | Ignore-this: b28a90d6ca0cf3ebc88fa8ae9e6aa4fc |
|---|
| 756 | ] |
|---|
| 757 | [cg003: remove -fvia-C |
|---|
| 758 | Simon Marlow <marlowsd@gmail.com>**20100706074902 |
|---|
| 759 | Ignore-this: afebeb73473a203b8c1b2a24729bb0df |
|---|
| 760 | ] |
|---|
| 761 | [ghci script for trac #2362 |
|---|
| 762 | amsay@amsay.net**20100625032335 |
|---|
| 763 | Ignore-this: 804023b30a986bc5e59e2dd58f017643 |
|---|
| 764 | ] |
|---|
| 765 | [hReady002: omit ghci way |
|---|
| 766 | Simon Marlow <marlowsd@gmail.com>**20100705084035 |
|---|
| 767 | Ignore-this: 53327a56176eec36669c20592b7cbfe0 |
|---|
| 768 | ] |
|---|
| 769 | [Skip some tests the optc/profc ways |
|---|
| 770 | Ian Lynagh <igloo@earth.li>**20100702215429 |
|---|
| 771 | Rather than tweaking the GHC flags to get the test to pass, just |
|---|
| 772 | skip them for the deprecated ways. This'll also make it easier |
|---|
| 773 | to discover the workarounds and remove them once the ways are |
|---|
| 774 | removed. |
|---|
| 775 | ] |
|---|
| 776 | [add a test for #4144 |
|---|
| 777 | Simon Marlow <marlowsd@gmail.com>**20100624143607 |
|---|
| 778 | Ignore-this: 7ddd98ec61b6fa99b06ebc543ac6cfab |
|---|
| 779 | ] |
|---|
| 780 | [Omit optllvm way for derefnull test |
|---|
| 781 | David Terei <davidterei@gmail.com>**20100625122336 |
|---|
| 782 | Ignore-this: e036847454834b2f0945bc2db4d5e7d8 |
|---|
| 783 | ] |
|---|
| 784 | [Expect length001 to fail for llvm way. |
|---|
| 785 | David Terei <davidterei@gmail.com>**20100625122222 |
|---|
| 786 | Ignore-this: 135fd88058fc0a5606fd589f60510129 |
|---|
| 787 | ] |
|---|
| 788 | [Add a test for #3364 |
|---|
| 789 | Ian Lynagh <igloo@earth.li>**20100624233948] |
|---|
| 790 | [For #3389, use -optP -C manually |
|---|
| 791 | Ian Lynagh <igloo@earth.li>**20100624113301] |
|---|
| 792 | [Add a test for #3449 |
|---|
| 793 | Ian Lynagh <igloo@earth.li>**20100624110524] |
|---|
| 794 | [T3389 is broken |
|---|
| 795 | Ian Lynagh <igloo@earth.li>**20100624103305 |
|---|
| 796 | Ignore-this: 3ed35522723638a83bc659380776143f |
|---|
| 797 | ] |
|---|
| 798 | [Add a test for #3389 |
|---|
| 799 | Ian Lynagh <igloo@earth.li>**20100623170942 |
|---|
| 800 | Ignore-this: dcdb6bf48c840203a86c3cffd74094b2 |
|---|
| 801 | ] |
|---|
| 802 | [Fix 4038 test on Windows; it needs a larger C stack |
|---|
| 803 | Ian Lynagh <igloo@earth.li>**20100623161607] |
|---|
| 804 | [Add Windows output for ghcpkg05 |
|---|
| 805 | Ian Lynagh <igloo@earth.li>**20100623160519] |
|---|
| 806 | [Add Windows output for ghcpkg03 |
|---|
| 807 | Ian Lynagh <igloo@earth.li>**20100623155612] |
|---|
| 808 | [Fix quoting in TH_recompile |
|---|
| 809 | Ian Lynagh <igloo@earth.li>**20100622232233 |
|---|
| 810 | Ignore-this: d444f849da6d9a42dbd7ac6101069f46 |
|---|
| 811 | ] |
|---|
| 812 | [Add new llvm ways (llvm, optllvm) to testsuite |
|---|
| 813 | David Terei <davidterei@gmail.com>**20100622130303 |
|---|
| 814 | Ignore-this: 5c3fec70d2d10793883d596cdc5265bb |
|---|
| 815 | ] |
|---|
| 816 | [More #1789 tests |
|---|
| 817 | Ian Lynagh <igloo@earth.li>**20100620124320 |
|---|
| 818 | Ignore-this: a2cbaf374126e2abfe703badad93d38a |
|---|
| 819 | ] |
|---|
| 820 | [trac #1789 (tests for missing import lists) |
|---|
| 821 | amsay@amsay.net**20100618150432 |
|---|
| 822 | Ignore-this: e46a269a8abff8743f4700dc2873b66e |
|---|
| 823 | ] |
|---|
| 824 | [Add a test for #3822 |
|---|
| 825 | Ian Lynagh <igloo@earth.li>**20100619160049] |
|---|
| 826 | [add test for #4038 |
|---|
| 827 | Simon Marlow <marlowsd@gmail.com>**20100506194357 |
|---|
| 828 | Ignore-this: ae45b36aeec8cbfe15fca102144e8ba9 |
|---|
| 829 | ] |
|---|
| 830 | [Update following fixes for #4104 and #4134 |
|---|
| 831 | Simon Marlow <marlowsd@gmail.com>**20100616081041 |
|---|
| 832 | Ignore-this: a86bfdf4c17749713e03e3375304567a |
|---|
| 833 | ] |
|---|
| 834 | [Add -fno-warn-deprecated-flags to tests that use -fvia-C / -C |
|---|
| 835 | Ian Lynagh <igloo@earth.li>**20100615160929 |
|---|
| 836 | Ignore-this: dd62883740ba86e2de9f50b76f5d13d9 |
|---|
| 837 | ] |
|---|
| 838 | [Use -fno-warn-deprecated-flags in the optc and profc ways |
|---|
| 839 | Ian Lynagh <igloo@earth.li>**20100615160012 |
|---|
| 840 | Ignore-this: f8cfe096debff1b915c163b7d2026df0 |
|---|
| 841 | as they use the -fvia-C flag, which is deprecated |
|---|
| 842 | ] |
|---|
| 843 | [Test Trac #4127 |
|---|
| 844 | simonpj@microsoft.com**20100614205937 |
|---|
| 845 | Ignore-this: fac60358d3b497b5c2987bb7cfce5ec4 |
|---|
| 846 | ] |
|---|
| 847 | [Track changes to type error messages |
|---|
| 848 | simonpj@microsoft.com**20100614151434 |
|---|
| 849 | Ignore-this: 7730f63e1ec4f3cd60a5d358abe22acd |
|---|
| 850 | ] |
|---|
| 851 | [Fix T4113 on Windows |
|---|
| 852 | Ian Lynagh <igloo@earth.li>**20100613173553 |
|---|
| 853 | Ignore-this: 55789eef2e895487fa39ed7d2c3e4968 |
|---|
| 854 | ] |
|---|
| 855 | [Add a test for #4113 |
|---|
| 856 | Ian Lynagh <igloo@earth.li>**20100613135527] |
|---|
| 857 | [Fix quoting in recomp007 |
|---|
| 858 | Ian Lynagh <igloo@earth.li>**20100606204648 |
|---|
| 859 | Ignore-this: 238e13ed06428bc729678aa434503c6b |
|---|
| 860 | ] |
|---|
| 861 | [Fix recomp007 on Windows |
|---|
| 862 | Ian Lynagh <igloo@earth.li>**20100606180331 |
|---|
| 863 | Ignore-this: ae2e572a7771a77d4151015083488e49 |
|---|
| 864 | ] |
|---|
| 865 | [Fix apirecomp001 on cygwin |
|---|
| 866 | Ian Lynagh <igloo@earth.li>**20100606171151 |
|---|
| 867 | Ignore-this: 4ec9de0b1bc5a07bad4acf8071a5c292 |
|---|
| 868 | ] |
|---|
| 869 | [Follow changes in ghc-pkg output |
|---|
| 870 | Ian Lynagh <igloo@earth.li>**20100606173537 |
|---|
| 871 | Ignore-this: bf7c14fba1782b0944045b915cbc1ef2 |
|---|
| 872 | ] |
|---|
| 873 | [Follow change in random library |
|---|
| 874 | Ian Lynagh <igloo@earth.li>**20100606111058 |
|---|
| 875 | Ignore-this: 8b26bffd88bf179876add35f6b6c051d |
|---|
| 876 | ] |
|---|
| 877 | [Update error messages for printing singleton contexts |
|---|
| 878 | simonpj@microsoft.com**20100604110716 |
|---|
| 879 | Ignore-this: a62232e52ce98df8f87aed6259d85950 |
|---|
| 880 | |
|---|
| 881 | f :: Eq a => a -> a |
|---|
| 882 | rather than |
|---|
| 883 | f :: (Eq a) => a -> a |
|---|
| 884 | ] |
|---|
| 885 | [Add a test for #3911 |
|---|
| 886 | Ian Lynagh <igloo@earth.li>**20100601181210] |
|---|
| 887 | [ffi005 is broken on OSX (#4105) |
|---|
| 888 | Ian Lynagh <igloo@earth.li>**20100529185103 |
|---|
| 889 | Ignore-this: f6c4570a47d47f206003f6b701f041cc |
|---|
| 890 | ] |
|---|
| 891 | [hGetBufSome comes from System.IO now. |
|---|
| 892 | Simon Marlow <marlowsd@gmail.com>**20100524124205 |
|---|
| 893 | Ignore-this: 2f5e01b2092686264a0773000cad8494 |
|---|
| 894 | ] |
|---|
| 895 | [Remove duplicate T3955 test |
|---|
| 896 | Ian Lynagh <igloo@earth.li>**20100525195613] |
|---|
| 897 | [Add an indexed types performance test |
|---|
| 898 | Ian Lynagh <igloo@earth.li>**20100525194755] |
|---|
| 899 | [Accept output |
|---|
| 900 | simonpj@microsoft.com**20100525153044 |
|---|
| 901 | Ignore-this: 6836925a68c7285794b28acd5f3cec83 |
|---|
| 902 | ] |
|---|
| 903 | [Test Trac #4015 |
|---|
| 904 | simonpj@microsoft.com**20100525153036 |
|---|
| 905 | Ignore-this: 76f0a1c0cf7cdf872f831e85da098409 |
|---|
| 906 | ] |
|---|
| 907 | [Test Trac #4056 |
|---|
| 908 | simonpj@microsoft.com**20100525114455 |
|---|
| 909 | Ignore-this: 1222efc8e742438c66dbf39447fce7b1 |
|---|
| 910 | ] |
|---|
| 911 | [Test Trac #4087 |
|---|
| 912 | simonpj@microsoft.com**20100525071514 |
|---|
| 913 | Ignore-this: 730275119b183e2a9d719e8d44893ffb |
|---|
| 914 | ] |
|---|
| 915 | [Test Trac #3966 |
|---|
| 916 | simonpj@microsoft.com**20100506165500 |
|---|
| 917 | Ignore-this: 138a777d57db3c9caa4e620efe09c7c0 |
|---|
| 918 | ] |
|---|
| 919 | [expand the shadow test a bit to cover #4072 |
|---|
| 920 | Simon Marlow <marlowsd@gmail.com>**20100519115636 |
|---|
| 921 | Ignore-this: c8534171e0adac676a0eb07d28a9f438 |
|---|
| 922 | ] |
|---|
| 923 | [Fix the pkg02 test to not depend on the network package |
|---|
| 924 | Simon Marlow <marlowsd@gmail.com>**20100519102528 |
|---|
| 925 | Ignore-this: 112ae04883096bbdae62deb05c2a6528 |
|---|
| 926 | ] |
|---|
| 927 | [Move the ctypes import in the driver |
|---|
| 928 | Ian Lynagh <igloo@earth.li>**20100518194744 |
|---|
| 929 | The import is failing on sparky, and we only use it on Windows anyway, |
|---|
| 930 | so move it inside an "if windows". |
|---|
| 931 | ] |
|---|
| 932 | [update expected values for x86_64/Linux |
|---|
| 933 | Simon Marlow <marlowsd@gmail.com>**20100518074118 |
|---|
| 934 | Ignore-this: 93827f73b20743666dbec8496ec7b159 |
|---|
| 935 | ] |
|---|
| 936 | [update expected values for x86/Windows |
|---|
| 937 | Simon Marlow <marlowsd@gmail.com>**20100518073823 |
|---|
| 938 | Ignore-this: 228d2629c984d2857eb272bfbbe9edcd |
|---|
| 939 | ] |
|---|
| 940 | [add test for #4078 |
|---|
| 941 | Simon Marlow <marlowsd@gmail.com>**20100517133607 |
|---|
| 942 | Ignore-this: e3bc78a53966cc5aa75d3f0d75533071 |
|---|
| 943 | ] |
|---|
| 944 | [Add test for trac '3953 |
|---|
| 945 | simonpj@microsoft.com**20100517121524 |
|---|
| 946 | Ignore-this: e182aa45cee5e141506fe01e5b71bf52 |
|---|
| 947 | ] |
|---|
| 948 | [Test Trac #3964 |
|---|
| 949 | simonpj@microsoft.com**20100507132944 |
|---|
| 950 | Ignore-this: fad1bd07b2316281e4f532dc8a16a419 |
|---|
| 951 | ] |
|---|
| 952 | [Test Trac #3965 |
|---|
| 953 | simonpj@microsoft.com**20100507132545 |
|---|
| 954 | Ignore-this: a77fe116785cc23d95111192e6d3e31a |
|---|
| 955 | ] |
|---|
| 956 | [Test Trac #3955 |
|---|
| 957 | simonpj@microsoft.com**20100507132509 |
|---|
| 958 | Ignore-this: b5f694428f704a60000388f8d43d6acc |
|---|
| 959 | ] |
|---|
| 960 | [Add stderr file for T3953 |
|---|
| 961 | simonpj@microsoft.com**20100507132230 |
|---|
| 962 | Ignore-this: f842e85d242cf9996f4bcfa93ea3fb86 |
|---|
| 963 | ] |
|---|
| 964 | [Add a test for #4003 |
|---|
| 965 | Ian Lynagh <igloo@earth.li>**20100516212402] |
|---|
| 966 | [Add a test for #4059 |
|---|
| 967 | Ian Lynagh <igloo@earth.li>**20100515182626] |
|---|
| 968 | [add test for #4066 |
|---|
| 969 | Simon Marlow <marlowsd@gmail.com>**20100514130134 |
|---|
| 970 | Ignore-this: 8f54a8817a5965495ab3c4f62bbfa755 |
|---|
| 971 | ] |
|---|
| 972 | [add test for #4051 |
|---|
| 973 | Simon Marlow <marlowsd@gmail.com>**20100510095333 |
|---|
| 974 | Ignore-this: e85162394da682cdbc8b53ce4b992838 |
|---|
| 975 | ] |
|---|
| 976 | [Remove invalid UNPACK pragma |
|---|
| 977 | simonpj@microsoft.com**20100510150826 |
|---|
| 978 | Ignore-this: b1976be9aa80cfc9017afececda780d |
|---|
| 979 | ] |
|---|
| 980 | [add sample output |
|---|
| 981 | Simon Marlow <marlowsd@gmail.com>**20100408084849 |
|---|
| 982 | Ignore-this: 13cba4d81767448093bc70cce34fbc14 |
|---|
| 983 | ] |
|---|
| 984 | [Make tc212 actually need a specialize pragma |
|---|
| 985 | Ian Lynagh <igloo@earth.li>**20100506212837] |
|---|
| 986 | [Fix quoting in mod175 |
|---|
| 987 | Ian Lynagh <igloo@earth.li>**20100506212141] |
|---|
| 988 | [Modify test slightly |
|---|
| 989 | simonpj@microsoft.com**20100506164827 |
|---|
| 990 | Ignore-this: 2dcecdaf673520d4d339971d8e2d50e9 |
|---|
| 991 | ] |
|---|
| 992 | [Test Trac #4042 |
|---|
| 993 | simonpj@microsoft.com**20100506164751 |
|---|
| 994 | Ignore-this: 26d7b3c6fe10317f123f97e961f77ff1 |
|---|
| 995 | ] |
|---|
| 996 | [Modify test slightly |
|---|
| 997 | simonpj@microsoft.com**20100506164740 |
|---|
| 998 | Ignore-this: f31c5c3000c0bc7970b6a8fa7735311b |
|---|
| 999 | ] |
|---|
| 1000 | [Accept output |
|---|
| 1001 | simonpj@microsoft.com**20100506164726 |
|---|
| 1002 | Ignore-this: c7009b0121f9a5b9a16b5118b264949b |
|---|
| 1003 | ] |
|---|
| 1004 | [Tidy up tcfail145 a little |
|---|
| 1005 | simonpj@microsoft.com**20100430111321 |
|---|
| 1006 | Ignore-this: 40218750b184b4b17ba8240dacb32353 |
|---|
| 1007 | ] |
|---|
| 1008 | [Test Trac #3955 |
|---|
| 1009 | simonpj@microsoft.com**20100430111048 |
|---|
| 1010 | Ignore-this: 2208601251dad65f4a32a488961e84e5 |
|---|
| 1011 | ] |
|---|
| 1012 | [add a test for #3890 |
|---|
| 1013 | Simon Marlow <marlowsd@gmail.com>**20100505134053 |
|---|
| 1014 | Ignore-this: 9dc7610e42efb9c9bcc14572af20e749 |
|---|
| 1015 | ] |
|---|
| 1016 | [fix conc059 |
|---|
| 1017 | Simon Marlow <marlowsd@gmail.com>**20100505113545 |
|---|
| 1018 | Ignore-this: 212f93e976d6cd78332a659529003ced |
|---|
| 1019 | ] |
|---|
| 1020 | [add test for #4030 |
|---|
| 1021 | Simon Marlow <marlowsd@gmail.com>**20100505112040 |
|---|
| 1022 | Ignore-this: 6a5d21d94e031d69f08e0e7208a116f0 |
|---|
| 1023 | ] |
|---|
| 1024 | [test hGetBufSome |
|---|
| 1025 | Simon Marlow <marlowsd@gmail.com>**20100504152635 |
|---|
| 1026 | Ignore-this: b63e227ba8957ba3108bf1815b97b25c |
|---|
| 1027 | ] |
|---|
| 1028 | [Fix creation of Config.hs in annrun01; fixes #4033 |
|---|
| 1029 | Ian Lynagh <igloo@earth.li>**20100504164921 |
|---|
| 1030 | Ignore-this: f8eb70b61cd00b4b59d35d4de0d50650 |
|---|
| 1031 | ] |
|---|
| 1032 | [Updating expected output of spec-inline test. |
|---|
| 1033 | Milan Straka <fox@ucw.cz>**20100430112716 |
|---|
| 1034 | Ignore-this: 9e19b2dc3f01a529153da679a2ec40c0 |
|---|
| 1035 | |
|---|
| 1036 | Using data structures from containers in GHC causes the arguments |
|---|
| 1037 | of a worker to be in a different order. |
|---|
| 1038 | ] |
|---|
| 1039 | [Fix running dyn tests on OS X |
|---|
| 1040 | Ian Lynagh <igloo@earth.li>**20100503165143] |
|---|
| 1041 | [Fix the shared001 test |
|---|
| 1042 | Ian Lynagh <igloo@earth.li>**20100503155014 |
|---|
| 1043 | Ignore-this: 936e3385ce09da307c5f3b49a29f9ad4 |
|---|
| 1044 | ] |
|---|
| 1045 | [Make the dynlib tests work on Windows |
|---|
| 1046 | Ian Lynagh <igloo@earth.li>**20100503140815 |
|---|
| 1047 | Ignore-this: 16b457c5cbaa6efdc1d728dfd317ae3e |
|---|
| 1048 | ] |
|---|
| 1049 | [Fix the ffi002 test |
|---|
| 1050 | Ian Lynagh <igloo@earth.li>**20100428161112] |
|---|
| 1051 | [ffi002: work around dependence on old cmd line semantics |
|---|
| 1052 | Simon Marlow <marlowsd@gmail.com>**20100427084506 |
|---|
| 1053 | Ignore-this: a264ee8bf5a771b43d7075285dc99c04 |
|---|
| 1054 | ] |
|---|
| 1055 | [TH_pragma: remove superfluous -S, which now breaks the test |
|---|
| 1056 | Simon Marlow <marlowsd@gmail.com>**20100427082123 |
|---|
| 1057 | Ignore-this: 32af45d78ff05eeeca5533c7e8782c09 |
|---|
| 1058 | ] |
|---|
| 1059 | [Remove -fno-code in various places |
|---|
| 1060 | Simon Marlow <marlowsd@gmail.com>**20100427082002 |
|---|
| 1061 | Ignore-this: 1200a4417e667af982145706a3026679 |
|---|
| 1062 | These tests were relying on the old behaviour of -fno-code, and work |
|---|
| 1063 | just fine without it. |
|---|
| 1064 | ] |
|---|
| 1065 | [avoid spurious extra output |
|---|
| 1066 | Simon Marlow <marlowsd@gmail.com>**20100408085805 |
|---|
| 1067 | Ignore-this: 7d7d6e28b650426136434e923b48b03 |
|---|
| 1068 | ] |
|---|
| 1069 | [Add test for Trac #3943 |
|---|
| 1070 | simonpj@microsoft.com**20100417142447 |
|---|
| 1071 | Ignore-this: 9d7f8fc08eca6552dc1bf4146d5ea65 |
|---|
| 1072 | ] |
|---|
| 1073 | [Add test for Trac #3950 |
|---|
| 1074 | simonpj@microsoft.com**20100417142427 |
|---|
| 1075 | Ignore-this: d8f9a8815b475d47d73da5fafd1fa53a |
|---|
| 1076 | ] |
|---|
| 1077 | [Tests for spelling correction for LANGUAGE pragmas |
|---|
| 1078 | Max Bolingbroke <batterseapower@hotmail.com>**20100413165334 |
|---|
| 1079 | Ignore-this: 237c451280358c11378ba1dc009d38b2 |
|---|
| 1080 | ] |
|---|
| 1081 | [Fix quoting in Makefile |
|---|
| 1082 | Ian Lynagh <igloo@earth.li>**20100416155420] |
|---|
| 1083 | [Use ${PYTHON} instead of relying on #!/usr/bin/env python |
|---|
| 1084 | Matthias Kilian <kili@outback.escape.de>**20100416114627 |
|---|
| 1085 | Ignore-this: 5dce63bea46566dfebb700b56a47a051 |
|---|
| 1086 | ] |
|---|
| 1087 | [Fix running the testsuite on msys |
|---|
| 1088 | Ian Lynagh <igloo@earth.li>**20100412184103 |
|---|
| 1089 | I'm not entirely sure if the cygwin code is actually right (i.e. I'm |
|---|
| 1090 | not sure what calling convention it uses), but it seems to work. |
|---|
| 1091 | ] |
|---|
| 1092 | [Run this test the threaded2 way only |
|---|
| 1093 | Simon Marlow <marlowsd@gmail.com>**20100401101509 |
|---|
| 1094 | Ignore-this: fa8be885eec598156d85023a4b8b3612 |
|---|
| 1095 | It seems to be scheduling sensitive, and sometimes diverges when given |
|---|
| 1096 | only one core. |
|---|
| 1097 | ] |
|---|
| 1098 | [not broken any more: the new Strategies library fixed it |
|---|
| 1099 | Simon Marlow <marlowsd@gmail.com>**20100401091727 |
|---|
| 1100 | Ignore-this: d23e727c87b8c6eae4640178e8b28714 |
|---|
| 1101 | ] |
|---|
| 1102 | [update to work with parallel-2 |
|---|
| 1103 | Simon Marlow <marlowsd@gmail.com>**20100401091120 |
|---|
| 1104 | Ignore-this: b25bf553673a05b10f3eeda7367618e9 |
|---|
| 1105 | ] |
|---|
| 1106 | [we should be testing $(TEST_HC), not simply 'ghc' |
|---|
| 1107 | Simon Marlow <marlowsd@gmail.com>**20100322131014 |
|---|
| 1108 | Ignore-this: ca86cb1d1351019b1a249bac16be0392 |
|---|
| 1109 | ] |
|---|
| 1110 | [print021 now passes on Windows, presumably due to the codepage change |
|---|
| 1111 | Ian Lynagh <igloo@earth.li>**20100321182848 |
|---|
| 1112 | Ignore-this: 1be5611fe545a9bb55d3b7fdeace9a5 |
|---|
| 1113 | ] |
|---|
| 1114 | [dynHelloWorld currently fails on Windows; trac #3861 |
|---|
| 1115 | Ian Lynagh <igloo@earth.li>**20100321182638 |
|---|
| 1116 | Ignore-this: 3f84d0bb2a93b0914c4802c03d66d07c |
|---|
| 1117 | ] |
|---|
| 1118 | [Fix the cabal04 test on Windows |
|---|
| 1119 | Ian Lynagh <igloo@earth.li>**20100321175551 |
|---|
| 1120 | Ignore-this: bae70cf3ae40abb0c8b6504c7103e30b |
|---|
| 1121 | ] |
|---|
| 1122 | [2816 now passes on Windows, presumably due to the codepage change |
|---|
| 1123 | Ian Lynagh <igloo@earth.li>**20100321173113 |
|---|
| 1124 | Ignore-this: b14bb8041c6c6a2ae1b2db9d00aa5aae |
|---|
| 1125 | ] |
|---|
| 1126 | [2302 now passes on Windows, presumably due to the codepage change |
|---|
| 1127 | Ian Lynagh <igloo@earth.li>**20100321172615 |
|---|
| 1128 | Ignore-this: 35476fc95cb109ee32c74961f6994dc |
|---|
| 1129 | ] |
|---|
| 1130 | [Use the UTF8 codepage when running on Windows |
|---|
| 1131 | Ian Lynagh <igloo@earth.li>**20100319200751 |
|---|
| 1132 | Fixes openTempFile001 for some system codepages, most notably 437 (US). |
|---|
| 1133 | ] |
|---|
| 1134 | [Mark hsc2hs001 and hsc2hs002 broken on Windows (#3929) |
|---|
| 1135 | Ian Lynagh <igloo@earth.li>**20100319160229] |
|---|
| 1136 | [The T2267 test needs utf8-string |
|---|
| 1137 | Ian Lynagh <igloo@earth.li>**20100318123144] |
|---|
| 1138 | [Accept change in inline pragma format |
|---|
| 1139 | simonpj@microsoft.com**20100317133405 |
|---|
| 1140 | Ignore-this: b2fe17284fa97faceb178a4921c10011 |
|---|
| 1141 | ] |
|---|
| 1142 | [Add test for Trac #3920 |
|---|
| 1143 | simonpj@microsoft.com**20100317123757 |
|---|
| 1144 | Ignore-this: c4085486f19633c8bba1ebea83b5d758 |
|---|
| 1145 | ] |
|---|
| 1146 | [Add dph-words test |
|---|
| 1147 | benl@ouroborus.net**20100316042056 |
|---|
| 1148 | Ignore-this: cf25c704fa4b18101faaf5d46feadd4e |
|---|
| 1149 | I've only set this to run with the "normal" way atm because it |
|---|
| 1150 | takes about 1.5 min to compile on my machine. SpecConstr blows out |
|---|
| 1151 | the size of the core program to about 400k, which is probably |
|---|
| 1152 | a good enough reason to have it in the testsuite. |
|---|
| 1153 | ] |
|---|
| 1154 | [Update rtsOpts output |
|---|
| 1155 | Ian Lynagh <igloo@earth.li>**20100315210245] |
|---|
| 1156 | [Use -rtsopts for the outofmem2 test |
|---|
| 1157 | Ian Lynagh <igloo@earth.li>**20100314173403] |
|---|
| 1158 | [Update the rtsOpts test now that RTS options are off by default |
|---|
| 1159 | Ian Lynagh <igloo@earth.li>**20100314172340] |
|---|
| 1160 | [Always use -rtsopts when compiling things with GHC |
|---|
| 1161 | Ian Lynagh <igloo@earth.li>**20100314171950] |
|---|
| 1162 | [Add a test for -with-rtsopts |
|---|
| 1163 | Ian Lynagh <igloo@earth.li>**20100313231306] |
|---|
| 1164 | [Add a test for en/disabling RTS options |
|---|
| 1165 | Ian Lynagh <igloo@earth.li>**20100313161942] |
|---|
| 1166 | [do the throwto tests in a validate run |
|---|
| 1167 | Simon Marlow <marlowsd@gmail.com>**20100311120646 |
|---|
| 1168 | Ignore-this: 7a7212c6af06e61c15b4c5ab911d9359 |
|---|
| 1169 | ] |
|---|
| 1170 | [Add some tortuous throwTo tests |
|---|
| 1171 | Simon Marlow <marlowsd@gmail.com>**20100311120231 |
|---|
| 1172 | Ignore-this: 4bf901e3405e0f7c9e873731e459fd86 |
|---|
| 1173 | ] |
|---|
| 1174 | [Track change in printing of Activations |
|---|
| 1175 | simonpj@microsoft.com**20100309173726 |
|---|
| 1176 | Ignore-this: edab510554f9bda449254f1779daec3e |
|---|
| 1177 | ] |
|---|
| 1178 | [Add test for Trac #1954 |
|---|
| 1179 | simonpj@microsoft.com**20100309173712 |
|---|
| 1180 | Ignore-this: df6221f310d60fa3396d3006d4a180c7 |
|---|
| 1181 | ] |
|---|
| 1182 | [Fix running hp2ps in a directory containing spaces |
|---|
| 1183 | Ian Lynagh <igloo@earth.li>**20100304015245] |
|---|
| 1184 | [Fix detection of whether we have profiling libs |
|---|
| 1185 | Ian Lynagh <igloo@earth.li>**20100303235023 |
|---|
| 1186 | It broke when the installation path contained a space |
|---|
| 1187 | ] |
|---|
| 1188 | [Track improvements in pretty-printing for group-by, order-by |
|---|
| 1189 | simonpj@microsoft.com**20100304130820 |
|---|
| 1190 | Ignore-this: dd7840365626ec02f8472a76e69827a |
|---|
| 1191 | ] |
|---|
| 1192 | [Track change in -dsuppress-unique printing for TH |
|---|
| 1193 | simonpj@microsoft.com**20100304130753 |
|---|
| 1194 | Ignore-this: 3325f0fc735ecd5e21227a50bcf66f48 |
|---|
| 1195 | ] |
|---|
| 1196 | [Add test for Trac #3899 |
|---|
| 1197 | simonpj@microsoft.com**20100304130731 |
|---|
| 1198 | Ignore-this: 2f0d99bb7c83643a08bea68395c8af56 |
|---|
| 1199 | ] |
|---|
| 1200 | [Add test for Trac #3901 |
|---|
| 1201 | simonpj@microsoft.com**20100304130619 |
|---|
| 1202 | Ignore-this: 216cc68d1d40ce8add7b852ac0d7d97f |
|---|
| 1203 | ] |
|---|
| 1204 | [Update layout tests |
|---|
| 1205 | Ian Lynagh <igloo@earth.li>**20100302205840] |
|---|
| 1206 | [Add a layout test |
|---|
| 1207 | Ian Lynagh <igloo@earth.li>**20100302165911] |
|---|
| 1208 | [A missing change from the InlinePrag pretty-print change |
|---|
| 1209 | simonpj@microsoft.com**20100301173752 |
|---|
| 1210 | Ignore-this: 42fc03950d97005f673512c8b2c126c6 |
|---|
| 1211 | ] |
|---|
| 1212 | [omit profiling ways for traceEvent |
|---|
| 1213 | Simon Marlow <marlowsd@gmail.com>**20100301090451 |
|---|
| 1214 | Ignore-this: e6f7fe3fc1a04bf54dec3f1fc55dc43 |
|---|
| 1215 | ] |
|---|
| 1216 | [Track extra suggestion in newtype deriving (cf Trac #3888) |
|---|
| 1217 | simonpj@microsoft.com**20100301112517 |
|---|
| 1218 | Ignore-this: a8d4656f5f92b4d7b4b8a15fc6089ca0 |
|---|
| 1219 | ] |
|---|
| 1220 | [Track changes in pretty-printing of IfacePrag |
|---|
| 1221 | simonpj@microsoft.com**20100301112448 |
|---|
| 1222 | Ignore-this: 59a46630a8ba4ddf2982fe335777e84e |
|---|
| 1223 | ] |
|---|
| 1224 | [Add sparc specific version of smvm test data |
|---|
| 1225 | benl@ouroborus.net**20100301061637] |
|---|
| 1226 | [Add x86_64 specific version of smvm test data |
|---|
| 1227 | benl@ouroborus.net**20100301060429 |
|---|
| 1228 | Ignore-this: cfb955f47d04c25947c1fc6edac935bd |
|---|
| 1229 | ] |
|---|
| 1230 | [Add DPH solution for 108th Euler problem |
|---|
| 1231 | benl@ouroborus.net**20100301041657 |
|---|
| 1232 | Ignore-this: 66545782ee8d19b57b24f6f864eddde5 |
|---|
| 1233 | ] |
|---|
| 1234 | [Add a test for #2578 |
|---|
| 1235 | Ian Lynagh <igloo@earth.li>**20100227172429] |
|---|
| 1236 | [add test for GHC.Exts.traceEvent (#3874) |
|---|
| 1237 | Simon Marlow <marlowsd@gmail.com>**20100226101321 |
|---|
| 1238 | Ignore-this: 87505cea77315f35fb5a7209708e6530 |
|---|
| 1239 | ] |
|---|
| 1240 | [Add DPH solution for 1st Euler problem |
|---|
| 1241 | benl@ouroborus.net**20100226045105 |
|---|
| 1242 | Ignore-this: cb49b2afcceba6abd09e2093081f75b5 |
|---|
| 1243 | ] |
|---|
| 1244 | [Add missing Makefiles |
|---|
| 1245 | benl@ouroborus.net**20100226033607] |
|---|
| 1246 | [Add DPH smvm test |
|---|
| 1247 | benl@ouroborus.net**20100226025630 |
|---|
| 1248 | Ignore-this: c7f0ac34b7f092472aed1899eb40d0a |
|---|
| 1249 | ] |
|---|
| 1250 | [Add DPH primes test |
|---|
| 1251 | benl@ouroborus.net**20100226020034 |
|---|
| 1252 | Ignore-this: 19f6625477a61e6db295e34480b19bd3 |
|---|
| 1253 | ] |
|---|
| 1254 | [In dph-dotp, compare with result computed via regular list fns. |
|---|
| 1255 | benl@ouroborus.net**20100226014700 |
|---|
| 1256 | Ignore-this: b18cd05a7c825897d9039f6d028472fb |
|---|
| 1257 | ] |
|---|
| 1258 | [Prefix dph tests with 'dph-' to avoid name conflicts |
|---|
| 1259 | benl@ouroborus.net**20100226013638 |
|---|
| 1260 | Ignore-this: dbbc84fe4e61748ee9f32552a5376a30 |
|---|
| 1261 | ] |
|---|
| 1262 | [Add DPH dotp test |
|---|
| 1263 | benl@ouroborus.net**20100225042634 |
|---|
| 1264 | Ignore-this: cd51c73a0428abbde4f7fb0f83a17436 |
|---|
| 1265 | ] |
|---|
| 1266 | [arith012, arith008: use -msse2 on i386 if available |
|---|
| 1267 | Simon Marlow <marlowsd@gmail.com>**20100224101434 |
|---|
| 1268 | Ignore-this: 898b94793dd9df4a5d7889502e6464ea |
|---|
| 1269 | ] |
|---|
| 1270 | [Add quickhull test output |
|---|
| 1271 | benl@ouroborus.net**20100224071233] |
|---|
| 1272 | [Add DPH quickhull test |
|---|
| 1273 | benl@ouroborus.net**20100224052916 |
|---|
| 1274 | Ignore-this: 97fd56a0e05f324f5c61832f95f79835 |
|---|
| 1275 | ] |
|---|
| 1276 | [expect_broken(3676) |
|---|
| 1277 | Simon Marlow <marlowsd@gmail.com>**20100223105935 |
|---|
| 1278 | Ignore-this: 16eea589ade1dcf21eed01bccd563c21 |
|---|
| 1279 | ] |
|---|
| 1280 | [disable annrun01(dyn) (see comments) |
|---|
| 1281 | Simon Marlow <marlowsd@gmail.com>**20100223094835 |
|---|
| 1282 | Ignore-this: 79baa6325aea23eba454ba8a89ae9d58 |
|---|
| 1283 | ] |
|---|
| 1284 | [omit via-C ways for this test, gcc takes too long |
|---|
| 1285 | Simon Marlow <marlowsd@gmail.com>**20100223094241 |
|---|
| 1286 | Ignore-this: 673323521cece51ee0b5393d5c0291ff |
|---|
| 1287 | ] |
|---|
| 1288 | [omit profilng ways |
|---|
| 1289 | Simon Marlow <marlowsd@gmail.com>**20100223094006 |
|---|
| 1290 | Ignore-this: 492d40fd56d4d4d0e927c7b57c5dcaaf |
|---|
| 1291 | ] |
|---|
| 1292 | [Add a test for recompilation when a package version changes |
|---|
| 1293 | Simon Marlow <marlowsd@gmail.com>**20100217135321 |
|---|
| 1294 | Ignore-this: b8a1bb3dc3acf79b4b1aafd970fe945e |
|---|
| 1295 | ] |
|---|
| 1296 | [enable the asm ways for ffi009 on i386 if -msse2 is available |
|---|
| 1297 | Simon Marlow <marlowsd@gmail.com>**20100216124514 |
|---|
| 1298 | Ignore-this: 3c02d4aa1a224bd0911a285077663ffd |
|---|
| 1299 | ] |
|---|
| 1300 | [add a test for a bug in noDuplicate# |
|---|
| 1301 | Simon Marlow <marlowsd@gmail.com>**20100216123210 |
|---|
| 1302 | Ignore-this: a0a6570b849a377d19e74eac417875af |
|---|
| 1303 | ] |
|---|
| 1304 | [add test for #3676 |
|---|
| 1305 | Simon Marlow <marlowsd@gmail.com>**20100211131639 |
|---|
| 1306 | Ignore-this: bb34821a52b63c854ba7d4150cd1eb15 |
|---|
| 1307 | ] |
|---|
| 1308 | [Test Trac #3845 |
|---|
| 1309 | simonpj@microsoft.com**20100210153741 |
|---|
| 1310 | Ignore-this: 1e79fd99256f5d7feed19aa38233076d |
|---|
| 1311 | ] |
|---|
| 1312 | [Fewer parens when printing HsPat |
|---|
| 1313 | simonpj@microsoft.com**20100210110024 |
|---|
| 1314 | Ignore-this: 7732b27e3e8b69be37e30e2486a7dedc |
|---|
| 1315 | ] |
|---|
| 1316 | [New syntax for quasi-quotes, and record field names for QuasiQuoter type |
|---|
| 1317 | simonpj@microsoft.com**20100210105911 |
|---|
| 1318 | Ignore-this: fe4d96a31b22710b645963b3dbd4b2a4 |
|---|
| 1319 | ] |
|---|
| 1320 | [Add quasi-quote test for declaration and type quotes |
|---|
| 1321 | simonpj@microsoft.com**20100210105822 |
|---|
| 1322 | Ignore-this: e7745043c40d095693c0810b08ebe028 |
|---|
| 1323 | ] |
|---|
| 1324 | [Fix test T3831, and change to Unix coding |
|---|
| 1325 | simonpj@microsoft.com**20100208155715 |
|---|
| 1326 | Ignore-this: ba7c87186d1e2a699602206d29cb5da1 |
|---|
| 1327 | ] |
|---|
| 1328 | [accept output (#3848) |
|---|
| 1329 | Simon Marlow <marlowsd@gmail.com>**20100202120626 |
|---|
| 1330 | Ignore-this: b7b4edeaa4bd7fdd746f7bf787e9b03a |
|---|
| 1331 | ] |
|---|
| 1332 | [Test Trac #3831: SpecConstr blowup |
|---|
| 1333 | simonpj@microsoft.com**20100202072405 |
|---|
| 1334 | Ignore-this: be443a4998f4322eaa8b6e614f94bf62 |
|---|
| 1335 | ] |
|---|
| 1336 | [Add a test for trac #3813 |
|---|
| 1337 | Ian Lynagh <igloo@earth.li>**20100130211256] |
|---|
| 1338 | [Update column numbers for the HEAD |
|---|
| 1339 | Ian Lynagh <igloo@earth.li>**20100130203147] |
|---|
| 1340 | [Add tests for trac #3833 and #3834 |
|---|
| 1341 | Ian Lynagh <igloo@earth.li>**20100130203049] |
|---|
| 1342 | [add test for #3674 |
|---|
| 1343 | Simon Marlow <marlowsd@gmail.com>**20100129104231 |
|---|
| 1344 | Ignore-this: 417f1d3bb43965ab40ba3cf62f051705 |
|---|
| 1345 | ] |
|---|
| 1346 | [add test for #2464 |
|---|
| 1347 | Simon Marlow <marlowsd@gmail.com>**20100129104140 |
|---|
| 1348 | Ignore-this: a6af5aedca49dc4fd2ef6f74dc697b07 |
|---|
| 1349 | ] |
|---|
| 1350 | [Update column numbers for the HEAD |
|---|
| 1351 | Ian Lynagh <igloo@earth.li>**20100122154945] |
|---|
| 1352 | [Expect T3823 to fail to compile |
|---|
| 1353 | Ian Lynagh <igloo@earth.li>**20100122141329] |
|---|
| 1354 | [Add a test for #3823 |
|---|
| 1355 | Ian Lynagh <igloo@earth.li>**20100122130735] |
|---|
| 1356 | [add test for #3832 |
|---|
| 1357 | Simon Marlow <marlowsd@gmail.com>**20100120211706 |
|---|
| 1358 | Ignore-this: 83899d7ca854569a004d23ee8b6f29c1 |
|---|
| 1359 | ] |
|---|
| 1360 | [OS X doesn't seem to support linker scripts |
|---|
| 1361 | Ian Lynagh <igloo@earth.li>**20100120204812] |
|---|
| 1362 | [Tweak the T2615 test |
|---|
| 1363 | Ian Lynagh <igloo@earth.li>**20100120162214] |
|---|
| 1364 | [FIX #2615 (linker scripts in .so files) |
|---|
| 1365 | howard_b_golden@yahoo.com**20091216211220 |
|---|
| 1366 | Ignore-this: 1cb087990cbf6210f60eb9abbb0d28c8 |
|---|
| 1367 | This is the regression test for FIX #2615 (linker scripts in .so files). |
|---|
| 1368 | |
|---|
| 1369 | It does NOT apply to Windows. It applies only to systems using ELF files. |
|---|
| 1370 | |
|---|
| 1371 | In order for this test to work on all ELF systems, no assumption is |
|---|
| 1372 | made about whether or not real ELF shared libraries and linker scripts |
|---|
| 1373 | exist. Instead, this patch compiles a trivial C program into an ELF shared |
|---|
| 1374 | library. Also, a mock linker script (libfoo_script_T2615.so) is included in |
|---|
| 1375 | the patch. Note: This is marked as a binary, but it is a text file. |
|---|
| 1376 | |
|---|
| 1377 | Test approach: |
|---|
| 1378 | |
|---|
| 1379 | A small Haskell program (T2615.hs) imports the ObjLink module from GHC. |
|---|
| 1380 | It then calls the loadDLL function with the name of the mock linker script |
|---|
| 1381 | (libfoo_script_T2615.so). This mock script contains a link to a real |
|---|
| 1382 | shared library (libfoo_T2615.so) which the test has already created. If |
|---|
| 1383 | the dlopen (in the addDLL function in rts/Linker.c) works, the Haskell |
|---|
| 1384 | program will return a success message. Otherwise, it will return the error |
|---|
| 1385 | message it receives from loadDLL (which is actually the dlerror() message |
|---|
| 1386 | received by addDLL). |
|---|
| 1387 | ] |
|---|
| 1388 | [Track error message change |
|---|
| 1389 | simonpj@microsoft.com**20100120114813 |
|---|
| 1390 | Ignore-this: 1cd39940600a5d29b018eca103993f8e |
|---|
| 1391 | ] |
|---|
| 1392 | [Add a layout test |
|---|
| 1393 | Ian Lynagh <igloo@earth.li>**20100116215414] |
|---|
| 1394 | [Add a layout rule test |
|---|
| 1395 | Ian Lynagh <igloo@earth.li>**20100116214141] |
|---|
| 1396 | [fix cleaning in cabal03/cabal04 |
|---|
| 1397 | Simon Marlow <marlowsd@gmail.com>**20100115142516 |
|---|
| 1398 | Ignore-this: 12c7dbc6ed9faddfe6feacfc705abab |
|---|
| 1399 | ] |
|---|
| 1400 | [Improve the handling of TEST_HC |
|---|
| 1401 | Ian Lynagh <igloo@earth.li>**20100108210400 |
|---|
| 1402 | We now accept TEST_HC=ghc as well as TEST_HC=/usr/bin/ghc |
|---|
| 1403 | The code is also a little more correct, as it will now actually |
|---|
| 1404 | canonicalise the value of TEST_HC if it is given on the commandline. |
|---|
| 1405 | ] |
|---|
| 1406 | [Always define IN_TREE_COMPILER in mk/boilerplate.mk |
|---|
| 1407 | Ian Lynagh <igloo@earth.li>**20100108202040 |
|---|
| 1408 | There was one path in which it was not being set. |
|---|
| 1409 | ] |
|---|
| 1410 | [Add missing T3772_A.hs |
|---|
| 1411 | simonpj@microsoft.com**20100108123553 |
|---|
| 1412 | Ignore-this: e2e95176d17f14b88194d846b26c1e60 |
|---|
| 1413 | ] |
|---|
| 1414 | [Change debug print format |
|---|
| 1415 | simonpj@microsoft.com**20100108084821 |
|---|
| 1416 | Ignore-this: d38acdd3cc5253cbb5f86dbf92417ef4 |
|---|
| 1417 | ] |
|---|
| 1418 | [Improved "Invalid type signature" message |
|---|
| 1419 | simonpj@microsoft.com**20100108084804 |
|---|
| 1420 | Ignore-this: 9c835297d44665a754c1aaf7162f7d83 |
|---|
| 1421 | ] |
|---|
| 1422 | [Follow more-accurate spans in error messages |
|---|
| 1423 | simonpj@microsoft.com**20100108084740 |
|---|
| 1424 | Ignore-this: c19dcc6ce888c5251170463475a1d19b |
|---|
| 1425 | ] |
|---|
| 1426 | [Use "test -x" rather than "test -e"; fixes trac #3778 |
|---|
| 1427 | Ian Lynagh <igloo@earth.li>**20100103131127 |
|---|
| 1428 | Solaris doesn't support -e |
|---|
| 1429 | ] |
|---|
| 1430 | [Test Trac #3792 |
|---|
| 1431 | simonpj@microsoft.com**20100104220030 |
|---|
| 1432 | Ignore-this: 332e960aa57e8b24e05290802b95779d |
|---|
| 1433 | ] |
|---|
| 1434 | [Accept specialised function argument order change |
|---|
| 1435 | simonpj@microsoft.com**20100104152252 |
|---|
| 1436 | Ignore-this: 8a737ca0a2fc8e3928def8df3516c2db |
|---|
| 1437 | ] |
|---|
| 1438 | [Complete test Trac #3772 |
|---|
| 1439 | simonpj@microsoft.com**20091224155017 |
|---|
| 1440 | Ignore-this: bcfc0e627d563a60f89a396209e90135 |
|---|
| 1441 | ] |
|---|
| 1442 | [Add test Trac #3731 |
|---|
| 1443 | simonpj@microsoft.com**20091224155001 |
|---|
| 1444 | Ignore-this: 5ff04c1ea68c646bd79ced99b54d2d4 |
|---|
| 1445 | ] |
|---|
| 1446 | [Accept output |
|---|
| 1447 | simonpj@microsoft.com**20091224154712 |
|---|
| 1448 | Ignore-this: dd7b7f358f827aec71543c74843799f1 |
|---|
| 1449 | ] |
|---|
| 1450 | [Add test for Trac #3772 |
|---|
| 1451 | simonpj@microsoft.com**20091224143349 |
|---|
| 1452 | Ignore-this: c294eeba0a6c4c54934d543289ff13c6 |
|---|
| 1453 | ] |
|---|
| 1454 | [T1969: drop lower bound for max_bytes_used on x86/Linux |
|---|
| 1455 | Simon Marlow <marlowsd@gmail.com>**20091231194006 |
|---|
| 1456 | Ignore-this: 457515ace9e5ece4be2cd46172e390c9 |
|---|
| 1457 | ] |
|---|
| 1458 | [Add some hsc2hs tests |
|---|
| 1459 | Ian Lynagh <igloo@earth.li>**20100102210655] |
|---|
| 1460 | [Fix quoting for the apirecomp001 test |
|---|
| 1461 | Ian Lynagh <igloo@earth.li>**20100101165106] |
|---|
| 1462 | [Fix some test name collisions |
|---|
| 1463 | Ian Lynagh <igloo@earth.li>**20100101140641] |
|---|
| 1464 | [Fix some test name collisions |
|---|
| 1465 | Ian Lynagh <igloo@earth.li>**20100101135755] |
|---|
| 1466 | [Fix a test name collision |
|---|
| 1467 | Ian Lynagh <igloo@earth.li>**20100101134722] |
|---|
| 1468 | [typo |
|---|
| 1469 | Ian Lynagh <igloo@earth.li>**20100101134557] |
|---|
| 1470 | [Fix some test name collisions |
|---|
| 1471 | Ian Lynagh <igloo@earth.li>**20100101134144] |
|---|
| 1472 | [Fix some test name collisions |
|---|
| 1473 | Ian Lynagh <igloo@earth.li>**20100101133702] |
|---|
| 1474 | [Fix some test naem collisions |
|---|
| 1475 | Ian Lynagh <igloo@earth.li>**20100101133531] |
|---|
| 1476 | [Fix some test name collisions |
|---|
| 1477 | Ian Lynagh <igloo@earth.li>**20100101132814] |
|---|
| 1478 | [Fix some test name collisions |
|---|
| 1479 | Ian Lynagh <igloo@earth.li>**20100101132159] |
|---|
| 1480 | [Fix some test name collisions |
|---|
| 1481 | Ian Lynagh <igloo@earth.li>**20100101131743] |
|---|
| 1482 | [Give more info in the testsuite output |
|---|
| 1483 | Ian Lynagh <igloo@earth.li>**20100101130709] |
|---|
| 1484 | [Check for duplicate test names, and report them as framework failures |
|---|
| 1485 | Ian Lynagh <igloo@earth.li>**20100101123207] |
|---|
| 1486 | [Test Trac #3776 |
|---|
| 1487 | simonpj@microsoft.com**20091221145155 |
|---|
| 1488 | Ignore-this: 6da368e3ec0665d75371f7b194c957bc |
|---|
| 1489 | ] |
|---|
| 1490 | [Add test for Trac #3245 |
|---|
| 1491 | simonpj@microsoft.com**20091218164740 |
|---|
| 1492 | Ignore-this: 139f702cdd7e6ceaf4b040cd1ac62285 |
|---|
| 1493 | ] |
|---|
| 1494 | [accept output (better SrcLocs for lexer errors) |
|---|
| 1495 | Simon Marlow <marlowsd@gmail.com>**20091221105853 |
|---|
| 1496 | Ignore-this: e9b5577cc7cef3717f44b1ededd891b0 |
|---|
| 1497 | ] |
|---|
| 1498 | [add test for #3751 |
|---|
| 1499 | Simon Marlow <marlowsd@gmail.com>**20091217103719 |
|---|
| 1500 | Ignore-this: 4ea7b2ac894242efa4b6b26f30002995 |
|---|
| 1501 | ] |
|---|
| 1502 | [Fix broken python syntax |
|---|
| 1503 | Ian Lynagh <igloo@earth.li>**20091219171956] |
|---|
| 1504 | [Add you more clean_cmd's |
|---|
| 1505 | Ian Lynagh <igloo@earth.li>**20091219171108] |
|---|
| 1506 | [Add some more clean_cmd's |
|---|
| 1507 | Ian Lynagh <igloo@earth.li>**20091219165603] |
|---|
| 1508 | [Refactor the cleaning code |
|---|
| 1509 | Ian Lynagh <igloo@earth.li>**20091219165145] |
|---|
| 1510 | [Remove unused clean_o_hi function |
|---|
| 1511 | Ian Lynagh <igloo@earth.li>**20091219165003] |
|---|
| 1512 | [Add clean_cmd to the testsuite, and use it in bug1465 |
|---|
| 1513 | Ian Lynagh <igloo@earth.li>**20091219164708] |
|---|
| 1514 | [Remove debugging print |
|---|
| 1515 | Ian Lynagh <igloo@earth.li>**20091219164331] |
|---|
| 1516 | [Fix cleaning annrun01 |
|---|
| 1517 | Ian Lynagh <igloo@earth.li>**20091219154908] |
|---|
| 1518 | [Add pre-command support to the testsuite, and fix annrun01 by using it |
|---|
| 1519 | Ian Lynagh <igloo@earth.li>**20091219154502] |
|---|
| 1520 | [Remove no-longer-used files |
|---|
| 1521 | Ian Lynagh <igloo@earth.li>**20091218215745] |
|---|
| 1522 | [Fix driver016,driver019,driver028 |
|---|
| 1523 | Ian Lynagh <igloo@earth.li>**20091218214802] |
|---|
| 1524 | [Allow tests to behave differently depending on whether the compiler is in-tree |
|---|
| 1525 | Ian Lynagh <igloo@earth.li>**20091218200358 |
|---|
| 1526 | And skip testwsdeque if it is not in-tree, as we rely on some headers |
|---|
| 1527 | from the build tree. |
|---|
| 1528 | ] |
|---|
| 1529 | [Remove a test for GHC < 6.11 |
|---|
| 1530 | Ian Lynagh <igloo@earth.li>**20091218195946] |
|---|
| 1531 | [Update output |
|---|
| 1532 | simonpj@microsoft.com**20091216165405 |
|---|
| 1533 | Ignore-this: 1a4bf5cbe06aa347a11d173c90368e74 |
|---|
| 1534 | ] |
|---|
| 1535 | [Add test for applying specialisations inside InlineRules |
|---|
| 1536 | simonpj@microsoft.com**20091216165352 |
|---|
| 1537 | Ignore-this: a5514ebd31dfb2df2b042b603c19008b |
|---|
| 1538 | ] |
|---|
| 1539 | [Test Trac #3717 |
|---|
| 1540 | simonpj@microsoft.com**20091216083323 |
|---|
| 1541 | Ignore-this: 39238086fa5faf12d75bc533c7ad3b92 |
|---|
| 1542 | ] |
|---|
| 1543 | [Add test for type families, discovered by Roman |
|---|
| 1544 | simonpj@microsoft.com**20091211122644 |
|---|
| 1545 | Ignore-this: 82ee6c77a2bd741185ae01d94c4eb694 |
|---|
| 1546 | |
|---|
| 1547 | Tests this patch: |
|---|
| 1548 | |
|---|
| 1549 | Fri Dec 11 12:01:22 GMT 2009 simonpj@microsoft.com |
|---|
| 1550 | * Fix two related bugs in u_tys |
|---|
| 1551 | |
|---|
| 1552 | When we normalise a type family application we must recursively call |
|---|
| 1553 | uTys, *not* 'go', because the latter loop is only there to look |
|---|
| 1554 | through type synonyms. This bug made the type checker generate |
|---|
| 1555 | ill-typed coercions, which were rejected by Core Lint. |
|---|
| 1556 | |
|---|
| 1557 | A related bug only affects the size of coercions. If faced with |
|---|
| 1558 | (m a) ~ (F b c) |
|---|
| 1559 | where F has arity 1, we want to decompose to |
|---|
| 1560 | m ~ F Int, a ~ c |
|---|
| 1561 | rather than deferring. The application decomposition was being |
|---|
| 1562 | tried last, so we were missing this opportunity. |
|---|
| 1563 | ] |
|---|
| 1564 | [Tweak T3234 test and accept output |
|---|
| 1565 | Ian Lynagh <igloo@earth.li>**20091215215340 |
|---|
| 1566 | The test now suppresses uniques to avoid spurious changes in the output |
|---|
| 1567 | ] |
|---|
| 1568 | [Accept output for T2486 |
|---|
| 1569 | Ian Lynagh <igloo@earth.li>**20091215215230] |
|---|
| 1570 | [Tweak rule2 test and accept output |
|---|
| 1571 | Ian Lynagh <igloo@earth.li>**20091215215020 |
|---|
| 1572 | The test now suppresses uniques to avoid spurious changes in the output |
|---|
| 1573 | ] |
|---|
| 1574 | [Decouple ghcpkg02 from the GHC build tree |
|---|
| 1575 | Ian Lynagh <igloo@earth.li>**20091211215319] |
|---|
| 1576 | [use a smaller stack limit for conc012(ghci) |
|---|
| 1577 | Simon Marlow <marlowsd@gmail.com>**20091211094439 |
|---|
| 1578 | Ignore-this: 48fee0dc80d6eb4d6370a451428030e6 |
|---|
| 1579 | ] |
|---|
| 1580 | [add test for #3742 |
|---|
| 1581 | Simon Marlow <marlowsd@gmail.com>**20091210124518 |
|---|
| 1582 | Ignore-this: 60cea81bfbb8858702ae426142943f8 |
|---|
| 1583 | ] |
|---|
| 1584 | [add test for #3741 |
|---|
| 1585 | Simon Marlow <marlowsd@gmail.com>**20091210123354 |
|---|
| 1586 | Ignore-this: aa00e7cbe59c34682516ac6849735b9d |
|---|
| 1587 | ] |
|---|
| 1588 | [update expected value comments |
|---|
| 1589 | Simon Marlow <marlowsd@gmail.com>**20091208141558 |
|---|
| 1590 | Ignore-this: 67c22cc48656e7f955dd57a44f0c218e |
|---|
| 1591 | ] |
|---|
| 1592 | [Fix quoting, and add some sanity checking |
|---|
| 1593 | Ian Lynagh <igloo@earth.li>**20091209194521] |
|---|
| 1594 | [Fix typos |
|---|
| 1595 | Ian Lynagh <igloo@earth.li>**20091209190239] |
|---|
| 1596 | [accept output (column numbers) |
|---|
| 1597 | Simon Marlow <marlowsd@gmail.com>**20091208093207 |
|---|
| 1598 | Ignore-this: 9ad2a53c9c34136f9a017040dd0be8a3 |
|---|
| 1599 | ] |
|---|
| 1600 | [accept output |
|---|
| 1601 | Simon Marlow <marlowsd@gmail.com>**20091208091240 |
|---|
| 1602 | Ignore-this: 93a72b8d9fa234e0c3476508dfb492dc |
|---|
| 1603 | ] |
|---|
| 1604 | [Add output for T3102 |
|---|
| 1605 | simonpj@microsoft.com**20091207155644 |
|---|
| 1606 | Ignore-this: 26a02326560e4c1c7e04126d28674dab |
|---|
| 1607 | ] |
|---|
| 1608 | [Track error message changes for deriving |
|---|
| 1609 | simonpj@microsoft.com**20091207130720 |
|---|
| 1610 | Ignore-this: 254a66c5a42013393fac04c9a7b28ff1 |
|---|
| 1611 | ] |
|---|
| 1612 | [Test Trac #3012 |
|---|
| 1613 | simonpj@microsoft.com**20091207080303 |
|---|
| 1614 | Ignore-this: 2ac253ce2a38488847286308643053f2 |
|---|
| 1615 | ] |
|---|
| 1616 | [Add another layout test |
|---|
| 1617 | Ian Lynagh <igloo@earth.li>**20091205143631] |
|---|
| 1618 | [Add another layout test |
|---|
| 1619 | Ian Lynagh <igloo@earth.li>**20091205143228] |
|---|
| 1620 | [Add another layout test |
|---|
| 1621 | Ian Lynagh <igloo@earth.li>**20091205142902] |
|---|
| 1622 | [Add another layout rule test |
|---|
| 1623 | Ian Lynagh <igloo@earth.li>**20091205142413] |
|---|
| 1624 | [Add another layout test |
|---|
| 1625 | Ian Lynagh <igloo@earth.li>**20091205141351] |
|---|
| 1626 | [Add a test for the difference between the H98 and the alternative layout rules |
|---|
| 1627 | Ian Lynagh <igloo@earth.li>**20091205140933] |
|---|
| 1628 | [Accept column change output in break021 |
|---|
| 1629 | Ian Lynagh <igloo@earth.li>**20091203143326] |
|---|
| 1630 | [Accept output for break020 |
|---|
| 1631 | Ian Lynagh <igloo@earth.li>**20091203135642 |
|---|
| 1632 | It now gets the columns right for the highlighting |
|---|
| 1633 | ] |
|---|
| 1634 | [Add test for a loop in the simplifier |
|---|
| 1635 | simonpj@microsoft.com**20091130144716 |
|---|
| 1636 | Ignore-this: 8eee799e9b3a1aef88e40d163a46a73e |
|---|
| 1637 | ] |
|---|
| 1638 | [Test Trac #3100 |
|---|
| 1639 | simonpj@microsoft.com**20091130144314 |
|---|
| 1640 | Ignore-this: fbc050a60b29e474308a1096cd1bb76d |
|---|
| 1641 | ] |
|---|
| 1642 | [fix driver033 |
|---|
| 1643 | Simon Marlow <marlowsd@gmail.com>**20091202150723 |
|---|
| 1644 | Ignore-this: 121fdb538938be37d4d6ba36b75c354d |
|---|
| 1645 | ] |
|---|
| 1646 | [add a test for #414 |
|---|
| 1647 | Simon Marlow <marlowsd@gmail.com>**20091130120404 |
|---|
| 1648 | Ignore-this: 11d4a89e43473fabc1ee6f1e6a57ff5d |
|---|
| 1649 | ] |
|---|
| 1650 | [add a test for #3677 |
|---|
| 1651 | Simon Marlow <marlowsd@gmail.com>**20091130112508 |
|---|
| 1652 | Ignore-this: 5ccd81e580a6d245d69d6e8e01eb3243 |
|---|
| 1653 | ] |
|---|
| 1654 | [Fix cabal03 |
|---|
| 1655 | Ian Lynagh <igloo@earth.li>**20091129180625] |
|---|
| 1656 | [In cabal03, don't register --inplace |
|---|
| 1657 | Ian Lynagh <igloo@earth.li>**20091129180402 |
|---|
| 1658 | This means it ignores the package database we tell it to use. |
|---|
| 1659 | Instead, do a normal register, but pass --force so it doesn't fail |
|---|
| 1660 | due to missing files. |
|---|
| 1661 | ] |
|---|
| 1662 | [Tweak cabal03 test |
|---|
| 1663 | Ian Lynagh <igloo@earth.li>**20091129180130] |
|---|
| 1664 | [Add a missing package-db flag from cabal03 |
|---|
| 1665 | Ian Lynagh <igloo@earth.li>**20091129174833] |
|---|
| 1666 | [Refactor the cabal03 test |
|---|
| 1667 | Ian Lynagh <igloo@earth.li>**20091129173339] |
|---|
| 1668 | [ghcpkg01: Follow Cabal changes |
|---|
| 1669 | Ian Lynagh <igloo@earth.li>**20091129173106] |
|---|
| 1670 | [Make more cabal tests run 'alone' |
|---|
| 1671 | Ian Lynagh <igloo@earth.li>**20091129121350] |
|---|
| 1672 | [Make 1372 use a local package database |
|---|
| 1673 | Ian Lynagh <igloo@earth.li>**20091129120526 |
|---|
| 1674 | Eliminates random failures when it's run in parallel with other tests |
|---|
| 1675 | ] |
|---|
| 1676 | [Make bug1465 use a local package.conf |
|---|
| 1677 | Ian Lynagh <igloo@earth.li>**20091129114552 |
|---|
| 1678 | Eliminates random failures when it runs in parallel with other tests |
|---|
| 1679 | ] |
|---|
| 1680 | [Make driver200 parallelisable |
|---|
| 1681 | Ian Lynagh <igloo@earth.li>**20091128235452] |
|---|
| 1682 | [Make 2566 parallelisable |
|---|
| 1683 | Ian Lynagh <igloo@earth.li>**20091128235354] |
|---|
| 1684 | [Remove now-unused cleanall function |
|---|
| 1685 | Ian Lynagh <igloo@earth.li>**20091128235322] |
|---|
| 1686 | [Make driver081* parallelisable |
|---|
| 1687 | Ian Lynagh <igloo@earth.li>**20091128235220] |
|---|
| 1688 | [driver100 doesn't need to be run alone |
|---|
| 1689 | Ian Lynagh <igloo@earth.li>**20091128234812] |
|---|
| 1690 | [Make driver080 parallelisable |
|---|
| 1691 | Ian Lynagh <igloo@earth.li>**20091128234315] |
|---|
| 1692 | [Make driver063 parallelisable |
|---|
| 1693 | Ian Lynagh <igloo@earth.li>**20091128234055] |
|---|
| 1694 | [Make more driver tests parallelisable |
|---|
| 1695 | Ian Lynagh <igloo@earth.li>**20091128233708] |
|---|
| 1696 | [Remove some unnecessary 'alone' calls |
|---|
| 1697 | Ian Lynagh <igloo@earth.li>**20091128231738] |
|---|
| 1698 | [Make driver062* parallelisable |
|---|
| 1699 | Ian Lynagh <igloo@earth.li>**20091128231420] |
|---|
| 1700 | [Make driver061* parallelisable |
|---|
| 1701 | Ian Lynagh <igloo@earth.li>**20091128230329] |
|---|
| 1702 | [Make driver060 parallelisable |
|---|
| 1703 | Ian Lynagh <igloo@earth.li>**20091128225804] |
|---|
| 1704 | [Make driver053 parallelisable |
|---|
| 1705 | Ian Lynagh <igloo@earth.li>**20091128225358] |
|---|
| 1706 | [Make driver052 parallelisable |
|---|
| 1707 | Ian Lynagh <igloo@earth.li>**20091128225153] |
|---|
| 1708 | [Make driver051 parallelisable |
|---|
| 1709 | Ian Lynagh <igloo@earth.li>**20091128224704] |
|---|
| 1710 | [Make driver045 parallelisable |
|---|
| 1711 | Ian Lynagh <igloo@earth.li>**20091128224155] |
|---|
| 1712 | [Make driver044 parallelisable |
|---|
| 1713 | Ian Lynagh <igloo@earth.li>**20091128223850] |
|---|
| 1714 | [Make driver043 parallelisable |
|---|
| 1715 | Ian Lynagh <igloo@earth.li>**20091128223708] |
|---|
| 1716 | [Make driver042 parallelisable |
|---|
| 1717 | Ian Lynagh <igloo@earth.li>**20091128223501] |
|---|
| 1718 | [Add some extra cleaning for driver033 |
|---|
| 1719 | Ian Lynagh <igloo@earth.li>**20091128223156] |
|---|
| 1720 | [Make driver041 parallelisable |
|---|
| 1721 | Ian Lynagh <igloo@earth.li>**20091128222953] |
|---|
| 1722 | [Make driver035 parallelisable |
|---|
| 1723 | Ian Lynagh <igloo@earth.li>**20091128222712] |
|---|
| 1724 | [Make driver034 parallelisable |
|---|
| 1725 | Ian Lynagh <igloo@earth.li>**20091128222402] |
|---|
| 1726 | [Make driver032 and driver033 parallelisable |
|---|
| 1727 | Ian Lynagh <igloo@earth.li>**20091128222110] |
|---|
| 1728 | [Make driver031 parallelisable |
|---|
| 1729 | Ian Lynagh <igloo@earth.li>**20091128221840] |
|---|
| 1730 | [Make driver028 parallelisable |
|---|
| 1731 | Ian Lynagh <igloo@earth.li>**20091128221704] |
|---|
| 1732 | [Make driver027 parallelisable |
|---|
| 1733 | Ian Lynagh <igloo@earth.li>**20091128221637] |
|---|
| 1734 | [Make driver026 parallelisable |
|---|
| 1735 | Ian Lynagh <igloo@earth.li>**20091128215610] |
|---|
| 1736 | [Make driver025 parallelisable |
|---|
| 1737 | Ian Lynagh <igloo@earth.li>**20091128214556] |
|---|
| 1738 | [Make driver024a parallelisable |
|---|
| 1739 | Ian Lynagh <igloo@earth.li>**20091128214322] |
|---|
| 1740 | [Make driver022 and driver023 parallelisable |
|---|
| 1741 | Ian Lynagh <igloo@earth.li>**20091128213834] |
|---|
| 1742 | [Make driver021 parallelisable |
|---|
| 1743 | Ian Lynagh <igloo@earth.li>**20091128213625] |
|---|
| 1744 | [Make driver024 parallelisable |
|---|
| 1745 | Ian Lynagh <igloo@earth.li>**20091128213022] |
|---|
| 1746 | [Make driver019 parallelisable |
|---|
| 1747 | Ian Lynagh <igloo@earth.li>**20091128212154] |
|---|
| 1748 | [Make driver018* parallelisable |
|---|
| 1749 | Ian Lynagh <igloo@earth.li>**20091128212029] |
|---|
| 1750 | [Make driver017 parallelisable |
|---|
| 1751 | Ian Lynagh <igloo@earth.li>**20091128211842] |
|---|
| 1752 | [Make driver016 parallelisable |
|---|
| 1753 | Ian Lynagh <igloo@earth.li>**20091128211816] |
|---|
| 1754 | [Make driver014 and driver015 parallelisable |
|---|
| 1755 | Ian Lynagh <igloo@earth.li>**20091128210459] |
|---|
| 1756 | [Make driver013 parallelisable |
|---|
| 1757 | Ian Lynagh <igloo@earth.li>**20091128210204] |
|---|
| 1758 | [Make driver012 parallelisable |
|---|
| 1759 | Ian Lynagh <igloo@earth.li>**20091128210041] |
|---|
| 1760 | [Make driver011 parallelisable |
|---|
| 1761 | Ian Lynagh <igloo@earth.li>**20091128205850] |
|---|
| 1762 | [Make the driver/ tests declare themselves 'alone' individually |
|---|
| 1763 | Ian Lynagh <igloo@earth.li>**20091128205533 |
|---|
| 1764 | This way we can fix them one by one |
|---|
| 1765 | ] |
|---|
| 1766 | [Print out how many tests we have done and the total when we run a test |
|---|
| 1767 | Ian Lynagh <igloo@earth.li>**20091128181104 |
|---|
| 1768 | This isn't perfect, as it doesn't account for tests that will be skipped |
|---|
| 1769 | in the total. But that's hard to work out, as we might skip a test in |
|---|
| 1770 | only some ways and we currently don't work out which ways to run it until |
|---|
| 1771 | later, so I think this is good enough for now. |
|---|
| 1772 | ] |
|---|
| 1773 | [Gather all tests at once, rather than doing them directory by directory |
|---|
| 1774 | Ian Lynagh <igloo@earth.li>**20091128180207 |
|---|
| 1775 | This increases the parallelism possible, and allows us to track what |
|---|
| 1776 | progress we are making. |
|---|
| 1777 | ] |
|---|
| 1778 | [Follow column number changes now that SrcLoc knows how tabs work |
|---|
| 1779 | Ian Lynagh <igloo@earth.li>**20091128153543] |
|---|
| 1780 | [Add some tests for error positions |
|---|
| 1781 | Ian Lynagh <igloo@earth.li>**20091128150625] |
|---|
| 1782 | [Follow column number changes |
|---|
| 1783 | Ian Lynagh <igloo@earth.li>**20091128145450] |
|---|
| 1784 | [Remove some @s from a Makefile |
|---|
| 1785 | Ian Lynagh <igloo@earth.li>**20091128144830] |
|---|
| 1786 | [Quoting fixes |
|---|
| 1787 | Ian Lynagh <igloo@earth.li>**20091128144802] |
|---|
| 1788 | [Follow column number changes in the break016 script |
|---|
| 1789 | Ian Lynagh <igloo@earth.li>**20091128125754] |
|---|
| 1790 | [Accept changes in break016 and break020 |
|---|
| 1791 | Ian Lynagh <igloo@earth.li>**20091128125439] |
|---|
| 1792 | [Follow column number changes |
|---|
| 1793 | Ian Lynagh <igloo@earth.li>**20091128005352] |
|---|
| 1794 | [Follow column number changes in indexed-types/should_fail |
|---|
| 1795 | Ian Lynagh <igloo@earth.li>**20091128001749] |
|---|
| 1796 | [Follow column number changes in deriving/should_fail |
|---|
| 1797 | Ian Lynagh <igloo@earth.li>**20091128001535] |
|---|
| 1798 | [Follow column number changes in module |
|---|
| 1799 | Ian Lynagh <igloo@earth.li>**20091128000900] |
|---|
| 1800 | [Follow column number changes in rename/should_fail |
|---|
| 1801 | Ian Lynagh <igloo@earth.li>**20091128000255] |
|---|
| 1802 | [Follow column number changes in parser/should_fail |
|---|
| 1803 | Ian Lynagh <igloo@earth.li>**20091127235453] |
|---|
| 1804 | [Follow column number changes in tcfail |
|---|
| 1805 | Ian Lynagh <igloo@earth.li>**20091127233405] |
|---|
| 1806 | [rtsflags001: run only the normal way |
|---|
| 1807 | Simon Marlow <marlowsd@gmail.com>**20091124102523] |
|---|
| 1808 | [add 32-bit output |
|---|
| 1809 | Simon Marlow <marlowsd@gmail.com>**20091124102456] |
|---|
| 1810 | [ffi005: run only the via-C way on x86 platforms |
|---|
| 1811 | Simon Marlow <marlowsd@gmail.com>**20091124101434 |
|---|
| 1812 | due to 80-bit vs. 64-bit precision leading to floating point |
|---|
| 1813 | differences when using the native code generator. -fvia-C uses the |
|---|
| 1814 | -ffloat-store gcc sledgehammer to avoid this. |
|---|
| 1815 | ] |
|---|
| 1816 | [grab the target architecture from GHC, and add an if_arch() test |
|---|
| 1817 | Simon Marlow <marlowsd@gmail.com>**20091124101223] |
|---|
| 1818 | [Follow changes in tcfail073 |
|---|
| 1819 | Ian Lynagh <igloo@earth.li>**20091124001804] |
|---|
| 1820 | [Follow changes in ghci011 |
|---|
| 1821 | Ian Lynagh <igloo@earth.li>**20091124001658] |
|---|
| 1822 | [Make test 1959 even more informative when run by hand |
|---|
| 1823 | Ian Lynagh <igloo@earth.li>**20091123212719] |
|---|
| 1824 | [Fix test 1959 |
|---|
| 1825 | Ian Lynagh <igloo@earth.li>**20091123212708] |
|---|
| 1826 | [Make test 1959 tell us what's going on |
|---|
| 1827 | Ian Lynagh <igloo@earth.li>**20091123212535] |
|---|
| 1828 | [Tweak testsuite results for 6.12 branch |
|---|
| 1829 | Ian Lynagh <igloo@earth.li>**20091122161944] |
|---|
| 1830 | [add a test for #3633 |
|---|
| 1831 | Simon Marlow <marlowsd@gmail.com>**20091120145056 |
|---|
| 1832 | Ignore-this: 2bc645eefce88143d218447b0955f430 |
|---|
| 1833 | ] |
|---|
| 1834 | [accept output (for the time being) |
|---|
| 1835 | Simon Marlow <marlowsd@gmail.com>**20091120143156 |
|---|
| 1836 | Ignore-this: 2d0df30f243b6f22c23f1b9b522f7336 |
|---|
| 1837 | the test output has changed due to differences in the compiled code |
|---|
| 1838 | for GHC.IO.Exception.ioError. |
|---|
| 1839 | ] |
|---|
| 1840 | [make this test do what it was supposed to do |
|---|
| 1841 | Simon Marlow <marlowsd@gmail.com>**20091120142907 |
|---|
| 1842 | Ignore-this: 8f555308e8570e956e749f734b5ee7e |
|---|
| 1843 | ] |
|---|
| 1844 | [accept output |
|---|
| 1845 | Simon Marlow <marlowsd@gmail.com>**20091120102108 |
|---|
| 1846 | Ignore-this: a500f2797238168afdbbd42fbf00055b |
|---|
| 1847 | ] |
|---|
| 1848 | [add missing files |
|---|
| 1849 | Simon Marlow <marlowsd@gmail.com>**20091117161023 |
|---|
| 1850 | Ignore-this: aabd4f258ec4293682213d50dab5b555 |
|---|
| 1851 | ] |
|---|
| 1852 | [Bump the ulimits for outofmem/outofmem2 |
|---|
| 1853 | Simon Marlow <marlowsd@gmail.com>**20091117160230 |
|---|
| 1854 | Ignore-this: fe6981dd4419219422b9459b044256ea |
|---|
| 1855 | They just started failing on x86-64/Linux here, no idea why. |
|---|
| 1856 | ] |
|---|
| 1857 | [Accept wobbles in error messages |
|---|
| 1858 | simonpj@microsoft.com**20091117125024 |
|---|
| 1859 | Ignore-this: 8ab65ba7fb0d8a263ea4bef48daf292a |
|---|
| 1860 | ] |
|---|
| 1861 | [Test for higher rank rules |
|---|
| 1862 | simonpj@microsoft.com**20091117124949 |
|---|
| 1863 | Ignore-this: 6b21f072e61968110e2395c8426eeb95 |
|---|
| 1864 | ] |
|---|
| 1865 | [fix framework failure |
|---|
| 1866 | Simon Marlow <marlowsd@gmail.com>**20091113112345 |
|---|
| 1867 | Ignore-this: e993d787a36d8394297fc3a2fc0e061c |
|---|
| 1868 | ] |
|---|
| 1869 | [add test for #3586 (newArray performance) |
|---|
| 1870 | Simon Marlow <marlowsd@gmail.com>**20091112144020 |
|---|
| 1871 | Ignore-this: 9eaa959836eef25d55ec3d1025de1c26 |
|---|
| 1872 | ] |
|---|
| 1873 | [Rearrange perf-related tests |
|---|
| 1874 | Simon Marlow <marlowsd@gmail.com>**20091112143943 |
|---|
| 1875 | Ignore-this: 23349e39f3fca86494e6971fbfb3eaa0 |
|---|
| 1876 | |
|---|
| 1877 | perf/ -- performance tests... |
|---|
| 1878 | perf/should_run -- for generated code |
|---|
| 1879 | perf/compiler -- for GHC itself |
|---|
| 1880 | perf/space_leaks -- for space leaks in generated code or the RTS |
|---|
| 1881 | ] |
|---|
| 1882 | [Add coercion test for PushC rule |
|---|
| 1883 | simonpj@microsoft.com**20091112115950 |
|---|
| 1884 | Ignore-this: 6d01514c9f3c3b0210fccfdca039705c |
|---|
| 1885 | ] |
|---|
| 1886 | [Fix setting of utf8 locale on Mac OS X |
|---|
| 1887 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20091112002857 |
|---|
| 1888 | Ignore-this: 7d710c5f8030ba0f572bb3888d983227 |
|---|
| 1889 | ] |
|---|
| 1890 | [add test for #3624 |
|---|
| 1891 | Simon Marlow <marlowsd@gmail.com>**20091109144626 |
|---|
| 1892 | Ignore-this: 99aaae47f6ce6773e550f335cad7a527 |
|---|
| 1893 | ] |
|---|
| 1894 | [Track trace output |
|---|
| 1895 | simonpj@microsoft.com**20091109104246 |
|---|
| 1896 | Ignore-this: 28a01cf22284bb06ed1cf83c569d735d |
|---|
| 1897 | ] |
|---|
| 1898 | [Fix finding GHC on cygwin |
|---|
| 1899 | Ian Lynagh <igloo@earth.li>**20091107133429] |
|---|
| 1900 | [Add test for Trac #3640 |
|---|
| 1901 | simonpj@microsoft.com**20091105172220 |
|---|
| 1902 | Ignore-this: 95a5568df1f36a55f55290a1481319e9 |
|---|
| 1903 | ] |
|---|
| 1904 | [Track changes in duplicate/shadowed errors |
|---|
| 1905 | simonpj@microsoft.com**20091105171343 |
|---|
| 1906 | Ignore-this: f89d13fa61bf1b206fac1d2998a6d17a |
|---|
| 1907 | ] |
|---|
| 1908 | [Fix quoting in the 3171 test |
|---|
| 1909 | Ian Lynagh <igloo@earth.li>**20091105171455] |
|---|
| 1910 | [Fix the code to append .exe to program paths |
|---|
| 1911 | Ian Lynagh <igloo@earth.li>**20091105163040] |
|---|
| 1912 | [The bindisttest GHC is now always in the same directory |
|---|
| 1913 | Ian Lynagh <igloo@earth.li>**20091105160718 |
|---|
| 1914 | We therefore don't have to try to work out if we are on Windows or not |
|---|
| 1915 | in order to find it. |
|---|
| 1916 | ] |
|---|
| 1917 | [Add source file for T3234 |
|---|
| 1918 | simonpj@microsoft.com**20091105113934 |
|---|
| 1919 | Ignore-this: 58931497be31da47de18d32fb053d42a |
|---|
| 1920 | ] |
|---|
| 1921 | [Test Trac #3234 (foldr/single rule) |
|---|
| 1922 | simonpj@microsoft.com**20091103155057 |
|---|
| 1923 | Ignore-this: f6e41f8eb01de107ebc4dcd91e8fd70c |
|---|
| 1924 | ] |
|---|
| 1925 | [Add test for Trac #1735 |
|---|
| 1926 | simonpj@microsoft.com**20091104230920 |
|---|
| 1927 | Ignore-this: 8cccf608a2db46fe64f6ca465e42333d |
|---|
| 1928 | ] |
|---|
| 1929 | [add test for #3604 (template-haskell + -dynamic) |
|---|
| 1930 | Simon Marlow <marlowsd@gmail.com>**20091104141623 |
|---|
| 1931 | Ignore-this: 3e97399bfcc83ad991844a18dba49d3b |
|---|
| 1932 | ] |
|---|
| 1933 | [add config.have_shared_libs |
|---|
| 1934 | Simon Marlow <marlowsd@gmail.com>**20091104141602 |
|---|
| 1935 | Ignore-this: 56d5180cfb2c398b68b1b4509856a6be |
|---|
| 1936 | ] |
|---|
| 1937 | [add a test for single-stepping over getArgs |
|---|
| 1938 | Simon Marlow <marlowsd@gmail.com>**20091103165423 |
|---|
| 1939 | Ignore-this: dff2b0f4825234a32057e42ba4d3f4e8 |
|---|
| 1940 | ] |
|---|
| 1941 | [Only run T3294 if we have an NCG (#3548) |
|---|
| 1942 | Simon Marlow <marlowsd@gmail.com>**20091103121126 |
|---|
| 1943 | Ignore-this: 87d6f9bfaa8557ce12a3c39a48ee7bc6 |
|---|
| 1944 | ] |
|---|
| 1945 | [Track change in how LANGUAGE-pragma errors are reported |
|---|
| 1946 | simonpj@microsoft.com**20091102172730 |
|---|
| 1947 | Ignore-this: 6524c82c2fcf1c2a401b5408543c35e6 |
|---|
| 1948 | ] |
|---|
| 1949 | [Add -fno-warn-deprecated-flags to tests involving -XImpredicativeTypes |
|---|
| 1950 | simonpj@microsoft.com**20091102145236 |
|---|
| 1951 | Ignore-this: 72073af560c642a2cba1b73af9c579b3 |
|---|
| 1952 | |
|---|
| 1953 | Now that -XImpredicativeTypes is deprecated, suppress the warning |
|---|
| 1954 | ] |
|---|
| 1955 | [Add test for Trac #3621 |
|---|
| 1956 | simonpj@microsoft.com**20091029164034 |
|---|
| 1957 | Ignore-this: db06616aff863b98e32d03b2cd11543a |
|---|
| 1958 | ] |
|---|
| 1959 | [Update tests for INLINE patch |
|---|
| 1960 | simonpj@microsoft.com**20091029115217 |
|---|
| 1961 | Ignore-this: 5e59b11610b5959be11870e23561652f |
|---|
| 1962 | ] |
|---|
| 1963 | [Add stderr files for depreceated-mdo warnings |
|---|
| 1964 | simonpj@microsoft.com**20091029110009 |
|---|
| 1965 | Ignore-this: 44f66966feab44cbfcd7e353895b04db |
|---|
| 1966 | ] |
|---|
| 1967 | [Add undecidable instance test |
|---|
| 1968 | simonpj@microsoft.com**20091029100304 |
|---|
| 1969 | Ignore-this: 1c11f13de056188af33846472a1e8176 |
|---|
| 1970 | ] |
|---|
| 1971 | [Don't use threads on Windows |
|---|
| 1972 | Ian Lynagh <igloo@earth.li>**20091028175421 |
|---|
| 1973 | It seems to cause some sort of deadlock |
|---|
| 1974 | ] |
|---|
| 1975 | [Test Trac #3613, and track error message change |
|---|
| 1976 | simonpj@microsoft.com**20091028154810 |
|---|
| 1977 | Ignore-this: 424cdcc459da20dd84bd9c09e65da0de |
|---|
| 1978 | ] |
|---|
| 1979 | [Track changes arising from improved location info in list comprehensions |
|---|
| 1980 | simonpj@microsoft.com**20091028154735 |
|---|
| 1981 | Ignore-this: f31abf18ad5fd5bbf28dd5389246efe |
|---|
| 1982 | ] |
|---|
| 1983 | [Add test for 'rec' in do blocks |
|---|
| 1984 | simonpj@microsoft.com**20091028154137 |
|---|
| 1985 | Ignore-this: 5a661bcff3acdf7632169b21d6587670 |
|---|
| 1986 | ] |
|---|
| 1987 | [Update tests following deprecating mdo |
|---|
| 1988 | simonpj@microsoft.com**20091028154027 |
|---|
| 1989 | Ignore-this: ae1677b319abf946c5cc2a85f5c98aab |
|---|
| 1990 | ] |
|---|
| 1991 | [Add missing stdout file for T3591 |
|---|
| 1992 | simonpj@microsoft.com**20091026092600 |
|---|
| 1993 | Ignore-this: c3a14010a4c324e8b086c589f4e68245 |
|---|
| 1994 | ] |
|---|
| 1995 | [Update test so it does not use Control.Monad.Reader |
|---|
| 1996 | simonpj@microsoft.com**20091026092332 |
|---|
| 1997 | Ignore-this: 445bb58f3549572f2bbcaaf20d8e86b9 |
|---|
| 1998 | ] |
|---|
| 1999 | [Test Trac #3590 |
|---|
| 2000 | simonpj@microsoft.com**20091021153401 |
|---|
| 2001 | Ignore-this: 3b84e69e7e0ecfc8c80de15a201773ae |
|---|
| 2002 | ] |
|---|
| 2003 | [Always use the python timeout program on non-Windows |
|---|
| 2004 | Ian Lynagh <igloo@earth.li>**20091025155424 |
|---|
| 2005 | Use a python timeout program, so that we don't have to worry about |
|---|
| 2006 | whether or not the compiler we're testing has built the timeout |
|---|
| 2007 | program correctly |
|---|
| 2008 | |
|---|
| 2009 | The python timeout program doesn't work on mingw, so we still use the |
|---|
| 2010 | Haskell program on Windows |
|---|
| 2011 | ] |
|---|
| 2012 | [Complete timeout.py's unix support |
|---|
| 2013 | Ian Lynagh <igloo@earth.li>**20091025151821] |
|---|
| 2014 | [More quoting fixes |
|---|
| 2015 | Ian Lynagh <igloo@earth.li>**20091022000028] |
|---|
| 2016 | [Quoting fixes |
|---|
| 2017 | Ian Lynagh <igloo@earth.li>**20091021140545] |
|---|
| 2018 | [Normalise slashes |
|---|
| 2019 | Ian Lynagh <igloo@earth.li>**20091021124749] |
|---|
| 2020 | [Quoting fixes |
|---|
| 2021 | Ian Lynagh <igloo@earth.li>**20091021114723] |
|---|
| 2022 | [Always use / to join paths; stops "make -C .\ clean" being misparsed |
|---|
| 2023 | Ian Lynagh <igloo@earth.li>**20091021114601] |
|---|
| 2024 | [Quoting fix |
|---|
| 2025 | Ian Lynagh <igloo@earth.li>**20091021114048] |
|---|
| 2026 | [Fix more path quoting |
|---|
| 2027 | Ian Lynagh <igloo@earth.li>**20091021113037] |
|---|
| 2028 | [Add more quoting for paths with spaces |
|---|
| 2029 | Ian Lynagh <igloo@earth.li>**20091013154240] |
|---|
| 2030 | [Test Trac #3591 |
|---|
| 2031 | simonpj@microsoft.com**20091020153719 |
|---|
| 2032 | Ignore-this: 8959e243135e0afe1b37edef64a05e98 |
|---|
| 2033 | ] |
|---|
| 2034 | [renamed prof_ways -> extra_prof_ways to avoid clash |
|---|
| 2035 | Simon Marlow <marlowsd@gmail.com>**20091020095920 |
|---|
| 2036 | Ignore-this: 2e2bc6ea216af7c92100f4815e10289b |
|---|
| 2037 | ] |
|---|
| 2038 | [Adapt test to avoid uniquies |
|---|
| 2039 | simonpj@microsoft.com**20091020125421 |
|---|
| 2040 | Ignore-this: 8b9d9862ce736edc00731dfd98ff61ec |
|---|
| 2041 | ] |
|---|
| 2042 | [Test Trac #3600 |
|---|
| 2043 | simonpj@microsoft.com**20091020080443 |
|---|
| 2044 | Ignore-this: 3bf6c6e3057e15fbc81b4cb4d7bbd190 |
|---|
| 2045 | ] |
|---|
| 2046 | [omit prof ways for ffi005 |
|---|
| 2047 | Simon Marlow <marlowsd@gmail.com>**20091016084735 |
|---|
| 2048 | Ignore-this: 6f86586bd8619c2c8ef48edfb3453c26 |
|---|
| 2049 | ] |
|---|
| 2050 | [add classes of ways: prof_ways and threaded_ways |
|---|
| 2051 | Simon Marlow <marlowsd@gmail.com>**20091016084722 |
|---|
| 2052 | Ignore-this: 2cdf387557ed74ef3344afcd30666919 |
|---|
| 2053 | ] |
|---|
| 2054 | [tcfail188 compiles fine, now that Trac #959 is fixed |
|---|
| 2055 | simonpj@microsoft.com**20091015122716 |
|---|
| 2056 | Ignore-this: 9a48055e6190494263673b7b31eff349 |
|---|
| 2057 | ] |
|---|
| 2058 | [Test Trac #3263 |
|---|
| 2059 | simonpj@microsoft.com**20091015113930 |
|---|
| 2060 | Ignore-this: dd25cdf88c0b3fa5d3208370330e925 |
|---|
| 2061 | ] |
|---|
| 2062 | [Test Trac #3572 |
|---|
| 2063 | simonpj@microsoft.com**20091015112954 |
|---|
| 2064 | Ignore-this: c406dc59f283fb27e35ee893fcc48258 |
|---|
| 2065 | ] |
|---|
| 2066 | [re-enable ffi005 with the non-portable bits removed |
|---|
| 2067 | Simon Marlow <marlowsd@gmail.com>**20091014135945 |
|---|
| 2068 | Ignore-this: bae1ba5a6f9846feb43a164b85e63af4 |
|---|
| 2069 | ] |
|---|
| 2070 | [add a test for foreign import '&foo' with GHCi |
|---|
| 2071 | Simon Marlow <marlowsd@gmail.com>**20091014135154 |
|---|
| 2072 | Ignore-this: d67f40340cb8a5f3659d3fc82b6d8f29 |
|---|
| 2073 | ] |
|---|
| 2074 | [might as well make the finalizer do a callback to make the test more interesting |
|---|
| 2075 | Simon Marlow <marlowsd@gmail.com>**20091014133651 |
|---|
| 2076 | Ignore-this: d0cf65c656ac266205789b7fc8b3824a |
|---|
| 2077 | ] |
|---|
| 2078 | [add test for #3579 |
|---|
| 2079 | Simon Marlow <marlowsd@gmail.com>**20091014103109 |
|---|
| 2080 | Ignore-this: adec758a51a433cf8a0d52bcfa870236 |
|---|
| 2081 | ] |
|---|
| 2082 | [add test program from #3561 |
|---|
| 2083 | Simon Marlow <marlowsd@gmail.com>**20091013110835 |
|---|
| 2084 | Ignore-this: 5db8e8f8c9e729e620953c69c8c67e4c |
|---|
| 2085 | ] |
|---|
| 2086 | [Fix quoting in the testsuite timeout program's Makefile |
|---|
| 2087 | Ian Lynagh <igloo@earth.li>**20091013144352] |
|---|
| 2088 | [Define BIN_ROOT in a way that works if the path contains spaces |
|---|
| 2089 | Ian Lynagh <igloo@earth.li>**20091013125358] |
|---|
| 2090 | [Fix the config.timeout setting |
|---|
| 2091 | Ian Lynagh <igloo@earth.li>**20091013124252] |
|---|
| 2092 | [Add some diagnostics to timeout |
|---|
| 2093 | Ian Lynagh <igloo@earth.li>**20091013124204] |
|---|
| 2094 | [Switch back to a BIN_ROOT definition that works on all platforms |
|---|
| 2095 | Ian Lynagh <igloo@earth.li>**20091013121846 |
|---|
| 2096 | provided there are no spaces in the path |
|---|
| 2097 | ] |
|---|
| 2098 | [Fixes for spaces in paths |
|---|
| 2099 | Ian Lynagh <igloo@earth.li>**20091013115808] |
|---|
| 2100 | [Fixes for paths containing spaces |
|---|
| 2101 | Ian Lynagh <igloo@earth.li>**20091013113417] |
|---|
| 2102 | [ghc is "ghc.exe", not "ghc", on Windows |
|---|
| 2103 | Ian Lynagh <igloo@earth.li>**20091013110938] |
|---|
| 2104 | [Fix the Windows detection in the testsuite Makefiles |
|---|
| 2105 | Ian Lynagh <igloo@earth.li>**20091013110615 |
|---|
| 2106 | We need to look at "ghc +RTS --info", not "ghc --info". |
|---|
| 2107 | ] |
|---|
| 2108 | [T1074 needs mtl |
|---|
| 2109 | Ian Lynagh <igloo@earth.li>**20091009225330] |
|---|
| 2110 | [Tell the testsuite driver about the bindisttest GHC location |
|---|
| 2111 | Ian Lynagh <igloo@earth.li>**20091009203043] |
|---|
| 2112 | [Drop "NEW_BUILD_SYSTEM_" prefix on Makefile variable names |
|---|
| 2113 | Ian Lynagh <igloo@earth.li>**20091009194209] |
|---|
| 2114 | [Remove old build system support from the testsuite makefiles |
|---|
| 2115 | Ian Lynagh <igloo@earth.li>**20091009193748] |
|---|
| 2116 | [tweak T1969 values on x86-64 |
|---|
| 2117 | Simon Marlow <marlowsd@gmail.com>**20091008110545 |
|---|
| 2118 | Ignore-this: 5ecf9b8e39bb22f6fab1764763c3a1cf |
|---|
| 2119 | ] |
|---|
| 2120 | [Test -XExplicitForALl |
|---|
| 2121 | simonpj@microsoft.com**20091007155725 |
|---|
| 2122 | Ignore-this: 72391b90a12fbbd194897decb2d0f742 |
|---|
| 2123 | ] |
|---|
| 2124 | [tidy up |
|---|
| 2125 | Simon Marlow <marlowsd@gmail.com>**20091006123420 |
|---|
| 2126 | Ignore-this: a577ddd29deb53d86f2718190d33562f |
|---|
| 2127 | ] |
|---|
| 2128 | [Add a test for shadowing/overlapping packages with Cabal |
|---|
| 2129 | Simon Marlow <marlowsd@gmail.com>**20091006123415 |
|---|
| 2130 | Ignore-this: e184a9a859af6e13b1c378462d9e402 |
|---|
| 2131 | ] |
|---|
| 2132 | [the threaded2 way tests event logging too |
|---|
| 2133 | Simon Marlow <marlowsd@gmail.com>**20090930084841 |
|---|
| 2134 | Ignore-this: 64146a607ace4508fea4e5999067204c |
|---|
| 2135 | ] |
|---|
| 2136 | [Fix #3551: conc0{69,70} should be skipped when -threaded is not available |
|---|
| 2137 | Simon Marlow <marlowsd@gmail.com>**20090929145526 |
|---|
| 2138 | Ignore-this: baa4b7199433f7684cfbad247be89283 |
|---|
| 2139 | ] |
|---|
| 2140 | [Tweak tcrun007 to not depend on syb |
|---|
| 2141 | Ian Lynagh <igloo@earth.li>**20091003212610] |
|---|
| 2142 | [Update tests; ghc is a bit more consistent about flags |
|---|
| 2143 | simonpj@microsoft.com**20091002072021 |
|---|
| 2144 | Ignore-this: 7441d47cd9ce86d45bf1d1eeb8c4d8ea |
|---|
| 2145 | ] |
|---|
| 2146 | [Track error message changes |
|---|
| 2147 | simonpj@microsoft.com**20090930110742 |
|---|
| 2148 | Ignore-this: cac29e62d8f2e0a6293db4969ad9e8c3 |
|---|
| 2149 | ] |
|---|
| 2150 | [Test Trac #3540 |
|---|
| 2151 | simonpj@microsoft.com**20090930110712 |
|---|
| 2152 | Ignore-this: 1329e8d3902ccf4080c3f4dfe4c90b9d |
|---|
| 2153 | ] |
|---|
| 2154 | [tweak the boundaries for T1969 (we got better) |
|---|
| 2155 | Simon Marlow <marlowsd@gmail.com>**20090929113638 |
|---|
| 2156 | Ignore-this: 44b2b0d767aa942724115b4f3bf7a8a6 |
|---|
| 2157 | ] |
|---|
| 2158 | [wibbles to setting LC_ALL, trying to fix buildbot test failures |
|---|
| 2159 | Simon Marlow <marlowsd@gmail.com>**20090929090410 |
|---|
| 2160 | Ignore-this: ea290fa166ce8ff81bff95c928404453 |
|---|
| 2161 | ] |
|---|
| 2162 | [tweak acceptable limits for T3294 |
|---|
| 2163 | Simon Marlow <marlowsd@gmail.com>**20090928133758 |
|---|
| 2164 | Ignore-this: 669aa7582240e174bc705e2ac72b3d21 |
|---|
| 2165 | ] |
|---|
| 2166 | [Tweak tcfail163 to not need syb |
|---|
| 2167 | Ian Lynagh <igloo@earth.li>**20090922215149] |
|---|
| 2168 | [tc191 and tc220 need syb |
|---|
| 2169 | Ian Lynagh <igloo@earth.li>**20090922215017] |
|---|
| 2170 | [Tweak ds055 to not need syb |
|---|
| 2171 | Ian Lynagh <igloo@earth.li>**20090922214835] |
|---|
| 2172 | [drvrun022 needs syb |
|---|
| 2173 | Ian Lynagh <igloo@earth.li>**20090922214543] |
|---|
| 2174 | [Tweak deriving-1935 to not need syb |
|---|
| 2175 | Ian Lynagh <igloo@earth.li>**20090922214439] |
|---|
| 2176 | [Move syb tests from the testsuite repo to the syb repo |
|---|
| 2177 | Ian Lynagh <igloo@earth.li>**20090922212525] |
|---|
| 2178 | [T3087 need syb |
|---|
| 2179 | Ian Lynagh <igloo@earth.li>**20090922212502] |
|---|
| 2180 | [Tweak T2573 to not need syb |
|---|
| 2181 | Ian Lynagh <igloo@earth.li>**20090922210550] |
|---|
| 2182 | [Tweak T2394 to not need syb |
|---|
| 2183 | Ian Lynagh <igloo@earth.li>**20090922205045] |
|---|
| 2184 | [Tweak T2378 to not need syb |
|---|
| 2185 | Ian Lynagh <igloo@earth.li>**20090922204936] |
|---|
| 2186 | [arith008(dyn) and arith012(dyn) are expected failures on x86 |
|---|
| 2187 | Simon Marlow <marlowsd@gmail.com>**20090918125134] |
|---|
| 2188 | [add test for #2881 |
|---|
| 2189 | Simon Marlow <marlowsd@gmail.com>**20090918124532 |
|---|
| 2190 | Ignore-this: 253d872d99e5caa568b63639bdfb70c9 |
|---|
| 2191 | ] |
|---|
| 2192 | [expand the test for shadowing to include overriding with -package-id |
|---|
| 2193 | Simon Marlow <marlowsd@gmail.com>**20090917120250 |
|---|
| 2194 | Ignore-this: d1499b3bb7e693817b83fc10bdd2d395 |
|---|
| 2195 | ] |
|---|
| 2196 | [Fix runtests.py for Python 2.6.1 |
|---|
| 2197 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090917105117 |
|---|
| 2198 | Ignore-this: 11f9aaab6c3e93bca0bff3e8b3603f04 |
|---|
| 2199 | - This is the version of Python that comes with Snow Leopard |
|---|
| 2200 | ] |
|---|
| 2201 | [accept output |
|---|
| 2202 | Simon Marlow <marlowsd@gmail.com>**20090914134844 |
|---|
| 2203 | Ignore-this: ce62cebb1bc44889a027ea4d2ee89fb2 |
|---|
| 2204 | ] |
|---|
| 2205 | [use "ghc-pkg init" to create databases, and update test output |
|---|
| 2206 | Simon Marlow <marlowsd@gmail.com>**20090914105851 |
|---|
| 2207 | Ignore-this: 89cd71a2cf2ffaca6fcd9da44dde69bd |
|---|
| 2208 | ] |
|---|
| 2209 | [add a test for the NCG space leak I found while looking at #3294 |
|---|
| 2210 | Simon Marlow <marlowsd@gmail.com>**20090914105002] |
|---|
| 2211 | [update to not require -fglasgow-exts |
|---|
| 2212 | Simon Marlow <marlowsd@gmail.com>**20090911134243 |
|---|
| 2213 | Ignore-this: c779a91dc6adff182ca415cc0650ccef |
|---|
| 2214 | ] |
|---|
| 2215 | [remove -fglasgow-exts |
|---|
| 2216 | Simon Marlow <marlowsd@gmail.com>**20090911125732 |
|---|
| 2217 | Ignore-this: 75112c664be1e5329bb0928beff4e061 |
|---|
| 2218 | ] |
|---|
| 2219 | [Use +RTS -I0.1 -RTS for ghci tests |
|---|
| 2220 | Simon Marlow <marlowsd@gmail.com>**20090911125702 |
|---|
| 2221 | Ignore-this: 642db417f7460a307819cb2b12d700b2 |
|---|
| 2222 | Now that GHCi has a longer default idle GC time |
|---|
| 2223 | ] |
|---|
| 2224 | [Update tests to not rely on -fglasgow-exts |
|---|
| 2225 | Simon Marlow <marlowsd@gmail.com>**20090911125458 |
|---|
| 2226 | Ignore-this: 31ad4e4ef43cf9d9519b9390bfae66cb |
|---|
| 2227 | ] |
|---|
| 2228 | [make this test more robust, don't depend on the format of package.conf |
|---|
| 2229 | Simon Marlow <marlowsd@gmail.com>**20090911132255 |
|---|
| 2230 | Ignore-this: 4f724d35ff62505a9ece79e57aba17c6 |
|---|
| 2231 | ] |
|---|
| 2232 | [accept output |
|---|
| 2233 | Simon Marlow <marlowsd@gmail.com>**20090911090801 |
|---|
| 2234 | Ignore-this: 22a874484c7e6d8778bc9cb9efd16f1 |
|---|
| 2235 | ] |
|---|
| 2236 | [Test nested splices: TH_NestedSplices |
|---|
| 2237 | simonpj@microsoft.com**20090911090629 |
|---|
| 2238 | Ignore-this: 7de5c9bb9f09d608a6c53d99ab8deb69 |
|---|
| 2239 | ] |
|---|
| 2240 | [Follow TH changes |
|---|
| 2241 | simonpj@microsoft.com**20090910132948 |
|---|
| 2242 | Ignore-this: 97e9d3ff4fc76e17433ea8b0098b504f |
|---|
| 2243 | ] |
|---|
| 2244 | [Track changes in error message format (TH related) |
|---|
| 2245 | simonpj@microsoft.com**20090910132238 |
|---|
| 2246 | Ignore-this: f5603863af6f74d3b962bff67b1186dc |
|---|
| 2247 | ] |
|---|
| 2248 | [Update output |
|---|
| 2249 | simonpj@microsoft.com**20090910131048 |
|---|
| 2250 | Ignore-this: 71335c64b8afa855886336f01e049f80 |
|---|
| 2251 | ] |
|---|
| 2252 | [Add test for empty data declarations |
|---|
| 2253 | simonpj@microsoft.com**20090904135719 |
|---|
| 2254 | Ignore-this: 81132b905e487c41cb0b20d043b230e4 |
|---|
| 2255 | |
|---|
| 2256 | Test some modest extensions of empty data decls: |
|---|
| 2257 | data T1 :: * -> * |
|---|
| 2258 | data T2 :: * where |
|---|
| 2259 | |
|---|
| 2260 | ] |
|---|
| 2261 | [Test Trac #3467 |
|---|
| 2262 | simonpj@microsoft.com**20090830220420 |
|---|
| 2263 | Ignore-this: e1b511a4462bfbdfa9d44219a5d0e2fd |
|---|
| 2264 | ] |
|---|
| 2265 | [Add output for T3403 |
|---|
| 2266 | simonpj@microsoft.com**20090910123153 |
|---|
| 2267 | Ignore-this: 79feb3a6aafc4f1665ee66762967e0c0 |
|---|
| 2268 | ] |
|---|
| 2269 | [update tests following package-related changes in GHC/ghc-pkg |
|---|
| 2270 | Simon Marlow <marlowsd@gmail.com>**20090910115403 |
|---|
| 2271 | Ignore-this: ab12e0e5e335473e8cfad1603674ed78 |
|---|
| 2272 | ] |
|---|
| 2273 | [Make this test a little more stable |
|---|
| 2274 | Matthias Kilian <kili@outback.escape.de>**20090829102358 |
|---|
| 2275 | Ignore-this: b6e4f541193b785410af602eeb6816aa |
|---|
| 2276 | |
|---|
| 2277 | On slow machines, ghci can take more than one second to launch, |
|---|
| 2278 | which produces confusing failure output like |
|---|
| 2279 | |
|---|
| 2280 | +cat: 3171.pid: No such file or directory |
|---|
| 2281 | +usage: kill [-s signame | -signum | -signame] { job | pid | pgrp } ... |
|---|
| 2282 | + kill -l [exit_status ...] |
|---|
| 2283 | |
|---|
| 2284 | Fix this by |
|---|
| 2285 | |
|---|
| 2286 | 1) increasing the time before sending a SIGINT from 1 to 2 seconds, |
|---|
| 2287 | 2) running the test program in the background and asking the shell for |
|---|
| 2288 | its pid instead of relying on the program to write the pid file |
|---|
| 2289 | quick enough. |
|---|
| 2290 | |
|---|
| 2291 | Of course you'll still see failures on *very* slow or overloaded |
|---|
| 2292 | machines; that would probably a stderr diff like `-Interrupted'. |
|---|
| 2293 | |
|---|
| 2294 | ] |
|---|
| 2295 | [expect_broken(3498): unicode output doesn't work on Windows (yet) |
|---|
| 2296 | Simon Marlow <marlowsd@gmail.com>**20090909132447 |
|---|
| 2297 | Ignore-this: 86ff6937b615cb332080abb30d51e1ca |
|---|
| 2298 | ] |
|---|
| 2299 | [accept output |
|---|
| 2300 | Simon Marlow <marlowsd@gmail.com>**20090908145608 |
|---|
| 2301 | Ignore-this: a4e321a6312d0a971ae004fb6c37a1ce |
|---|
| 2302 | ] |
|---|
| 2303 | [add a test for package shadowing |
|---|
| 2304 | Simon Marlow <marlowsd@gmail.com>**20090906112234 |
|---|
| 2305 | Ignore-this: c67c26ca3ff1fa84795400583270a075 |
|---|
| 2306 | ] |
|---|
| 2307 | [Test Trac #3403 |
|---|
| 2308 | simonpj@microsoft.com**20090908131728 |
|---|
| 2309 | Ignore-this: 28d36facd5b29885e35cf7e03ee2fed6 |
|---|
| 2310 | ] |
|---|
| 2311 | [Test Trac #3468 |
|---|
| 2312 | simonpj@microsoft.com**20090908125744 |
|---|
| 2313 | Ignore-this: e4647da95ea2a7bcb4f48cb6cddc8bbd |
|---|
| 2314 | ] |
|---|
| 2315 | [tweak the values on x86-64/Linux (max_bytes_used improved) |
|---|
| 2316 | Simon Marlow <marlowsd@gmail.com>**20090908103124 |
|---|
| 2317 | Ignore-this: 68d835bf9cedeaed558e9031242ac601 |
|---|
| 2318 | ] |
|---|
| 2319 | [omit various non-optimised ways for space_leak_001 |
|---|
| 2320 | Simon Marlow <marlowsd@gmail.com>**20090908102828 |
|---|
| 2321 | Ignore-this: 5ee32992a22c97ce9934f41afd572c86 |
|---|
| 2322 | ] |
|---|
| 2323 | [accept output |
|---|
| 2324 | Simon Marlow <marlowsd@gmail.com>**20090908102234 |
|---|
| 2325 | Ignore-this: 9a27198973ff8b24babd4dfd91095f31 |
|---|
| 2326 | ] |
|---|
| 2327 | [omit prof ways for ffi020 |
|---|
| 2328 | Simon Marlow <marlowsd@gmail.com>**20090908102043 |
|---|
| 2329 | Ignore-this: aa413ce3f4870f362d94761dd6059755 |
|---|
| 2330 | ] |
|---|
| 2331 | [Use a stable ordering of the export list |
|---|
| 2332 | Simon Marlow <marlowsd@gmail.com>**20090908101607 |
|---|
| 2333 | Ignore-this: 45889cb9ad7add61a8f2327f22274c3 |
|---|
| 2334 | ] |
|---|
| 2335 | [T3391: omit profc, profasm |
|---|
| 2336 | Simon Marlow <marlowsd@gmail.com>**20090908100123 |
|---|
| 2337 | Ignore-this: 40c4326534af9123fd2fa570db07c49f |
|---|
| 2338 | ] |
|---|
| 2339 | [follow changes from #3310 |
|---|
| 2340 | Simon Marlow <marlowsd@gmail.com>**20090830153325 |
|---|
| 2341 | Ignore-this: 670b7c1ef02114a8d8ceb3f0698d49 |
|---|
| 2342 | ] |
|---|
| 2343 | [fix a bug: the sequence was incorrect, rather than incomplete |
|---|
| 2344 | Simon Marlow <marlowsd@gmail.com>**20090829173621 |
|---|
| 2345 | Ignore-this: 102cebecb218e2df8df33d46576810fd |
|---|
| 2346 | ] |
|---|
| 2347 | [update ghc-pkg tests following the addition of installedPackageId |
|---|
| 2348 | Simon Marlow <marlowsd@gmail.com>**20090825075513 |
|---|
| 2349 | Ignore-this: 11e93fe86f380719a29acfaf7b5356b6 |
|---|
| 2350 | ] |
|---|
| 2351 | [follow change in Cabal: package -> sourcePackageId |
|---|
| 2352 | Simon Marlow <marlowsd@gmail.com>**20090825075134 |
|---|
| 2353 | Ignore-this: a8a6691cebf577efcb788fdb771e6f5a |
|---|
| 2354 | ] |
|---|
| 2355 | [Test Trac #3406 |
|---|
| 2356 | simonpj@microsoft.com**20090825073011 |
|---|
| 2357 | Ignore-this: 41fbfb08f09cfffae469f0b8fd44a54b |
|---|
| 2358 | ] |
|---|
| 2359 | [add extra_clean for T3286 |
|---|
| 2360 | Simon Marlow <marlowsd@gmail.com>**20090824091047 |
|---|
| 2361 | Ignore-this: 45f1ed1ca4d9ddeb6851eb71fcc75da0 |
|---|
| 2362 | ] |
|---|
| 2363 | [TFs: T3423 was missing -XFlexibleInstances |
|---|
| 2364 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090824025100 |
|---|
| 2365 | Ignore-this: 748adedd772e71de8ce6ef2923275c7b |
|---|
| 2366 | ] |
|---|
| 2367 | [TFs: T3220 |
|---|
| 2368 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090824024755 |
|---|
| 2369 | Ignore-this: 3032db152dd0668bb1f2f39d8d50b7f |
|---|
| 2370 | ] |
|---|
| 2371 | [Test Trac #2850 |
|---|
| 2372 | simonpj@microsoft.com**20090821211351 |
|---|
| 2373 | Ignore-this: 55733f9b3a70231c38a8aeda2606dd89 |
|---|
| 2374 | ] |
|---|
| 2375 | [Test Trac #3423 |
|---|
| 2376 | simonpj@microsoft.com**20090821210544 |
|---|
| 2377 | Ignore-this: 6fefeb3dfa3fdb3d263b9c4d420792ff |
|---|
| 2378 | ] |
|---|
| 2379 | [Use the dynamic way if we have a dynamic RTS |
|---|
| 2380 | Ian Lynagh <igloo@earth.li>**20090821153355] |
|---|
| 2381 | [Add a dynamic hello world test, that gets run during validate |
|---|
| 2382 | Ian Lynagh <igloo@earth.li>**20090821153314] |
|---|
| 2383 | [Test Trac #3371 |
|---|
| 2384 | simonpj@microsoft.com**20090821100750 |
|---|
| 2385 | Ignore-this: 2f20fa7f0cc2332f35cb3240638a7589 |
|---|
| 2386 | ] |
|---|
| 2387 | [Test Trac #3437 |
|---|
| 2388 | simonpj@microsoft.com**20090821095347 |
|---|
| 2389 | Ignore-this: e3f80cd609ddf79b2b245e7c848bb005 |
|---|
| 2390 | ] |
|---|
| 2391 | [Track wording changes in error messages |
|---|
| 2392 | simonpj@microsoft.com**20090820162121 |
|---|
| 2393 | Ignore-this: cc430b5e53ee4c284655b0aea40d6ce6 |
|---|
| 2394 | ] |
|---|
| 2395 | [add the test from #3424 |
|---|
| 2396 | Simon Marlow <marlowsd@gmail.com>**20090820145325 |
|---|
| 2397 | Ignore-this: 88bc0b2e548875961b69400fa724f0a |
|---|
| 2398 | ] |
|---|
| 2399 | [follow changes in the base package |
|---|
| 2400 | Simon Marlow <marlowsd@gmail.com>**20090819142958 |
|---|
| 2401 | Ignore-this: cb7b532ad97a6048c487376771ff401f |
|---|
| 2402 | ] |
|---|
| 2403 | [accept output |
|---|
| 2404 | Simon Marlow <marlowsd@gmail.com>**20090819142333 |
|---|
| 2405 | Ignore-this: 9f6d0bebea8626427860ae3295239d8c |
|---|
| 2406 | ] |
|---|
| 2407 | [Update output |
|---|
| 2408 | simonpj@microsoft.com**20090820123151 |
|---|
| 2409 | Ignore-this: 4f4cb42b35ca820a0039406b437b1be2 |
|---|
| 2410 | ] |
|---|
| 2411 | [accept output |
|---|
| 2412 | Simon Marlow <marlowsd@gmail.com>**20090819142418] |
|---|
| 2413 | [add threaded2_qw way, which is threaded2 with +RTS -qw |
|---|
| 2414 | Simon Marlow <marlowsd@gmail.com>**20090819130704 |
|---|
| 2415 | Ignore-this: de00b72ca34d0cce9416455b6af5ac66 |
|---|
| 2416 | ] |
|---|
| 2417 | [TFs: T3418 |
|---|
| 2418 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090820105418 |
|---|
| 2419 | Ignore-this: 6fe5caf8af245d792f7b9e4c9be58d68 |
|---|
| 2420 | ] |
|---|
| 2421 | [TFs: test cases for #2767 & #3208 |
|---|
| 2422 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090820073343 |
|---|
| 2423 | Ignore-this: a9c06c0d0fcc72c0cf59e5c94271005b |
|---|
| 2424 | ] |
|---|
| 2425 | [add test for an illegal C finalizer callback |
|---|
| 2426 | Simon Marlow <marlowsd@gmail.com>**20090819123952 |
|---|
| 2427 | Ignore-this: 4de54a86ba9d6d588ea7d6008ba84737 |
|---|
| 2428 | ] |
|---|
| 2429 | [the remaining part of #1548 is now fixed |
|---|
| 2430 | Simon Marlow <marlowsd@gmail.com>**20090819120141 |
|---|
| 2431 | Ignore-this: 4d90dde10d3987b4fab8b4309a5fb6ed |
|---|
| 2432 | ] |
|---|
| 2433 | [Add a test for trac #3286 |
|---|
| 2434 | Ian Lynagh <igloo@earth.li>**20090819113724] |
|---|
| 2435 | [add test for #3429 |
|---|
| 2436 | Simon Marlow <marlowsd@gmail.com>**20090818140030 |
|---|
| 2437 | Ignore-this: 3ad7efc0274575bb7290ca952533c594 |
|---|
| 2438 | ] |
|---|
| 2439 | [Add a test for #3007 |
|---|
| 2440 | Ian Lynagh <igloo@earth.li>**20090813161943] |
|---|
| 2441 | [Test Trac #3409 |
|---|
| 2442 | simonpj@microsoft.com**20090813161540 |
|---|
| 2443 | Ignore-this: e4093d296c05c4b5532588f2a04c2210 |
|---|
| 2444 | ] |
|---|
| 2445 | [Add a test for #3303: multiline deprecated warnings |
|---|
| 2446 | Ian Lynagh <igloo@earth.li>**20090812185743] |
|---|
| 2447 | [Trac change in Template Haskell errors |
|---|
| 2448 | simonpj@microsoft.com**20090811141150 |
|---|
| 2449 | Ignore-this: 979cdffc2f7cf47db2174314dc0429bd |
|---|
| 2450 | ] |
|---|
| 2451 | [Test Trac #3395 |
|---|
| 2452 | simonpj@microsoft.com**20090810142619 |
|---|
| 2453 | Ignore-this: 112740b5a4cff3c501bd8da0cac1ee42 |
|---|
| 2454 | ] |
|---|
| 2455 | [Test Trac #2395 |
|---|
| 2456 | simonpj@microsoft.com**20090810140953 |
|---|
| 2457 | Ignore-this: 7992f4b5a513c2c96645453308a8035a |
|---|
| 2458 | ] |
|---|
| 2459 | [Test for group being a special_id when TransformListComp is on |
|---|
| 2460 | Max Bolingbroke <batterseapower@hotmail.com>**20090717224849 |
|---|
| 2461 | Ignore-this: 850192f55096c6d373b797255aa0b236 |
|---|
| 2462 | ] |
|---|
| 2463 | [Regression test for Trac #2395 |
|---|
| 2464 | Alexander Dunlap <alexander.dunlap@gmail.com>**20090807190019 |
|---|
| 2465 | Ignore-this: a60faf89928344e7c9982646ce0193f9 |
|---|
| 2466 | ] |
|---|
| 2467 | [remove deprecated -#include flag |
|---|
| 2468 | Simon Marlow <marlowsd@gmail.com>**20090805105047 |
|---|
| 2469 | Ignore-this: b9aa8cbf54564941c544ae78ba3cb376 |
|---|
| 2470 | ] |
|---|
| 2471 | [fix tests after RTS tidyup |
|---|
| 2472 | Simon Marlow <marlowsd@gmail.com>**20090803123501 |
|---|
| 2473 | Ignore-this: 3ea78cb5bb05e68c634bcc961c13d9a0 |
|---|
| 2474 | ] |
|---|
| 2475 | [Remove the DiffArray tests |
|---|
| 2476 | Ian Lynagh <igloo@earth.li>**20090802132048 |
|---|
| 2477 | They're now in the diffarray package |
|---|
| 2478 | ] |
|---|
| 2479 | [Add a test for trac #789 |
|---|
| 2480 | Ian Lynagh <igloo@earth.li>**20090801153538] |
|---|
| 2481 | [Update array test outputs |
|---|
| 2482 | Ian Lynagh <igloo@earth.li>**20090730153649] |
|---|
| 2483 | [add test for atomic_inc()/atomic_dec() |
|---|
| 2484 | Simon Marlow <marlowsd@gmail.com>**20090729075547 |
|---|
| 2485 | Ignore-this: f754a4aaa6aa21458375e299f2e7141b |
|---|
| 2486 | ] |
|---|
| 2487 | [2816 is if_platform('i386-unknown-mingw32',expect_broken(3398)) |
|---|
| 2488 | Simon Marlow <marlowsd@gmail.com>**20090727143202 |
|---|
| 2489 | Ignore-this: a9e5f453ce3b5a951c2364cfcebd7cbe |
|---|
| 2490 | ] |
|---|
| 2491 | [bump limits for T1969 again (it was failing on Windows) |
|---|
| 2492 | Simon Marlow <marlowsd@gmail.com>**20090724091355 |
|---|
| 2493 | Ignore-this: b384a8221a8dec7a89522ee79de2dbf6 |
|---|
| 2494 | ] |
|---|
| 2495 | [Test for make supporting abspath, and fail if it doesn't |
|---|
| 2496 | Ian Lynagh <igloo@earth.li>**20090726135136 |
|---|
| 2497 | This fixes problems using GNU make 3.80. |
|---|
| 2498 | ] |
|---|
| 2499 | [add --no-user-package-conf for ghc-pkg tests |
|---|
| 2500 | Simon Marlow <marlowsd@gmail.com>**20090724151549 |
|---|
| 2501 | Ignore-this: 58db107bb49d62173ad46881cd956599 |
|---|
| 2502 | ] |
|---|
| 2503 | [add -no-user-package-conf to GHC command lines |
|---|
| 2504 | Simon Marlow <marlowsd@gmail.com>**20090724123813 |
|---|
| 2505 | Ignore-this: 57b0e90bfcb89d1793a2c61c014b5414 |
|---|
| 2506 | ] |
|---|
| 2507 | [Test Trac #3391 |
|---|
| 2508 | simonpj@microsoft.com**20090723160523 |
|---|
| 2509 | Ignore-this: dbd9e3f6cb4ce6564aa1d6e9c8339a28 |
|---|
| 2510 | ] |
|---|
| 2511 | [Follow output changes (braces in do-notation) |
|---|
| 2512 | simonpj@microsoft.com**20090723152556 |
|---|
| 2513 | Ignore-this: 74e9ad4d85c7624114084ad8eb054910 |
|---|
| 2514 | ] |
|---|
| 2515 | [fix broken test on Windows |
|---|
| 2516 | Simon Marlow <marlowsd@gmail.com>**20090723120826 |
|---|
| 2517 | Ignore-this: b7be929f7d1302f59cd74cf1eff4aade |
|---|
| 2518 | ] |
|---|
| 2519 | [Follow output |
|---|
| 2520 | simonpj@microsoft.com**20090723131845 |
|---|
| 2521 | Ignore-this: 78fe9e7daf9d70c06da6dfb0332575f7 |
|---|
| 2522 | ] |
|---|
| 2523 | [Test standalone deriving for GADTs |
|---|
| 2524 | simonpj@microsoft.com**20090723100441 |
|---|
| 2525 | Ignore-this: b45fafc180241619d364f1080215869f |
|---|
| 2526 | ] |
|---|
| 2527 | [Tweak tests for unboxed tuple sections |
|---|
| 2528 | Max Bolingbroke <batterseapower@hotmail.com>**20090717214231 |
|---|
| 2529 | Ignore-this: 6abc5631f1028b628f155f0a20ece4da |
|---|
| 2530 | ] |
|---|
| 2531 | [Tests for unboxed tuple sections |
|---|
| 2532 | Max Bolingbroke <batterseapower@hotmail.com>**20090717212443 |
|---|
| 2533 | Ignore-this: 3a31b5c69acb53e3f543c8fb92aca38e |
|---|
| 2534 | ] |
|---|
| 2535 | [Tests for basic TupleSections |
|---|
| 2536 | Max Bolingbroke <batterseapower@hotmail.com>**20090717204659 |
|---|
| 2537 | Ignore-this: 7bf3a8e08b6b654f5dd9a9fba31f9cbe |
|---|
| 2538 | ] |
|---|
| 2539 | [Use /usr/bin/env to find Python |
|---|
| 2540 | Simon Marlow <marlowsd@gmail.com>**20090723075156 |
|---|
| 2541 | Ignore-this: e6315057539fb198d98909cb1dda243f |
|---|
| 2542 | |
|---|
| 2543 | Contributed by: Krister Walfridsson <krister.walfridsson@gmail.com> |
|---|
| 2544 | ] |
|---|
| 2545 | [Follow Integer changes |
|---|
| 2546 | Ian Lynagh <igloo@earth.li>**20090721234536] |
|---|
| 2547 | [accept output |
|---|
| 2548 | Simon Marlow <marlowsd@gmail.com>**20090722122529 |
|---|
| 2549 | Ignore-this: 35b847e78b8062dac668425dcf3e7a57 |
|---|
| 2550 | ] |
|---|
| 2551 | [Give us some more breathing room in T1969. |
|---|
| 2552 | Simon Marlow <marlowsd@gmail.com>**20090722122518 |
|---|
| 2553 | Ignore-this: 550cf0b0b58bf69f57858dccc9e4e416 |
|---|
| 2554 | |
|---|
| 2555 | Memory use went up a little with my change to external names, as most |
|---|
| 2556 | names got longer. However, we're still doing better than 6.10 on this |
|---|
| 2557 | test, so I don't mind bumping the limit a bit. |
|---|
| 2558 | ] |
|---|
| 2559 | [tc215 works now that Trac #366 is done |
|---|
| 2560 | simonpj@microsoft.com**20090722105733 |
|---|
| 2561 | Ignore-this: e9f108b8632316cc2d9c23370121d03 |
|---|
| 2562 | ] |
|---|
| 2563 | [Test pattern-match overlap checking for GADTs |
|---|
| 2564 | simonpj@microsoft.com**20090722051806 |
|---|
| 2565 | Ignore-this: 355ff54d49f196f3b4e769ce486786f0 |
|---|
| 2566 | ] |
|---|
| 2567 | [Test for Trac #3382 |
|---|
| 2568 | simonpj@microsoft.com**20090720060155 |
|---|
| 2569 | Ignore-this: b8a90bfdf4219235cf0adb51c0d36e36 |
|---|
| 2570 | ] |
|---|
| 2571 | [Add a test for #1647 |
|---|
| 2572 | Ian Lynagh <igloo@earth.li>**20090719181425] |
|---|
| 2573 | [Add a test for #3055 |
|---|
| 2574 | Ian Lynagh <igloo@earth.li>**20090717222040] |
|---|
| 2575 | [Add test for Trac #3346 |
|---|
| 2576 | simonpj@microsoft.com**20090717155827 |
|---|
| 2577 | Ignore-this: 52203cff9520f0f502612cf5880e660c |
|---|
| 2578 | ] |
|---|
| 2579 | [accept output after changes to dfun naming |
|---|
| 2580 | Simon Marlow <marlowsd@gmail.com>**20090716144125 |
|---|
| 2581 | Ignore-this: 295a3d8c86c533edb40d077a1fbdf2e5 |
|---|
| 2582 | ] |
|---|
| 2583 | [Update mode001 |
|---|
| 2584 | Ian Lynagh <igloo@earth.li>**20090716000721 |
|---|
| 2585 | The earlier of --help and --version now determines the behaviour |
|---|
| 2586 | ] |
|---|
| 2587 | [add utf8_bom codec |
|---|
| 2588 | Simon Marlow <marlowsd@gmail.com>**20090715131505 |
|---|
| 2589 | Ignore-this: 27a198bd9ed3112005c43551109acd58 |
|---|
| 2590 | ] |
|---|
| 2591 | [Test derived Foldable instance |
|---|
| 2592 | m.niloc@gmail.com**20090711130821 |
|---|
| 2593 | Ignore-this: 830f4b824bd469df0de947f32b4f9c1c |
|---|
| 2594 | ] |
|---|
| 2595 | [Add a test for #1074 |
|---|
| 2596 | Ian Lynagh <igloo@earth.li>**20090711191937] |
|---|
| 2597 | [Add a test for #1792 |
|---|
| 2598 | Ian Lynagh <igloo@earth.li>**20090711191508] |
|---|
| 2599 | [TFs: Added T2203b |
|---|
| 2600 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090710064638 |
|---|
| 2601 | Ignore-this: 8d0c3101f03a76b2fd13e1032aefeffe |
|---|
| 2602 | ] |
|---|
| 2603 | [TFs: fixed should_compile/Simple8 & wibbles |
|---|
| 2604 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090710035536 |
|---|
| 2605 | Ignore-this: 66b4c2ad6a5f594f2fd6fcf51be78d6a |
|---|
| 2606 | ] |
|---|
| 2607 | [T3016: skip_if_fast, and omit optc too. |
|---|
| 2608 | Simon Marlow <marlowsd@gmail.com>**20090709144504 |
|---|
| 2609 | Ignore-this: 26d695f84bf0393da3f1e1862140384f |
|---|
| 2610 | ] |
|---|
| 2611 | [disable T3016(profc), gcc takes ages |
|---|
| 2612 | Simon Marlow <marlowsd@gmail.com>**20090709104147 |
|---|
| 2613 | Ignore-this: 4accafb20b11f18bb389be86aa84a331 |
|---|
| 2614 | ] |
|---|
| 2615 | [Tests for unused imports |
|---|
| 2616 | simonpj@microsoft.com**20090706111329 |
|---|
| 2617 | Ignore-this: 477db02945a12e468d0adc9181ece35d |
|---|
| 2618 | ] |
|---|
| 2619 | [TFs: T2677 |
|---|
| 2620 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090707054749 |
|---|
| 2621 | Ignore-this: 8ca0fd55918fc3b5a7cd2b7407b7195a |
|---|
| 2622 | ] |
|---|
| 2623 | [Update cabal01 test for Cabal change |
|---|
| 2624 | Ian Lynagh <igloo@earth.li>**20090705194639] |
|---|
| 2625 | [Make changes to -fwarn-unused-do-bind and -fwarn-wrong-do-bind suggested by SPJ |
|---|
| 2626 | Max Bolingbroke <batterseapower@hotmail.com>**20090702150957 |
|---|
| 2627 | Ignore-this: a79f826df7152b7b5a253a05f90d4128 |
|---|
| 2628 | ] |
|---|
| 2629 | [Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 |
|---|
| 2630 | Max Bolingbroke <batterseapower@hotmail.com>**20090701200441 |
|---|
| 2631 | Ignore-this: b762c27276c3e1e3aff614640f27903d |
|---|
| 2632 | ] |
|---|
| 2633 | [Test Trac #3342 |
|---|
| 2634 | simonpj@microsoft.com**20090702124700 |
|---|
| 2635 | Ignore-this: 3d47a4e0c60d0ad4db266869cdb74ec9 |
|---|
| 2636 | ] |
|---|
| 2637 | [Track error message change |
|---|
| 2638 | simonpj@microsoft.com**20090702095512 |
|---|
| 2639 | Ignore-this: 47db428ab8f9a6e2f0903fc84c1d547b |
|---|
| 2640 | ] |
|---|
| 2641 | [NonLinearSigErr is actually OK |
|---|
| 2642 | simonpj@microsoft.com**20090702095452 |
|---|
| 2643 | Ignore-this: ef3db790608ce2d9b4a26cbc450b93c1 |
|---|
| 2644 | ] |
|---|
| 2645 | [Track change in record syntax for GADTs |
|---|
| 2646 | simonpj@microsoft.com**20090702095341 |
|---|
| 2647 | Ignore-this: f566b1130a4dff0a81d92a262d794d |
|---|
| 2648 | ] |
|---|
| 2649 | [TFs: nullary families are ok |
|---|
| 2650 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20090702093629 |
|---|
| 2651 | Ignore-this: ef5783432881e51f4f88b806aaacc1cf |
|---|
| 2652 | ] |
|---|
| 2653 | [add readwrite003 (from bug #679) |
|---|
| 2654 | Simon Marlow <marlowsd@gmail.com>**20090701104449 |
|---|
| 2655 | Ignore-this: 657cea9c9506a5f961877cdb77313ab7 |
|---|
| 2656 | ] |
|---|
| 2657 | [Remove hacky GCC setting |
|---|
| 2658 | Simon Marlow <marlowsd@gmail.com>**20090626140827 |
|---|
| 2659 | Ignore-this: 698a64c4f09be46340d04aeb0f9be8d |
|---|
| 2660 | It isn't necessary now that Cabal can find gcc in the new layout, and |
|---|
| 2661 | it was taking a long time (2.5s on Windows every time you start up |
|---|
| 2662 | make in the testsuite) |
|---|
| 2663 | ] |
|---|
| 2664 | [accept output after fixes to FFI declaration pretty-printing |
|---|
| 2665 | Simon Marlow <marlowsd@gmail.com>**20090626103342 |
|---|
| 2666 | Ignore-this: 34d49ce46f4fac185e110ae6c27e8c35 |
|---|
| 2667 | ] |
|---|
| 2668 | [add test for #3319 |
|---|
| 2669 | Simon Marlow <marlowsd@gmail.com>**20090626103159 |
|---|
| 2670 | Ignore-this: 7b77c0bb4137b9174e76c6c5aa9a9bd4 |
|---|
| 2671 | ] |
|---|
| 2672 | [TAG 2009-06-25 |
|---|
| 2673 | Ian Lynagh <igloo@earth.li>**20090625160429] |
|---|
| 2674 | Patch bundle hash: |
|---|
| 2675 | fc4e1de8b820c5c3afd9835b371fa86ab3039a73 |
|---|