gitlab-ci: Make the test job fail when bugs are unexpectedly fixed.
authorEric Anholt <eric@anholt.net>
Thu, 12 Sep 2019 19:34:50 +0000 (12:34 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 13 Sep 2019 20:50:56 +0000 (13:50 -0700)
commit7859eb13904d371d7416368ed952987b34910586
tree38909fdf09f74cf491e4b4c872624abebc0c7b13
parent1190c81f8ec9a8c07bcd55efd167124031457356
gitlab-ci: Make the test job fail when bugs are unexpectedly fixed.

If people fix bugs without updating the expected-fails list, then we
end up with a lack of coverage of those failures in the future.  Also,
some day down the line another developer ends up trying to figure out
if the bug was actually fixed or their environment is just failing to
reproduce it.

Suggested-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Acked-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
.gitlab-ci/deqp-runner.sh