summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: mark qq007 and qq008 expect_broken(#10047)Thomas Miedema2015-07-182-2/+2
* Testsuite: mark qq007 and qq008 expect_broken(#10181)Thomas Miedema2015-07-182-0/+2
* Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm'])Thomas Miedema2015-07-183-3/+3
* Testsuite: mark T7919 expect_broken_for(#7919, ['optasm','dyn','optllvm'])Thomas Miedema2015-07-181-0/+1
* Testsuite: mark T2497 expect_broken_for(#10657, ['optasm', 'optllvm'])Thomas Miedema2015-07-181-1/+1
* Testsuite: accept new stderr for T9497{a,b,c}-run (#10224)Thomas Miedema2015-07-183-6/+6
* Testsuite: small test cleanupsThomas Miedema2015-07-183-2/+4
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-1747-124/+124
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-173-0/+12
* DeriveFoldable for data types with existential constraints (#10447)RyanGlScott2015-07-173-0/+51
* Implement -fprint-expanded-synonymsÖmer Sinan Ağacan2015-07-179-0/+100
* Fix testsBen Gamari2015-07-1610-0/+31
* Failing test case: idArity invariant check, #10181Joachim Breitner2015-07-162-0/+4
* Fix #10642.Richard Eisenberg2015-07-152-0/+13
* Testsuite: mark T10294 conditionally expect_broken on #10301Thomas Miedema2015-07-151-1/+1
* Mark test case for #10294 conditionally expect_broken on #10301Joachim Breitner2015-07-151-1/+1
* Flush stdout in test case for #10596Joachim Breitner2015-07-151-0/+3
* Mark test case for #10294 expect_broken on #10301Joachim Breitner2015-07-151-1/+2
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-1416-502/+0
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-1435-10/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-1462-243/+143
* Test Trac #10634Simon Peyton Jones2015-07-132-1/+24
* Test Trac #10463Simon Peyton Jones2015-07-133-0/+14
* Make sure rule LHSs are simplifiedSimon Peyton Jones2015-07-133-28/+40
* Do not optimise RULE lhs in substRuleSimon Peyton Jones2015-07-132-0/+18
* T9872d: Update 32-bit allocationsBen Gamari2015-07-111-1/+3
* perf/compiler: Switch to -G1 and update performance metricsBen Gamari2015-07-111-19/+23
* T876 (32-bit): Update bytes allocatedBen Gamari2015-07-111-1/+2
* T1969: Update max_bytes_usedBen Gamari2015-07-111-1/+2
* Fix self-contained handling of ASCII encodingBen Gamari2015-07-103-4/+8
* Improve error message for fundepsSimon Peyton Jones2015-07-106-3/+27
* Better type wildcard errorsSimon Peyton Jones2015-07-1011-330/+330
* Add testcase for #10602Ben Gamari2015-07-092-0/+35
* Infer types with flexible contextsSimon Peyton Jones2015-07-093-19/+18
* Fix Trac #10618 (out of scope operator)Simon Peyton Jones2015-07-083-0/+10
* Fix #10596 by looking up 'Int' not 'Maybe Int' in the map.Edward Z. Yang2015-07-073-0/+13
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-07-072-0/+42
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-074-0/+28
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-072-0/+24
* Don't eagerly blackhole single-entry thunks (#10414)Reid Barton2015-07-073-0/+41
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-06276-473/+0
* Remove Hugs specific test setups (omit_compiler_type)Thomas Miedema2015-07-067-13/+3
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-064-0/+24
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-054-0/+55
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-047-21/+14
* Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backendMichal Terepeta2015-07-042-1/+77
* Fix some validation errors.Richard Eisenberg2015-07-042-9/+2
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-039-0/+37
* Fix Trac #10519Thomas Winant2015-07-033-0/+11
* Enable using qualified field of constructor in GHCiZejun Wu2015-07-033-0/+10