summaryrefslogtreecommitdiff
path: root/test/files/disabled/t7020.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-17 10:10:01 -0700
committerJason Zaugg <jzaugg@gmail.com>2013-10-17 10:10:01 -0700
commit371bad2fe657d7fd065a47dc38fa5ae1fea882a7 (patch)
treea2c6b5bf2cf46dea5c23dbb9ccb28a99f00cdd09 /test/files/disabled/t7020.check
parente20f9e9f1fcf2a25603b2b75528e4d9395557411 (diff)
parent7b560213cb3c41dfd9e78c13070ea6123514b23b (diff)
downloadscala-371bad2fe657d7fd065a47dc38fa5ae1fea882a7.tar.gz
scala-371bad2fe657d7fd065a47dc38fa5ae1fea882a7.tar.bz2
scala-371bad2fe657d7fd065a47dc38fa5ae1fea882a7.zip
Merge pull request #3043 from retronym/topic/flaky
Disable flaky tests
Diffstat (limited to 'test/files/disabled/t7020.check')
-rw-r--r--test/files/disabled/t7020.check17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/files/disabled/t7020.check b/test/files/disabled/t7020.check
new file mode 100644
index 0000000000..a869b12363
--- /dev/null
+++ b/test/files/disabled/t7020.check
@@ -0,0 +1,17 @@
+t7020.scala:3: error: match may not be exhaustive.
+It would fail on the following inputs: List((x: Int forSome x not in (1, 2, 4, 5, 6, 7))), List(_, _)
+ List(5) match {
+ ^
+t7020.scala:10: error: match may not be exhaustive.
+It would fail on the following inputs: List((x: Int forSome x not in (1, 2, 4, 5, 6, 7))), List(_, _)
+ List(5) match {
+ ^
+t7020.scala:17: error: match may not be exhaustive.
+It would fail on the following inputs: List((x: Int forSome x not in (1, 2, 4, 5, 6, 7))), List(_, _)
+ List(5) match {
+ ^
+t7020.scala:24: error: match may not be exhaustive.
+It would fail on the following inputs: List((x: Int forSome x not in (1, 2, 4, 5, 6, 7))), List(_, _)
+ List(5) match {
+ ^
+four errors found