| 1 | |
|---|
| 2 | New patches: |
|---|
| 3 | |
|---|
| 4 | [invoke cygpath only on Cygwin platform |
|---|
| 5 | karel.gardas@centrum.cz**20090317113232] { |
|---|
| 6 | hunk ./mk/boilerplate.mk 14 |
|---|
| 7 | +OS_NAME := $(shell uname -s) |
|---|
| 8 | +ifeq ($(OS_NAME), Cygwin) |
|---|
| 9 | hunk ./mk/boilerplate.mk 23 |
|---|
| 10 | +else |
|---|
| 11 | +define canonicalise |
|---|
| 12 | +endef |
|---|
| 13 | +endif |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | Context: |
|---|
| 17 | |
|---|
| 18 | [Accept output for changes |
|---|
| 19 | Pepe Iborra <mnislaih@gmail.com>**20090222202140 |
|---|
| 20 | due to "Do not print anything to stdout when stopping at a breakpoint with custom code" |
|---|
| 21 | ] |
|---|
| 22 | [add test for pointer alignment |
|---|
| 23 | Simon Marlow <marlowsd@gmail.com>**20090219092918 |
|---|
| 24 | Ignore-this: e8a591410ee8df51f9c133a496023056 |
|---|
| 25 | ] |
|---|
| 26 | [Add another test for trac #3001 |
|---|
| 27 | Ian Lynagh <igloo@earth.li>**20090218235954] |
|---|
| 28 | [Add a test for #3001 |
|---|
| 29 | Ian Lynagh <igloo@earth.li>**20090218202041] |
|---|
| 30 | [Accept saturating Float to Int conversion |
|---|
| 31 | Ben.Lippmeier@anu.edu.au**20090217044054 |
|---|
| 32 | On SPARC and PPC, double2Int (2^33) does a saturating conversion |
|---|
| 33 | which results in 2147483647. |
|---|
| 34 | On i386 it gives -2147483648, but I'm declaring that broken. |
|---|
| 35 | ] |
|---|
| 36 | [fix conc018(ghci) |
|---|
| 37 | Simon Marlow <marlowsd@gmail.com>**20090213131036 |
|---|
| 38 | Ignore-this: 5c49836955ebed9828d218b60efea5f |
|---|
| 39 | ] |
|---|
| 40 | [Test Trac #3017 |
|---|
| 41 | simonpj@microsoft.com**20090211175233 |
|---|
| 42 | Ignore-this: 152e45a8fe6ffe75b73060ccdcbd654 |
|---|
| 43 | ] |
|---|
| 44 | [test the work-stealing deque implementation (rts/parallel/WSDeque.c) |
|---|
| 45 | Simon Marlow <marlowsd@gmail.com>**20090211152539 |
|---|
| 46 | Ignore-this: 211158d96e9abf37d17659219597e65d |
|---|
| 47 | ] |
|---|
| 48 | [remove -debug; we already have debug and non-debug ways |
|---|
| 49 | Simon Marlow <marlowsd@gmail.com>**20090209112428 |
|---|
| 50 | Ignore-this: 76188cfc167c5e69d13d3cd2d90c2d69 |
|---|
| 51 | ] |
|---|
| 52 | [hack to make this test work more often |
|---|
| 53 | Simon Marlow <marlowsd@gmail.com>**20090209093414 |
|---|
| 54 | Ignore-this: b0181b223b83336a1c373c5d64a1ada |
|---|
| 55 | ] |
|---|
| 56 | [add LANGUAGE |
|---|
| 57 | Simon Marlow <marlowsd@gmail.com>**20090209092949 |
|---|
| 58 | Ignore-this: a74cf48f80280aa255693882f11492a |
|---|
| 59 | ] |
|---|
| 60 | [further fixes to this test |
|---|
| 61 | Simon Marlow <marlowsd@gmail.com>**20090209092937 |
|---|
| 62 | Ignore-this: 4cf94d2d8e235010d0e27b83986ece99 |
|---|
| 63 | ] |
|---|
| 64 | [update expect_brokens to point to the right tickets |
|---|
| 65 | Simon Marlow <marlowsd@gmail.com>**20090206155447 |
|---|
| 66 | Ignore-this: 71beda161d985a7ca99418778c141104 |
|---|
| 67 | ] |
|---|
| 68 | [Update test results for the 6.10 branch |
|---|
| 69 | Ian Lynagh <igloo@earth.li>**20090208223222] |
|---|
| 70 | [Add test for Trac #2994 |
|---|
| 71 | simonpj@microsoft.com**20090205091029 |
|---|
| 72 | Ignore-this: b004048c18fa06a331d8f34b1a19b7e |
|---|
| 73 | ] |
|---|
| 74 | [Do not use System.Process on Posix systems |
|---|
| 75 | Simon Marlow <marlowsd@gmail.com>**20081222095624 |
|---|
| 76 | We were using System.Process.Internals, which isn't safe in general. |
|---|
| 77 | Also, when the child process dies with a signal, we now raise the same |
|---|
| 78 | signal ourselves. |
|---|
| 79 | ] |
|---|
| 80 | [try to make this test more robust |
|---|
| 81 | Simon Marlow <marlowsd@gmail.com>**20090108093333] |
|---|
| 82 | [Follow error message changes |
|---|
| 83 | simonpj@microsoft.com**20090204151103 |
|---|
| 84 | Ignore-this: bb94510c1fe07abec8711e4e5c346791 |
|---|
| 85 | ] |
|---|
| 86 | [Test Trac #2993 |
|---|
| 87 | simonpj@microsoft.com**20090202163532 |
|---|
| 88 | Ignore-this: ed6bbbb58057681a4b725391b0d060ec |
|---|
| 89 | ] |
|---|
| 90 | [Track precedence parsing error messages |
|---|
| 91 | simonpj@microsoft.com**20090202163426 |
|---|
| 92 | Ignore-this: fabb488e6f8b83880e86813c37c1ad80 |
|---|
| 93 | ] |
|---|
| 94 | [Added tests for Foldable and Traversable deriving |
|---|
| 95 | Twan van Laarhoven <twanvl@gmail.com>**20090118152847] |
|---|
| 96 | [Tests for DeriveFunctor |
|---|
| 97 | Twan van Laarhoven <twanvl@gmail.com>**20090117164707] |
|---|
| 98 | [Add a test for trac #2913 |
|---|
| 99 | Ian Lynagh <igloo@earth.li>**20090202154046 |
|---|
| 100 | OldException's catch etc should treat new Exception types as DynException's |
|---|
| 101 | ] |
|---|
| 102 | [Add a test for trac #2937 |
|---|
| 103 | Ian Lynagh <igloo@earth.li>**20090130151908] |
|---|
| 104 | [Test Trac #2985 |
|---|
| 105 | simonpj@microsoft.com**20090130153542 |
|---|
| 106 | Ignore-this: 1249dcaab6557924624f1d7734986772 |
|---|
| 107 | ] |
|---|
| 108 | [T2723 now passes in the 6.10 branch |
|---|
| 109 | Ian Lynagh <igloo@earth.li>**20090130142003] |
|---|
| 110 | [A better test for whether we have profiling |
|---|
| 111 | Simon Marlow <marlowsd@gmail.com>**20090127094831 |
|---|
| 112 | Ignore-this: 1c5d6189e788a26584ac0a5bb427d42c |
|---|
| 113 | Sigh, another shell command. |
|---|
| 114 | ] |
|---|
| 115 | [Add a test TH_sections for trac #2956 |
|---|
| 116 | Ian Lynagh <igloo@earth.li>**20090121141039] |
|---|
| 117 | [Add a test for trac #2968: C trigraphs |
|---|
| 118 | Ian Lynagh <igloo@earth.li>**20090120162849] |
|---|
| 119 | [In older compilers, only try to remove the profthreaded way if it exists |
|---|
| 120 | Ian Lynagh <igloo@earth.li>**20090120162616 |
|---|
| 121 | Otherwise the testsuite driver fails. |
|---|
| 122 | ] |
|---|
| 123 | [Fix setting the value of config.top |
|---|
| 124 | Ian Lynagh <igloo@earth.li>**20090118110305] |
|---|
| 125 | [Normalises slashes in the ghcpkg03 and ghcpkg05 tests |
|---|
| 126 | Ian Lynagh <igloo@earth.li>**20090116175512] |
|---|
| 127 | [Canonicalise the prefix used by test cabal01 |
|---|
| 128 | Ian Lynagh <igloo@earth.li>**20090116175205] |
|---|
| 129 | [Add a GCC hack for the new build system too |
|---|
| 130 | Ian Lynagh <igloo@earth.li>**20090116174651] |
|---|
| 131 | [Hack to find gcc for an in-place ghc |
|---|
| 132 | Ian Lynagh <igloo@earth.li>**20090116173917] |
|---|
| 133 | [Also canonicalise the install prefix for the timeout program |
|---|
| 134 | Ian Lynagh <igloo@earth.li>**20090116163749] |
|---|
| 135 | [Canonicalise paths in the testsuite |
|---|
| 136 | Ian Lynagh <igloo@earth.li>**20090116161459] |
|---|
| 137 | [update output after changes to ghc-pkg |
|---|
| 138 | Simon Marlow <marlowsd@gmail.com>**20090115134134 |
|---|
| 139 | Ignore-this: 6ebada92e562e38bc00e1a65735e6aa4 |
|---|
| 140 | ] |
|---|
| 141 | [Move the Makefile changes around so they don't cause test failures |
|---|
| 142 | Ian Lynagh <igloo@earth.li>**20090114191621 |
|---|
| 143 | Our "make clean" detection was causing problems for tests which had |
|---|
| 144 | their own local clean target. |
|---|
| 145 | ] |
|---|
| 146 | [Don't fail "make clean" becaues GHC etc can't be found |
|---|
| 147 | Ian Lynagh <igloo@earth.li>**20090114180815] |
|---|
| 148 | [Test Trac #2944 |
|---|
| 149 | simonpj@microsoft.com**20090113171931 |
|---|
| 150 | Ignore-this: 4c3fb381dc8186637196783f09520f55 |
|---|
| 151 | ] |
|---|
| 152 | [Follow error message change |
|---|
| 153 | simonpj@microsoft.com**20090113170841 |
|---|
| 154 | Ignore-this: bab0d571dffe70fc523fcbcec18bbb5e |
|---|
| 155 | ] |
|---|
| 156 | [Test Trac #2931 |
|---|
| 157 | simonpj@microsof.com**20090113160225 |
|---|
| 158 | Ignore-this: 10f9c68d848b1503e05e44dab84b8a2a |
|---|
| 159 | ] |
|---|
| 160 | [Tweak top-level Makefile |
|---|
| 161 | Ian Lynagh <igloo@earth.li>**20090113135112] |
|---|
| 162 | [mk/test.mk wibble |
|---|
| 163 | Ian Lynagh <igloo@earth.li>**20090113134706] |
|---|
| 164 | [add boot target to the top-level Makefile; fix boot target in test.mk |
|---|
| 165 | Simon Marlow <marlowsd@gmail.com>**20090113090944 |
|---|
| 166 | Ignore-this: 99fc8adcf04105ebf9ec966560aa0e43 |
|---|
| 167 | ] |
|---|
| 168 | [Add a boot target, and tidy up the Makefile a bit |
|---|
| 169 | Ian Lynagh <igloo@earth.li>**20090110214204] |
|---|
| 170 | [Fix test 2566 in the new build system |
|---|
| 171 | Ian Lynagh <igloo@earth.li>**20090109211835] |
|---|
| 172 | [Update tests following change to pretty printing Haddock comments |
|---|
| 173 | David Waern <david.waern@gmail.com>**20090110203539] |
|---|
| 174 | [Fix rn.prog006 on Windows |
|---|
| 175 | Ian Lynagh <igloo@earth.li>**20090109182257] |
|---|
| 176 | [Make ghciprog004 not rely on $(CC) being correctly defined |
|---|
| 177 | Ian Lynagh <igloo@earth.li>**20090109180953] |
|---|
| 178 | [Fix readwrite00[12] on Windows |
|---|
| 179 | Ian Lynagh <igloo@earth.li>**20090109180745] |
|---|
| 180 | [Fix ioeGetHandle001 on Windows |
|---|
| 181 | Ian Lynagh <igloo@earth.li>**20090109180713] |
|---|
| 182 | [Fix ioeGetFileName001 on Windows |
|---|
| 183 | Ian Lynagh <igloo@earth.li>**20090109180652] |
|---|
| 184 | [Fix ioeGetErrorString001 on Windows |
|---|
| 185 | Ian Lynagh <igloo@earth.li>**20090109180630] |
|---|
| 186 | [Fix hSeek003 on Windows |
|---|
| 187 | Ian Lynagh <igloo@earth.li>**20090109180609] |
|---|
| 188 | [Fix hSeek002 on Windows |
|---|
| 189 | Ian Lynagh <igloo@earth.li>**20090109180549] |
|---|
| 190 | [Fix hReady001 on Windows |
|---|
| 191 | Ian Lynagh <igloo@earth.li>**20090109180525] |
|---|
| 192 | [Fix hIsEOF002 on Windows |
|---|
| 193 | Ian Lynagh <igloo@earth.li>**20090109180500] |
|---|
| 194 | [Fix hGetPosn001 on Windows |
|---|
| 195 | Ian Lynagh <igloo@earth.li>**20090109180429] |
|---|
| 196 | [Fix hGetLine001 |
|---|
| 197 | Ian Lynagh <igloo@earth.li>**20090109180309] |
|---|
| 198 | [Tidy up the Makefile |
|---|
| 199 | Ian Lynagh <igloo@earth.li>**20090109160356] |
|---|
| 200 | [Remove target.mk |
|---|
| 201 | Ian Lynagh <igloo@earth.li>**20090109160332] |
|---|
| 202 | [Remove redundant CLEAN_FILES |
|---|
| 203 | Ian Lynagh <igloo@earth.li>**20090109160110] |
|---|
| 204 | [Add clean and distclean targets |
|---|
| 205 | Ian Lynagh <igloo@earth.li>**20090109153929] |
|---|
| 206 | [Remove otu-of-date comments |
|---|
| 207 | Ian Lynagh <igloo@earth.li>**20090109152347] |
|---|
| 208 | [Fix timeout's clean target |
|---|
| 209 | Ian Lynagh <igloo@earth.li>**20090109152232] |
|---|
| 210 | [Look for .exe when looking for the compiler, too |
|---|
| 211 | Ian Lynagh <igloo@earth.li>**20090109151915] |
|---|
| 212 | [Add a "show" target |
|---|
| 213 | Ian Lynagh <igloo@earth.li>**20090109151633] |
|---|
| 214 | [Wibble error message to not confused vim's syntax highlighting |
|---|
| 215 | Ian Lynagh <igloo@earth.li>**20090109151613] |
|---|
| 216 | [When checking programs exists, check prog.exe too |
|---|
| 217 | Ian Lynagh <igloo@earth.li>**20090109150940] |
|---|
| 218 | [Check that make supports eval |
|---|
| 219 | Ian Lynagh <igloo@earth.li>**20090109150843] |
|---|
| 220 | [Don't insist on python being in /usr/bin |
|---|
| 221 | Ian Lynagh <igloo@earth.li>**20090109144758] |
|---|
| 222 | [Put the endif's in the right places |
|---|
| 223 | Ian Lynagh <igloo@earth.li>**20090108161931] |
|---|
| 224 | [Actually define TEST_HC for the new build system |
|---|
| 225 | Ian Lynagh <igloo@earth.li>**20090108161809] |
|---|
| 226 | [Better error messages |
|---|
| 227 | Ian Lynagh <igloo@earth.li>**20090108161708] |
|---|
| 228 | [Disentangle the testsuite from the compiler's build system |
|---|
| 229 | Ian Lynagh <igloo@earth.li>**20090108161100] |
|---|
| 230 | [Remove uses of MKDIRHIER in favour of mkdir |
|---|
| 231 | Ian Lynagh <igloo@earth.li>**20090108155818] |
|---|
| 232 | [Remove uses of pwd in favour of abspath |
|---|
| 233 | Ian Lynagh <igloo@earth.li>**20090108155459] |
|---|
| 234 | [Consistently use GHC_PKG instead of GHC_PKG_INPLACE |
|---|
| 235 | Ian Lynagh <igloo@earth.li>**20090108143135] |
|---|
| 236 | [Test Trac #2914 |
|---|
| 237 | simonpj@microsoft.com**20090108123927] |
|---|
| 238 | [add test for #2910; move #1980 into validate |
|---|
| 239 | Simon Marlow <marlowsd@gmail.com>**20090106153210] |
|---|
| 240 | [Test Trac #2756 |
|---|
| 241 | simonpj@microsoft.com**20090102152606] |
|---|
| 242 | [Add comments to a very tricky test |
|---|
| 243 | simonpj@microsoft.com**20090102145608] |
|---|
| 244 | [Change in error messages |
|---|
| 245 | simonpj@microsoft.com**20090102145549] |
|---|
| 246 | [Test Trac #2721 |
|---|
| 247 | simonpj@microsoft.com**20081231164227] |
|---|
| 248 | [Track error message changes |
|---|
| 249 | simonpj@microsoft.com**20081231155707] |
|---|
| 250 | [Use -XImpredicativeTypes instead of -fglasgow-exts |
|---|
| 251 | simonpj@microsoft.com**20081231155601] |
|---|
| 252 | [Test Trac #2856 |
|---|
| 253 | simonpj@microsoft.com**20081231155509] |
|---|
| 254 | [Test for empty type indices (Trac #2888) |
|---|
| 255 | simonpj@microsoft.com**20081230170152] |
|---|
| 256 | [Test Trac #2851, and update error message for other tests |
|---|
| 257 | simonpj@microsoft.com**20081230165958] |
|---|
| 258 | [Track new quotes in error message |
|---|
| 259 | simonpj@microsoft.com**20081230145859] |
|---|
| 260 | [Test Trac #2901 |
|---|
| 261 | simonpj@microsoft.com**20081230145836] |
|---|
| 262 | [Add test for #2739 (tests that it works with HscInterpreted). |
|---|
| 263 | Thomas Schilling <nominolo@googlemail.com>**20081219144223] |
|---|
| 264 | [Add first test for GHC API features. |
|---|
| 265 | Thomas Schilling <nominolo@googlemail.com>**20081127105929] |
|---|
| 266 | [fix typo |
|---|
| 267 | Simon Marlow <marlowsd@gmail.com>**20081218091555] |
|---|
| 268 | [break018 is expected to pass again after the INLINE patch rollback |
|---|
| 269 | Simon Marlow <marlowsd@gmail.com>**20081217153559] |
|---|
| 270 | [Make the testsuite work with the new build system |
|---|
| 271 | Simon Marlow <marlowsd@gmail.com>**20081217125046] |
|---|
| 272 | [Fix this test: it was using a C finalizer that called back into Haskell |
|---|
| 273 | Simon Marlow <marlowsd@gmail.com>**20081216101140 |
|---|
| 274 | Which isn't allowed using the ordinary newForeignPtr any more, it has |
|---|
| 275 | to be done with Foreign.Concurrent.newForeignPtr. |
|---|
| 276 | ] |
|---|
| 277 | [test for #2592 |
|---|
| 278 | Simon Marlow <marlowsd@gmail.com>**20081215111427] |
|---|
| 279 | [check for valid .prof files when profiling |
|---|
| 280 | Simon Marlow <marlowsd@gmail.com>**20081215111403] |
|---|
| 281 | [FIX #1364: added tests for C finalizers. |
|---|
| 282 | Ivan Tomac <tomac@pacific.net.au>**20081210150959 |
|---|
| 283 | |
|---|
| 284 | Patch amended by Simon Marlow: |
|---|
| 285 | - Test addForeignPtrFinalizerEnv too |
|---|
| 286 | ] |
|---|
| 287 | [add test for #2838 |
|---|
| 288 | Simon Marlow <marlowsd@gmail.com>**20081209114410] |
|---|
| 289 | [Add a test that we ignore OPTIONS_HUGS pragmas |
|---|
| 290 | Ian Lynagh <igloo@earth.li>**20081209191114] |
|---|
| 291 | [Add a test for trac #2847: Parsing OPTIONS_NO_SUCH_PRAGMA pragma |
|---|
| 292 | Ian Lynagh <igloo@earth.li>**20081209190822] |
|---|
| 293 | [Mark break018 broken (#2845) |
|---|
| 294 | Ian Lynagh <igloo@earth.li>**20081206000423] |
|---|
| 295 | [Remove INLINE for recursive function |
|---|
| 296 | simonpj@microsoft.com**20081205171611] |
|---|
| 297 | [Clean .exe.manifest files |
|---|
| 298 | Ian Lynagh <igloo@earth.li>**20081203135541] |
|---|
| 299 | [Follow improved error message |
|---|
| 300 | simonpj@microsof.com**20081201163016] |
|---|
| 301 | [Simple17 passes |
|---|
| 302 | simonpj@microsof.com**20081201101834] |
|---|
| 303 | [Test Trac #2817 |
|---|
| 304 | simonpj@microsof.com**20081126154331] |
|---|
| 305 | [Test Trac #2756 |
|---|
| 306 | simonpj@microsof.com**20081126143808] |
|---|
| 307 | [Update output to follow :t output formatting change |
|---|
| 308 | simonpj@microsof.com**20081126134736] |
|---|
| 309 | [Test Trac #2766 |
|---|
| 310 | simonpj@microsof.com**20081126133106] |
|---|
| 311 | [add test for #2740 |
|---|
| 312 | Simon Marlow <marlowsd@gmail.com>**20081125103402] |
|---|
| 313 | [Test Trac #2799 |
|---|
| 314 | simonpj@microsof.com**20081125110946] |
|---|
| 315 | [small fix to the space-leak testing framework |
|---|
| 316 | Simon Marlow <marlowsd@gmail.com>**20081125100934] |
|---|
| 317 | [Add some 6.10-specific output |
|---|
| 318 | Ian Lynagh <igloo@earth.li>**20081123193302] |
|---|
| 319 | [Don't show whitespace differences when diffing test results |
|---|
| 320 | Ian Lynagh <igloo@earth.li>**20081123133300] |
|---|
| 321 | [Add a space leak test, and some infrastructure for checking space usage |
|---|
| 322 | Ian Lynagh <igloo@earth.li>**20081123164014] |
|---|
| 323 | [Follow changes in pragma error reporting. |
|---|
| 324 | Thomas Schilling <nominolo@googlemail.com>**20081121160235 |
|---|
| 325 | |
|---|
| 326 | Parse errors in pragmas are now normal error messages and printed as |
|---|
| 327 | such. The full span info is still there, but not by default we only |
|---|
| 328 | print the start of the region (for backwards compatibility). GHC API |
|---|
| 329 | clients will get the full source span info (and users can still get it |
|---|
| 330 | via -ferror-spans). |
|---|
| 331 | ] |
|---|
| 332 | [add test for #2783 |
|---|
| 333 | Simon Marlow <marlowsd@gmail.com>**20081117164854] |
|---|
| 334 | [make this test a bit more robust |
|---|
| 335 | Simon Marlow <marlowsd@gmail.com>**20081114113859] |
|---|
| 336 | [-package syb is required when linking now that array doesn't depend on syb |
|---|
| 337 | Simon Marlow <marlowsd@gmail.com>**20081114101303] |
|---|
| 338 | [make it so that WAY=profthreaded works |
|---|
| 339 | Simon Marlow <marlowsd@gmail.com>**20081112154221] |
|---|
| 340 | [Add a test that $( (\b -> [| b |]) True ) works |
|---|
| 341 | Ian Lynagh <igloo@earth.li>**20081112135613] |
|---|
| 342 | [add a DLL building test (#2745) |
|---|
| 343 | Simon Marlow <marlowsd@gmail.com>**20081110094845] |
|---|
| 344 | [Add some 6.10-specific test outputs |
|---|
| 345 | Ian Lynagh <igloo@earth.li>**20081109212017] |
|---|
| 346 | [Increase the requirements for the annotations tests from 6.9 to 6.11 |
|---|
| 347 | Ian Lynagh <igloo@earth.li>**20081109211524] |
|---|
| 348 | [TAG GHC 6.10.1 release |
|---|
| 349 | Ian Lynagh <igloo@earth.li>**20081107191824] |
|---|
| 350 | [extra_clean for rename.prog005 |
|---|
| 351 | Simon Marlow <marlowsd@gmail.com>**20081103150523] |
|---|
| 352 | [extra_clean for T2685 |
|---|
| 353 | Simon Marlow <marlowsd@gmail.com>**20081103150315] |
|---|
| 354 | [Test Trac #2735 |
|---|
| 355 | simonpj@microsof.com**20081103142217] |
|---|
| 356 | [Follow improvements in type signatures |
|---|
| 357 | simonpj@microsof.com**20081031090642] |
|---|
| 358 | [Make ann01 not depend on linking order |
|---|
| 359 | simonpj@microsof.com**20081030132215] |
|---|
| 360 | [Test annotations |
|---|
| 361 | Max Bolingbroke <batterseapower@hotmail.com>**20081016154455] |
|---|
| 362 | [Tests for Trac #2674 |
|---|
| 363 | simonpj@microsof.com**20081030094721] |
|---|
| 364 | [Add GHC 6.10 output for some tests |
|---|
| 365 | Ian Lynagh <igloo@earth.li>**20081029205326] |
|---|
| 366 | [We expect tc244 to fail in the 6.10 branch |
|---|
| 367 | Ian Lynagh <igloo@earth.li>**20081029162514] |
|---|
| 368 | [Add 6.10 output for tests gadt11, tcfail155, tcfail176 |
|---|
| 369 | Ian Lynagh <igloo@earth.li>**20081029162104] |
|---|
| 370 | [TF_GADT fails in 6.10 |
|---|
| 371 | Ian Lynagh <igloo@earth.li>**20081029160839] |
|---|
| 372 | [Expect T2723 to fail in 6.10 |
|---|
| 373 | Ian Lynagh <igloo@earth.li>**20081029155858] |
|---|
| 374 | [Track changes in naming of class dictionaries, coercions etc |
|---|
| 375 | simonpj@microsoft.com**20081029142425] |
|---|
| 376 | [Add -fno-method-sharing to eyeball/inline1.hs |
|---|
| 377 | simonpj@microsoft.com**20081029142228] |
|---|
| 378 | [Skip qq005(hpc) in the 6.10 branch; trac #1779 |
|---|
| 379 | Ian Lynagh <igloo@earth.li>**20081028205719] |
|---|
| 380 | [Omit the profiling ways when running qq005 |
|---|
| 381 | Ian Lynagh <igloo@earth.li>**20081028174704 |
|---|
| 382 | We'd need to jump through some hoops to run this test the |
|---|
| 383 | profiling ways, due to the TH use, so for now we just |
|---|
| 384 | omit them |
|---|
| 385 | ] |
|---|
| 386 | [Skip bytestring00{1,4,5} (designed for an earlier version of bytestring) |
|---|
| 387 | Ian Lynagh <igloo@earth.li>**20081027185817] |
|---|
| 388 | [Test for existential record update (cf Trac #2595) |
|---|
| 389 | simonpj@microsoft.com**20081028115524] |
|---|
| 390 | [Test Trac #2723 |
|---|
| 391 | simonpj@microsoft.com**20081028110244] |
|---|
| 392 | [Test Trac #2713 |
|---|
| 393 | simonpj@microsoft.com**20081027223522] |
|---|
| 394 | [Update output to follow improved error messages for fixity decls |
|---|
| 395 | simonpj@microsoft.com**20081027222448] |
|---|
| 396 | [Test Trac #2701 |
|---|
| 397 | simonpj@microsoft.com**20081025171123] |
|---|
| 398 | [Test Trac #2700 |
|---|
| 399 | simonpj@microsoft.com**20081025164338] |
|---|
| 400 | [skip conc069/conc070(ghci) if we have no threaded RTS |
|---|
| 401 | Simon Marlow <marlowsd@gmail.com>**20081023081250] |
|---|
| 402 | [Test Trac #2714 |
|---|
| 403 | simonpj@microsoft.com**20081022145517] |
|---|
| 404 | [TFs: 7 tests fail as they used unsupported superclass equalities |
|---|
| 405 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081021135941] |
|---|
| 406 | [Improved error message on data constructor return types |
|---|
| 407 | simonpj@microsoft.com**20081021063933] |
|---|
| 408 | [Track error message change in deriving |
|---|
| 409 | simonpj@microsoft.com**20081021063859] |
|---|
| 410 | [Add test for data instances that are GADTs |
|---|
| 411 | simonpj@microsoft.com**20081021043459] |
|---|
| 412 | [T2693 |
|---|
| 413 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081021115858] |
|---|
| 414 | [T2688 |
|---|
| 415 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081021043343] |
|---|
| 416 | [Skip 2228 on Windows |
|---|
| 417 | Ian Lynagh <igloo@earth.li>**20081019230413] |
|---|
| 418 | [Wibble to output |
|---|
| 419 | simonpj@microsof.com**20081015102844] |
|---|
| 420 | [Update test output |
|---|
| 421 | simonpj@microsof.com**20081015084111] |
|---|
| 422 | [add test for #2685 |
|---|
| 423 | Simon Marlow <marlowsd@gmail.com>**20081013122050] |
|---|
| 424 | [add test for #2636 |
|---|
| 425 | Simon Marlow <marlowsd@gmail.com>**20081010131452] |
|---|
| 426 | [add test for #2589 |
|---|
| 427 | Simon Marlow <marlowsd@gmail.com>**20081009094639] |
|---|
| 428 | [make this test more reliable, and enable threaded2 |
|---|
| 429 | Simon Marlow <marlowsd@gmail.com>**20081009094254] |
|---|
| 430 | [update output (Show Ratio changes) |
|---|
| 431 | Simon Marlow <marlowsd@gmail.com>**20081009085358] |
|---|
| 432 | [TFs: T2639 |
|---|
| 433 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081009132645] |
|---|
| 434 | [TFs: Examples for Relaxed Conditions |
|---|
| 435 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081004114546] |
|---|
| 436 | [Comments only |
|---|
| 437 | simonpj@microsof.com**20081003141316] |
|---|
| 438 | [Add test for Trac #2632 |
|---|
| 439 | simonpj@microsof.com**20081003141244] |
|---|
| 440 | [Tweak break017 |
|---|
| 441 | Ian Lynagh <igloo@earth.li>**20081002213202] |
|---|
| 442 | [TFs: Test for repeated tvs in left-hand sides of instances |
|---|
| 443 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081002142712] |
|---|
| 444 | [TFs: T2291 |
|---|
| 445 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081002055002] |
|---|
| 446 | [omit ways that run out of time |
|---|
| 447 | Simon Marlow <marlowsd@gmail.com>**20081002101157] |
|---|
| 448 | [accept output, and enable cg026 in validate |
|---|
| 449 | Simon Marlow <marlowsd@gmail.com>**20081002100444] |
|---|
| 450 | [add IOList optimisation example |
|---|
| 451 | Simon Marlow <marlowsd@gmail.com>**20081002093717] |
|---|
| 452 | [accept output (Show Ratio changes) |
|---|
| 453 | Simon Marlow <marlowsd@gmail.com>**20081002083641] |
|---|
| 454 | [add an extra delay to make this test a bit more robust |
|---|
| 455 | Simon Marlow <marlowsd@gmail.com>**20081002083623] |
|---|
| 456 | [accept break017 output (seems to be correct), and enable it in validate |
|---|
| 457 | Simon Marlow <marlowsd@gmail.com>**20081002083135] |
|---|
| 458 | [tcfail145 error message improved, too |
|---|
| 459 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081002052448] |
|---|
| 460 | [TFs: T2448 |
|---|
| 461 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081002045510] |
|---|
| 462 | [TFs: Proper error message for GADT12 |
|---|
| 463 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081001144244] |
|---|
| 464 | [Print out exceptions when cleaning tests |
|---|
| 465 | Ian Lynagh <igloo@earth.li>**20081001194813] |
|---|
| 466 | [add test for #2410 |
|---|
| 467 | Simon Marlow <marlowsd@gmail.com>**20080930150803] |
|---|
| 468 | [TFs: Fixed InstContextNorm |
|---|
| 469 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081001130446] |
|---|
| 470 | [GADTs/TFs: Added T2151 & TF's Simple14 passes |
|---|
| 471 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20081001053109] |
|---|
| 472 | [add test for #2594 |
|---|
| 473 | Simon Marlow <marlowsd@gmail.com>**20080930115425] |
|---|
| 474 | [Type families: T2627b |
|---|
| 475 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080930054017] |
|---|
| 476 | [Type families: Tricky GADT/RankN/TF example |
|---|
| 477 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080930033644] |
|---|
| 478 | [Type families: T2627 |
|---|
| 479 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080930020317] |
|---|
| 480 | [Type families: fixed GivenCheckDecomp |
|---|
| 481 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080929140957] |
|---|
| 482 | [Type families: T2219 |
|---|
| 483 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080929074819] |
|---|
| 484 | [GADTs: T2040 |
|---|
| 485 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080929073535] |
|---|
| 486 | [we can observe the exception again in break011 |
|---|
| 487 | pepe iborra <mnislaih@gmail.com>**20080926212515] |
|---|
| 488 | [Fix the mode001 test on OS X |
|---|
| 489 | Ian Lynagh <igloo@earth.li>**20080927161551] |
|---|
| 490 | [add test for #2295 (-outputdir) |
|---|
| 491 | Simon Marlow <simonmarhaskell@gmail.com>**20080923145850] |
|---|
| 492 | [oops, we haven't been running tests from packages for goodness knows how long |
|---|
| 493 | Simon Marlow <simonmarhaskell@gmail.com>**20080926233700] |
|---|
| 494 | [Improve the mode001 test |
|---|
| 495 | Ian Lynagh <igloo@earth.li>**20080926142730] |
|---|
| 496 | [Type families: another small tricky example of SPJ |
|---|
| 497 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080925230155] |
|---|
| 498 | [Test Trac #303 |
|---|
| 499 | simonpj@microsoft.com**20080925230530] |
|---|
| 500 | [Fix conflicting_flags output |
|---|
| 501 | Ian Lynagh <igloo@earth.li>**20080925184801] |
|---|
| 502 | [Add a test that the --help and --version flags behave properly |
|---|
| 503 | Ian Lynagh <igloo@earth.li>**20080925165553] |
|---|
| 504 | [Update ghci025 output |
|---|
| 505 | Ian Lynagh <igloo@earth.li>**20080925153956] |
|---|
| 506 | [Type families: test for decomposition problem |
|---|
| 507 | Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20080925084015] |
|---|
| 508 | [Add a test for ":i thisIsNotDefined" |
|---|
| 509 | Ian Lynagh <igloo@earth.li>**20080924235240 |
|---|
| 510 | It used to make ghci exit |
|---|
| 511 | ] |
|---|
| 512 | [Skip the new qualified operator syntax tests in 6.10 |
|---|
| 513 | Ian Lynagh <igloo@earth.li>**20080924160332] |
|---|
| 514 | [Fix the driver100 test |
|---|
| 515 | Ian Lynagh <igloo@earth.li>**20080924152649] |
|---|
| 516 | [Update the ws-64 output for the arith011 test |
|---|
| 517 | Ian Lynagh <igloo@earth.li>**20080924151947] |
|---|
| 518 | [add test for #2499 (package flags in OPTIONS pragmas) |
|---|
| 519 | Simon Marlow <simonmarhaskell@gmail.com>**20080923175620] |
|---|
| 520 | [accept output (Show Ratio changes, #1920) |
|---|
| 521 | Simon Marlow <simonmarhaskell@gmail.com>**20080923144155] |
|---|
| 522 | [add test for #2566, also enable driver100 which wasn't being run |
|---|
| 523 | Simon Marlow <simonmarhaskell@gmail.com>**20080923140120] |
|---|
| 524 | [add tests for -XNewQualifiedOperators |
|---|
| 525 | Simon Marlow <simonmarhaskell@gmail.com>**20080922213748] |
|---|
| 526 | [make this test THREADS friendly |
|---|
| 527 | Simon Marlow <simonmarhaskell@gmail.com>**20080922213649] |
|---|
| 528 | [add test for #2228 |
|---|
| 529 | Simon Marlow <simonmarhaskell@gmail.com>**20080430204612] |
|---|
| 530 | [Minor change in error message |
|---|
| 531 | simonpj@microsoft.com**20080920210508] |
|---|
| 532 | [Add tests for Trac #2597 |
|---|
| 533 | simonpj@microsoft.com**20080920210420] |
|---|
| 534 | [Test Trac #2587 |
|---|
| 535 | simonpj@microsoft.com**20080915150402] |
|---|
| 536 | [TAG 2008-09-20 |
|---|
| 537 | Ian Lynagh <igloo@earth.li>**20080920162649] |
|---|
| 538 | Patch bundle hash: |
|---|
| 539 | 528c1187b12ebc0f4dcb8595ef30474062d81f3d |
|---|