summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Collapse)AuthorFilesLines
2015-06-27Tweak bustle-0.5.0 for ghc-7.10Sergei Trofimovich1-0/+1
ghc-7.10.1 requires extensions to be enabled even if they are used implicitly (on type inference): Test/Renderer.hs:109:5: Non type-variable argument in the constraint: MonadState RendererState m (Use FlexibleContexts to permit this) When checking that ‘processOne’ has the inferred type processOne :: forall (m :: * -> *). MonadState RendererState m => DetailedEvent -> m (RendererResult Participants) Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2015-06-04Make quickCheckAll work with recent GHCWill Thompson1-0/+3
H o l y.
2015-02-18Test/Regions: more speedsWill Thompson1-8/+14
It had an ultra-stupid generator.
2012-08-28Build against dbus 0.10.xWill Thompson2-3/+6
This was quite a lot of grunt work because, ironically, the unboxing functions for BusName et al. changed to return String rather than Text. But in practice this just removed a lot of T.unpack from the UI code.
2012-04-22Fix test suite for recent changesWill Thompson1-9/+11
2012-01-17Add a message dumper toolWill Thompson1-0/+12
It is not built by default, and only works on pcap logs
2012-01-16Renderer: allow combining RendererResultsWill Thompson1-5/+72
This rejustifies the two subdiagrams appropriately so that they have the same origin: the main reason why just catting the various lists together doesn't cut it.
2012-01-16HUnit-ify the Renderer test, and rename it.Will Thompson2-38/+41
2012-01-16Test that historic participants are countedWill Thompson1-0/+38
2012-01-13Add regionSelectionFlattenWill Thompson1-0/+8
2012-01-13Regions: add regionSelectionAppendWill Thompson1-0/+9
2012-01-13Add Test-suite section for regions testWill Thompson1-0/+155
2012-01-12Add a regression test for fd.o#44714Will Thompson2-0/+21