From 0d379b728ae11dcc2f15d1e3e3143cb650acf0c3 Mon Sep 17 00:00:00 2001 From: Micro Dotta Date: Mon, 5 Sep 2011 10:17:17 +0000 Subject: Moved test for scala-ide ticket-1000508 under /... Moved test for scala-ide ticket-1000508 under /disabled/presentation/ directory, as the current test's result is wrong (the ticket is still opened). It will be moved back only once the ticket is closed. No review. --- test/disabled/presentation/ide-bug-1000508.check | 163 +++++++++++++++++++++ .../presentation/ide-bug-1000508/Runner.scala | 3 + .../presentation/ide-bug-1000508/src/Foo.scala | 3 + test/files/presentation/ide-bug-1000508.check | 163 --------------------- .../presentation/ide-bug-1000508/Runner.scala | 3 - .../presentation/ide-bug-1000508/src/Foo.scala | 3 - 6 files changed, 169 insertions(+), 169 deletions(-) create mode 100644 test/disabled/presentation/ide-bug-1000508.check create mode 100644 test/disabled/presentation/ide-bug-1000508/Runner.scala create mode 100644 test/disabled/presentation/ide-bug-1000508/src/Foo.scala delete mode 100644 test/files/presentation/ide-bug-1000508.check delete mode 100644 test/files/presentation/ide-bug-1000508/Runner.scala delete mode 100644 test/files/presentation/ide-bug-1000508/src/Foo.scala (limited to 'test') diff --git a/test/disabled/presentation/ide-bug-1000508.check b/test/disabled/presentation/ide-bug-1000508.check new file mode 100644 index 0000000000..5f4d74fea9 --- /dev/null +++ b/test/disabled/presentation/ide-bug-1000508.check @@ -0,0 +1,163 @@ +reload: Foo.scala + +askTypeCompletion at Foo.scala(2,4) +================================================================================ +[response] aksTypeCompletion at (2,4) +retrieved 163 members +`lazy value numFractional[Double]` +`method !=(x$1: Any)Boolean` +`method !=(x$1: AnyRef)Boolean` +`method !=(x: Byte)Boolean` +`method !=(x: Char)Boolean` +`method !=(x: Double)Boolean` +`method !=(x: Float)Boolean` +`method !=(x: Int)Boolean` +`method !=(x: Long)Boolean` +`method !=(x: Short)Boolean` +`method ##()Int` +`method %(x: Byte)Double` +`method %(x: Char)Double` +`method %(x: Double)Double` +`method %(x: Float)Double` +`method %(x: Int)Double` +`method %(x: Long)Double` +`method %(x: Short)Double` +`method *(x: Byte)Double` +`method *(x: Char)Double` +`method *(x: Double)Double` +`method *(x: Float)Double` +`method *(x: Int)Double` +`method *(x: Long)Double` +`method *(x: Short)Double` +`method +(x: Byte)Double` +`method +(x: Char)Double` +`method +(x: Double)Double` +`method +(x: Float)Double` +`method +(x: Int)Double` +`method +(x: Long)Double` +`method +(x: Short)Double` +`method +(x: String)String` +`method -(x: Byte)Double` +`method -(x: Char)Double` +`method -(x: Double)Double` +`method -(x: Float)Double` +`method -(x: Int)Double` +`method -(x: Long)Double` +`method -(x: Short)Double` +`method ->[B](y: B)(Double, B)` +`method /(x: Byte)Double` +`method /(x: Char)Double` +`method /(x: Double)Double` +`method /(x: Float)Double` +`method /(x: Int)Double` +`method /(x: Long)Double` +`method /(x: Short)Double` +`method <(x: Byte)Boolean` +`method <(x: Char)Boolean` +`method <(x: Double)Boolean` +`method <(x: Float)Boolean` +`method <(x: Int)Boolean` +`method <(x: Long)Boolean` +`method <(x: Short)Boolean` +`method <=(x: Byte)Boolean` +`method <=(x: Char)Boolean` +`method <=(x: Double)Boolean` +`method <=(x: Float)Boolean` +`method <=(x: Int)Boolean` +`method <=(x: Long)Boolean` +`method <=(x: Short)Boolean` +`method ==(x$1: Any)Boolean` +`method ==(x$1: AnyRef)Boolean` +`method ==(x: Byte)Boolean` +`method ==(x: Char)Boolean` +`method ==(x: Double)Boolean` +`method ==(x: Float)Boolean` +`method ==(x: Int)Boolean` +`method ==(x: Long)Boolean` +`method ==(x: Short)Boolean` +`method >(x: Byte)Boolean` +`method >(x: Char)Boolean` +`method >(x: Double)Boolean` +`method >(x: Float)Boolean` +`method >(x: Int)Boolean` +`method >(x: Long)Boolean` +`method >(x: Short)Boolean` +`method >=(x: Byte)Boolean` +`method >=(x: Char)Boolean` +`method >=(x: Double)Boolean` +`method >=(x: Float)Boolean` +`method >=(x: Int)Boolean` +`method >=(x: Long)Boolean` +`method >=(x: Short)Boolean` +`method abs=> Double` +`method asInstanceOf[T0]=> T0` +`method byteValue()Byte` +`method ceil=> Double` +`method clone()java.lang.Object` +`method compare(y: Double)Int` +`method compareTo(that: Double)Int` +`method compareTo(x$1: java.lang.Double)Int` +`method doubleValue()Double` +`method ensuring(cond: Boolean)Double` +`method ensuring(cond: Boolean, msg: => Any)Double` +`method ensuring(cond: Double => Boolean)Double` +`method ensuring(cond: Double => Boolean, msg: => Any)Double` +`method eq(x$1: AnyRef)Boolean` +`method equals(x$1: Any)Boolean` +`method finalize()Unit` +`method floatValue()Float` +`method floor=> Double` +`method formatted(fmtstr: String)String` +`method hashCode()Int` +`method intValue()Int` +`method isInfinite()Boolean` +`method isInfinity=> Boolean` +`method isInstanceOf[T0]=> Boolean` +`method isNaN()Boolean` +`method isNegInfinity=> Boolean` +`method isPosInfinity=> Boolean` +`method isValidByte=> Boolean` +`method isValidChar=> Boolean` +`method isValidInt=> Boolean` +`method isValidShort=> Boolean` +`method isWhole()Boolean` +`method longValue()Long` +`method max(that: Double)Double` +`method min(that: Double)Double` +`method ne(x$1: AnyRef)Boolean` +`method notify()Unit` +`method notifyAll()Unit` +`method round=> Long` +`method shortValue()Short` +`method signum=> Int` +`method synchronized[T0](x$1: T0)T0` +`method to(end: Double)Range.Partial[Double,scala.collection.immutable.NumericRange[Double]]` +`method to(end: Double, step: Double)scala.collection.immutable.NumericRange.Inclusive[Double]` +`method toByte=> Byte` +`method toChar=> Char` +`method toDegrees=> Double` +`method toDouble=> Double` +`method toFloat=> Float` +`method toInt=> Int` +`method toLong=> Long` +`method toRadians=> Double` +`method toShort=> Short` +`method toString()java.lang.String` +`method unary_+=> Double` +`method unary_-=> Double` +`method underlying()AnyRef` +`method unifiedPrimitiveEquals(x: Any)Boolean` +`method unifiedPrimitiveHashcode()Int` +`method until(end: Double)Range.Partial[Double,scala.collection.immutable.NumericRange[Double]]` +`method until(end: Double, step: Double)scala.collection.immutable.NumericRange.Exclusive[Double]` +`method wait()Unit` +`method wait(x$1: Long)Unit` +`method wait(x$1: Long, x$2: Int)Unit` +`method →[B](y: B)(Double, B)` +`type ResultWithoutStepRange.Partial[Double,scala.collection.immutable.NumericRange[Double]]` +`value integralNumNumeric.DoubleAsIfIntegral.type` +`value ordOrdering[Double]` +`value selfAny` +`value selfDouble` +`value xDouble` +================================================================================ diff --git a/test/disabled/presentation/ide-bug-1000508/Runner.scala b/test/disabled/presentation/ide-bug-1000508/Runner.scala new file mode 100644 index 0000000000..1ef3cf9025 --- /dev/null +++ b/test/disabled/presentation/ide-bug-1000508/Runner.scala @@ -0,0 +1,3 @@ +import scala.tools.nsc.interactive.tests._ + +object Test extends InteractiveTest \ No newline at end of file diff --git a/test/disabled/presentation/ide-bug-1000508/src/Foo.scala b/test/disabled/presentation/ide-bug-1000508/src/Foo.scala new file mode 100644 index 0000000000..cb5d9ad5dc --- /dev/null +++ b/test/disabled/presentation/ide-bug-1000508/src/Foo.scala @@ -0,0 +1,3 @@ +object Foo { + 1./*!*/ +} \ No newline at end of file diff --git a/test/files/presentation/ide-bug-1000508.check b/test/files/presentation/ide-bug-1000508.check deleted file mode 100644 index 5f4d74fea9..0000000000 --- a/test/files/presentation/ide-bug-1000508.check +++ /dev/null @@ -1,163 +0,0 @@ -reload: Foo.scala - -askTypeCompletion at Foo.scala(2,4) -================================================================================ -[response] aksTypeCompletion at (2,4) -retrieved 163 members -`lazy value numFractional[Double]` -`method !=(x$1: Any)Boolean` -`method !=(x$1: AnyRef)Boolean` -`method !=(x: Byte)Boolean` -`method !=(x: Char)Boolean` -`method !=(x: Double)Boolean` -`method !=(x: Float)Boolean` -`method !=(x: Int)Boolean` -`method !=(x: Long)Boolean` -`method !=(x: Short)Boolean` -`method ##()Int` -`method %(x: Byte)Double` -`method %(x: Char)Double` -`method %(x: Double)Double` -`method %(x: Float)Double` -`method %(x: Int)Double` -`method %(x: Long)Double` -`method %(x: Short)Double` -`method *(x: Byte)Double` -`method *(x: Char)Double` -`method *(x: Double)Double` -`method *(x: Float)Double` -`method *(x: Int)Double` -`method *(x: Long)Double` -`method *(x: Short)Double` -`method +(x: Byte)Double` -`method +(x: Char)Double` -`method +(x: Double)Double` -`method +(x: Float)Double` -`method +(x: Int)Double` -`method +(x: Long)Double` -`method +(x: Short)Double` -`method +(x: String)String` -`method -(x: Byte)Double` -`method -(x: Char)Double` -`method -(x: Double)Double` -`method -(x: Float)Double` -`method -(x: Int)Double` -`method -(x: Long)Double` -`method -(x: Short)Double` -`method ->[B](y: B)(Double, B)` -`method /(x: Byte)Double` -`method /(x: Char)Double` -`method /(x: Double)Double` -`method /(x: Float)Double` -`method /(x: Int)Double` -`method /(x: Long)Double` -`method /(x: Short)Double` -`method <(x: Byte)Boolean` -`method <(x: Char)Boolean` -`method <(x: Double)Boolean` -`method <(x: Float)Boolean` -`method <(x: Int)Boolean` -`method <(x: Long)Boolean` -`method <(x: Short)Boolean` -`method <=(x: Byte)Boolean` -`method <=(x: Char)Boolean` -`method <=(x: Double)Boolean` -`method <=(x: Float)Boolean` -`method <=(x: Int)Boolean` -`method <=(x: Long)Boolean` -`method <=(x: Short)Boolean` -`method ==(x$1: Any)Boolean` -`method ==(x$1: AnyRef)Boolean` -`method ==(x: Byte)Boolean` -`method ==(x: Char)Boolean` -`method ==(x: Double)Boolean` -`method ==(x: Float)Boolean` -`method ==(x: Int)Boolean` -`method ==(x: Long)Boolean` -`method ==(x: Short)Boolean` -`method >(x: Byte)Boolean` -`method >(x: Char)Boolean` -`method >(x: Double)Boolean` -`method >(x: Float)Boolean` -`method >(x: Int)Boolean` -`method >(x: Long)Boolean` -`method >(x: Short)Boolean` -`method >=(x: Byte)Boolean` -`method >=(x: Char)Boolean` -`method >=(x: Double)Boolean` -`method >=(x: Float)Boolean` -`method >=(x: Int)Boolean` -`method >=(x: Long)Boolean` -`method >=(x: Short)Boolean` -`method abs=> Double` -`method asInstanceOf[T0]=> T0` -`method byteValue()Byte` -`method ceil=> Double` -`method clone()java.lang.Object` -`method compare(y: Double)Int` -`method compareTo(that: Double)Int` -`method compareTo(x$1: java.lang.Double)Int` -`method doubleValue()Double` -`method ensuring(cond: Boolean)Double` -`method ensuring(cond: Boolean, msg: => Any)Double` -`method ensuring(cond: Double => Boolean)Double` -`method ensuring(cond: Double => Boolean, msg: => Any)Double` -`method eq(x$1: AnyRef)Boolean` -`method equals(x$1: Any)Boolean` -`method finalize()Unit` -`method floatValue()Float` -`method floor=> Double` -`method formatted(fmtstr: String)String` -`method hashCode()Int` -`method intValue()Int` -`method isInfinite()Boolean` -`method isInfinity=> Boolean` -`method isInstanceOf[T0]=> Boolean` -`method isNaN()Boolean` -`method isNegInfinity=> Boolean` -`method isPosInfinity=> Boolean` -`method isValidByte=> Boolean` -`method isValidChar=> Boolean` -`method isValidInt=> Boolean` -`method isValidShort=> Boolean` -`method isWhole()Boolean` -`method longValue()Long` -`method max(that: Double)Double` -`method min(that: Double)Double` -`method ne(x$1: AnyRef)Boolean` -`method notify()Unit` -`method notifyAll()Unit` -`method round=> Long` -`method shortValue()Short` -`method signum=> Int` -`method synchronized[T0](x$1: T0)T0` -`method to(end: Double)Range.Partial[Double,scala.collection.immutable.NumericRange[Double]]` -`method to(end: Double, step: Double)scala.collection.immutable.NumericRange.Inclusive[Double]` -`method toByte=> Byte` -`method toChar=> Char` -`method toDegrees=> Double` -`method toDouble=> Double` -`method toFloat=> Float` -`method toInt=> Int` -`method toLong=> Long` -`method toRadians=> Double` -`method toShort=> Short` -`method toString()java.lang.String` -`method unary_+=> Double` -`method unary_-=> Double` -`method underlying()AnyRef` -`method unifiedPrimitiveEquals(x: Any)Boolean` -`method unifiedPrimitiveHashcode()Int` -`method until(end: Double)Range.Partial[Double,scala.collection.immutable.NumericRange[Double]]` -`method until(end: Double, step: Double)scala.collection.immutable.NumericRange.Exclusive[Double]` -`method wait()Unit` -`method wait(x$1: Long)Unit` -`method wait(x$1: Long, x$2: Int)Unit` -`method →[B](y: B)(Double, B)` -`type ResultWithoutStepRange.Partial[Double,scala.collection.immutable.NumericRange[Double]]` -`value integralNumNumeric.DoubleAsIfIntegral.type` -`value ordOrdering[Double]` -`value selfAny` -`value selfDouble` -`value xDouble` -================================================================================ diff --git a/test/files/presentation/ide-bug-1000508/Runner.scala b/test/files/presentation/ide-bug-1000508/Runner.scala deleted file mode 100644 index 1ef3cf9025..0000000000 --- a/test/files/presentation/ide-bug-1000508/Runner.scala +++ /dev/null @@ -1,3 +0,0 @@ -import scala.tools.nsc.interactive.tests._ - -object Test extends InteractiveTest \ No newline at end of file diff --git a/test/files/presentation/ide-bug-1000508/src/Foo.scala b/test/files/presentation/ide-bug-1000508/src/Foo.scala deleted file mode 100644 index cb5d9ad5dc..0000000000 --- a/test/files/presentation/ide-bug-1000508/src/Foo.scala +++ /dev/null @@ -1,3 +0,0 @@ -object Foo { - 1./*!*/ -} \ No newline at end of file -- cgit v1.2.3