diff options
author | Bartosz Nitka <bnitka@fb.com> | 2015-12-01 07:42:35 -0800 |
---|---|---|
committer | Bartosz Nitka <bnitka@fb.com> | 2015-12-01 08:58:33 -0800 |
commit | b432e2f39c095d8acbb0cfcc63bd08436c7a3e49 (patch) | |
tree | fdc8184f7dcbff37160887deafed624429159ca8 /testsuite/.gitignore | |
parent | 44c3e3768e28199468d2ffff0b25db055d22c310 (diff) | |
download | haskell-b432e2f39c095d8acbb0cfcc63bd08436c7a3e49.tar.gz |
Make the determinism tests more robust
The tests weren't explicit enough about comparing under different
unique allocation strategies. This led to some confusion on my part when
I started overriding flags in `testsuite/mk/test.mk`.
Includes a `.gitignore` rule.
Test Plan: harbormaster
Reviewers: austin, simonmar, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1555
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index b8493f537b..dee90124c3 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -471,6 +471,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/deriving/should_run/drvrun019 /tests/deriving/should_run/drvrun020 /tests/deriving/should_run/drvrun021 +/tests/determinism/determinism001 /tests/dph/classes/dph-classes-copy-fast /tests/dph/classes/dph-classes-fast /tests/dph/classes/dph-classes-vseg-fast @@ -1175,6 +1176,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/perf/should_run/InlineCloneArrayAlloc /tests/perf/should_run/MethSharing /tests/perf/should_run/MethSharing.stats +/tests/perf/should_run/T10359 /tests/perf/should_run/T149_A /tests/perf/should_run/T149_B /tests/perf/should_run/T2902_A @@ -1221,7 +1223,6 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/perf/should_run/T876 /tests/perf/should_run/T9203 /tests/perf/should_run/T9339 -/tests/perf/should_run/T10359 /tests/perf/should_run/lazy-bs-alloc /tests/perf/should_run/lazy-bs-alloc.stats /tests/perf/should_run/speed.f32 |