summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMirco Dotta <mirco.dotta@typesafe.com>2014-01-10 10:28:08 +0100
committerMirco Dotta <mirco.dotta@typesafe.com>2014-01-10 10:31:55 +0100
commit3b68163e4743c3635b7f47d22d2bdab23a5bf650 (patch)
tree2af4b7c02540cbf1beee9a04c01f0eaffe017bad /test
parent513b9e0a715b4cd515da63cf1a20b195d7a3fee0 (diff)
downloadscala-3b68163e4743c3635b7f47d22d2bdab23a5bf650.tar.gz
scala-3b68163e4743c3635b7f47d22d2bdab23a5bf650.tar.bz2
scala-3b68163e4743c3635b7f47d22d2bdab23a5bf650.zip
SI-8135 Disabled flaky hyperlinking presentation compiler test
This PR (https://github.com/scala/scala/pull/3275#issuecomment-31986434) demonstrates that the test is flaky. The disabled test was introduced with the intent of preventing a regression (here is the commit https://github.com/scala/scala/commit/ccacb06c4928fd6aebc2c2539d7565cb079dc625). It looks like there is a race condition when `askTypeAt(pos)` is called on `implicitly[Foo[A]].foo` where `pos` is matches the end point of the former expression. The issue is that the returned Tree is unattributed, which is why the error "No symbol is associated with tree implicitly[Foo[A]].foo" is reported.
Diffstat (limited to 'test')
-rw-r--r--test/pending/presentation/context-bounds1.check (renamed from test/files/presentation/context-bounds1.check)0
-rw-r--r--test/pending/presentation/context-bounds1/Test.scala (renamed from test/files/presentation/context-bounds1/Test.scala)0
-rw-r--r--test/pending/presentation/context-bounds1/src/ContextBounds.scala (renamed from test/files/presentation/context-bounds1/src/ContextBounds.scala)0
3 files changed, 0 insertions, 0 deletions
diff --git a/test/files/presentation/context-bounds1.check b/test/pending/presentation/context-bounds1.check
index b444de59a4..b444de59a4 100644
--- a/test/files/presentation/context-bounds1.check
+++ b/test/pending/presentation/context-bounds1.check
diff --git a/test/files/presentation/context-bounds1/Test.scala b/test/pending/presentation/context-bounds1/Test.scala
index bec1131c4c..bec1131c4c 100644
--- a/test/files/presentation/context-bounds1/Test.scala
+++ b/test/pending/presentation/context-bounds1/Test.scala
diff --git a/test/files/presentation/context-bounds1/src/ContextBounds.scala b/test/pending/presentation/context-bounds1/src/ContextBounds.scala
index 72a8f694a3..72a8f694a3 100644
--- a/test/files/presentation/context-bounds1/src/ContextBounds.scala
+++ b/test/pending/presentation/context-bounds1/src/ContextBounds.scala