diff --git a/scripts/jobs/validate/partest b/scripts/jobs/validate/partest index 9c3c6254d2b7..7bca965b0467 100755 --- a/scripts/jobs/validate/partest +++ b/scripts/jobs/validate/partest @@ -4,5 +4,5 @@ baseDir=${WORKSPACE-`pwd`} scriptsDir="$baseDir/scripts" . $scriptsDir/common -sbt $sbtArgs update compile "partest run" +sbt $sbtArgs update compile "partest-only run" diff --git a/tests/pending/run/Course-2002-03.check b/tests/run/Course-2002-03.check similarity index 100% rename from tests/pending/run/Course-2002-03.check rename to tests/run/Course-2002-03.check diff --git a/tests/pending/run/Course-2002-03.scala b/tests/run/Course-2002-03.scala similarity index 100% rename from tests/pending/run/Course-2002-03.scala rename to tests/run/Course-2002-03.scala diff --git a/tests/pending/run/Course-2002-04.check b/tests/run/Course-2002-04.check similarity index 100% rename from tests/pending/run/Course-2002-04.check rename to tests/run/Course-2002-04.check diff --git a/tests/pending/run/Course-2002-04.scala b/tests/run/Course-2002-04.scala similarity index 100% rename from tests/pending/run/Course-2002-04.scala rename to tests/run/Course-2002-04.scala diff --git a/tests/pending/run/Course-2002-05.check b/tests/run/Course-2002-05.check similarity index 100% rename from tests/pending/run/Course-2002-05.check rename to tests/run/Course-2002-05.check diff --git a/tests/pending/run/Course-2002-05.scala b/tests/run/Course-2002-05.scala similarity index 100% rename from tests/pending/run/Course-2002-05.scala rename to tests/run/Course-2002-05.scala diff --git a/tests/pending/run/Course-2002-06.check b/tests/run/Course-2002-06.check similarity index 100% rename from tests/pending/run/Course-2002-06.check rename to tests/run/Course-2002-06.check diff --git a/tests/pending/run/Course-2002-06.scala b/tests/run/Course-2002-06.scala similarity index 100% rename from tests/pending/run/Course-2002-06.scala rename to tests/run/Course-2002-06.scala diff --git a/tests/pending/run/Course-2002-08.check b/tests/run/Course-2002-08.check similarity index 100% rename from tests/pending/run/Course-2002-08.check rename to tests/run/Course-2002-08.check diff --git a/tests/pending/run/Course-2002-08.scala b/tests/run/Course-2002-08.scala similarity index 100% rename from tests/pending/run/Course-2002-08.scala rename to tests/run/Course-2002-08.scala diff --git a/tests/pending/run/Course-2002-09.check b/tests/run/Course-2002-09.check similarity index 100% rename from tests/pending/run/Course-2002-09.check rename to tests/run/Course-2002-09.check diff --git a/tests/pending/run/Course-2002-09.scala b/tests/run/Course-2002-09.scala similarity index 100% rename from tests/pending/run/Course-2002-09.scala rename to tests/run/Course-2002-09.scala diff --git a/tests/pending/run/MutableListTest.scala b/tests/run/MutableListTest.scala similarity index 100% rename from tests/pending/run/MutableListTest.scala rename to tests/run/MutableListTest.scala diff --git a/tests/pending/run/OrderingTest.scala b/tests/run/OrderingTest.scala similarity index 100% rename from tests/pending/run/OrderingTest.scala rename to tests/run/OrderingTest.scala diff --git a/tests/pending/run/Predef.readLine.check b/tests/run/Predef.readLine.check similarity index 100% rename from tests/pending/run/Predef.readLine.check rename to tests/run/Predef.readLine.check diff --git a/tests/pending/run/Predef.readLine.scala b/tests/run/Predef.readLine.scala similarity index 100% rename from tests/pending/run/Predef.readLine.scala rename to tests/run/Predef.readLine.scala diff --git a/tests/pending/run/QueueTest.scala b/tests/run/QueueTest.scala similarity index 100% rename from tests/pending/run/QueueTest.scala rename to tests/run/QueueTest.scala diff --git a/tests/pending/run/ReplacementMatching.scala b/tests/run/ReplacementMatching.scala similarity index 100% rename from tests/pending/run/ReplacementMatching.scala rename to tests/run/ReplacementMatching.scala diff --git a/tests/pending/run/ReverseSeqView.scala b/tests/run/ReverseSeqView.scala similarity index 100% rename from tests/pending/run/ReverseSeqView.scala rename to tests/run/ReverseSeqView.scala diff --git a/tests/pending/run/UnrolledBuffer.scala b/tests/run/UnrolledBuffer.scala similarity index 100% rename from tests/pending/run/UnrolledBuffer.scala rename to tests/run/UnrolledBuffer.scala diff --git a/tests/pending/run/adding-growing-set.scala b/tests/run/adding-growing-set.scala similarity index 100% rename from tests/pending/run/adding-growing-set.scala rename to tests/run/adding-growing-set.scala diff --git a/tests/pending/run/array-charSeq.check b/tests/run/array-charSeq.check similarity index 100% rename from tests/pending/run/array-charSeq.check rename to tests/run/array-charSeq.check diff --git a/tests/pending/run/array-charSeq.scala b/tests/run/array-charSeq.scala similarity index 100% rename from tests/pending/run/array-charSeq.scala rename to tests/run/array-charSeq.scala diff --git a/tests/pending/run/array-existential-bound.check b/tests/run/array-existential-bound.check similarity index 100% rename from tests/pending/run/array-existential-bound.check rename to tests/run/array-existential-bound.check diff --git a/tests/pending/run/array-existential-bound.scala b/tests/run/array-existential-bound.scala similarity index 100% rename from tests/pending/run/array-existential-bound.scala rename to tests/run/array-existential-bound.scala diff --git a/tests/pending/run/arraycopy.scala b/tests/run/arraycopy.scala similarity index 100% rename from tests/pending/run/arraycopy.scala rename to tests/run/arraycopy.scala diff --git a/tests/pending/run/arybufgrow.check b/tests/run/arybufgrow.check similarity index 100% rename from tests/pending/run/arybufgrow.check rename to tests/run/arybufgrow.check diff --git a/tests/pending/run/arybufgrow.scala b/tests/run/arybufgrow.scala similarity index 100% rename from tests/pending/run/arybufgrow.scala rename to tests/run/arybufgrow.scala diff --git a/tests/pending/run/bigDecimalCache.scala b/tests/run/bigDecimalCache.scala similarity index 100% rename from tests/pending/run/bigDecimalCache.scala rename to tests/run/bigDecimalCache.scala diff --git a/tests/pending/run/bigDecimalTest.check b/tests/run/bigDecimalTest.check similarity index 100% rename from tests/pending/run/bigDecimalTest.check rename to tests/run/bigDecimalTest.check diff --git a/tests/pending/run/bigDecimalTest.scala b/tests/run/bigDecimalTest.scala similarity index 100% rename from tests/pending/run/bigDecimalTest.scala rename to tests/run/bigDecimalTest.scala diff --git a/tests/pending/run/blame_eye_triple_eee-double.check b/tests/run/blame_eye_triple_eee-double.check similarity index 100% rename from tests/pending/run/blame_eye_triple_eee-double.check rename to tests/run/blame_eye_triple_eee-double.check diff --git a/tests/pending/run/blame_eye_triple_eee-double.flags b/tests/run/blame_eye_triple_eee-double.flags similarity index 100% rename from tests/pending/run/blame_eye_triple_eee-double.flags rename to tests/run/blame_eye_triple_eee-double.flags diff --git a/tests/pending/run/blame_eye_triple_eee-double.scala b/tests/run/blame_eye_triple_eee-double.scala similarity index 100% rename from tests/pending/run/blame_eye_triple_eee-double.scala rename to tests/run/blame_eye_triple_eee-double.scala diff --git a/tests/pending/run/blame_eye_triple_eee-float.check b/tests/run/blame_eye_triple_eee-float.check similarity index 100% rename from tests/pending/run/blame_eye_triple_eee-float.check rename to tests/run/blame_eye_triple_eee-float.check diff --git a/tests/pending/run/blame_eye_triple_eee-float.flags b/tests/run/blame_eye_triple_eee-float.flags similarity index 100% rename from tests/pending/run/blame_eye_triple_eee-float.flags rename to tests/run/blame_eye_triple_eee-float.flags diff --git a/tests/pending/run/blame_eye_triple_eee-float.scala b/tests/run/blame_eye_triple_eee-float.scala similarity index 100% rename from tests/pending/run/blame_eye_triple_eee-float.scala rename to tests/run/blame_eye_triple_eee-float.scala diff --git a/tests/pending/run/boolexprs.check b/tests/run/boolexprs.check similarity index 100% rename from tests/pending/run/boolexprs.check rename to tests/run/boolexprs.check diff --git a/tests/pending/run/boolexprs.scala b/tests/run/boolexprs.scala similarity index 100% rename from tests/pending/run/boolexprs.scala rename to tests/run/boolexprs.scala diff --git a/tests/pending/run/boolord.check b/tests/run/boolord.check similarity index 100% rename from tests/pending/run/boolord.check rename to tests/run/boolord.check diff --git a/tests/pending/run/boolord.scala b/tests/run/boolord.scala similarity index 100% rename from tests/pending/run/boolord.scala rename to tests/run/boolord.scala diff --git a/tests/pending/run/breakout.check b/tests/run/breakout.check similarity index 100% rename from tests/pending/run/breakout.check rename to tests/run/breakout.check diff --git a/tests/pending/run/breakout.scala b/tests/run/breakout.scala similarity index 100% rename from tests/pending/run/breakout.scala rename to tests/run/breakout.scala diff --git a/tests/pending/run/buffer-slice.check b/tests/run/buffer-slice.check similarity index 100% rename from tests/pending/run/buffer-slice.check rename to tests/run/buffer-slice.check diff --git a/tests/pending/run/buffer-slice.scala b/tests/run/buffer-slice.scala similarity index 100% rename from tests/pending/run/buffer-slice.scala rename to tests/run/buffer-slice.scala diff --git a/tests/pending/run/byNameVarargs/i499.scala b/tests/run/byNameVarargs/i499.scala similarity index 100% rename from tests/pending/run/byNameVarargs/i499.scala rename to tests/run/byNameVarargs/i499.scala diff --git a/tests/run/classTags.scala b/tests/run/classTags.scala new file mode 100644 index 000000000000..9af6747f33d3 --- /dev/null +++ b/tests/run/classTags.scala @@ -0,0 +1,24 @@ +object Test { + type T = String + type U + +/* val a /* : Class[T] */ = classOf[T] // [Ljava/lang/String; + println(a) +*/ val b /* : ClassTag[T] */ = reflect.classTag[T] // ClassTag(classOf[java.lang.String]) +/* println(b) + + val d /* : ClassTag[T with U] */ = reflect.classTag[T with U] // ClassTag(classOf[java.lang.String]) + println(d) + val e /* : Class[Array[T with U]] */ = classOf[Array[T with U]] // [Ljava/lang/String; + println(e) + val f /* : ClassTag[Array[T with U]] */ = reflect.classTag[Array[T with U]] // ClassTag(arrayClass(classOf[java.lang.String])) + println(f) + val g /* : Class[Meter] */ = classOf[Meter] // [LMeter; + println(g) + val h /* : ClassTag[Meter] */ = reflect.classTag[Meter] // ClassTag(classOf[Meter]) + println(h) +*/ + def main(args: Array[String]): Unit = () +} + +//class Meter(val i: Int) extends AnyVal diff --git a/tests/pending/run/classmanifests_new_alias.check b/tests/run/classmanifests_new_alias.check similarity index 100% rename from tests/pending/run/classmanifests_new_alias.check rename to tests/run/classmanifests_new_alias.check diff --git a/tests/pending/run/classmanifests_new_alias.scala b/tests/run/classmanifests_new_alias.scala similarity index 100% rename from tests/pending/run/classmanifests_new_alias.scala rename to tests/run/classmanifests_new_alias.scala diff --git a/tests/pending/run/classmanifests_new_core.check b/tests/run/classmanifests_new_core.check similarity index 100% rename from tests/pending/run/classmanifests_new_core.check rename to tests/run/classmanifests_new_core.check diff --git a/tests/pending/run/classmanifests_new_core.scala b/tests/run/classmanifests_new_core.scala similarity index 100% rename from tests/pending/run/classmanifests_new_core.scala rename to tests/run/classmanifests_new_core.scala diff --git a/tests/pending/run/collections-toSelf.scala b/tests/run/collections-toSelf.scala similarity index 100% rename from tests/pending/run/collections-toSelf.scala rename to tests/run/collections-toSelf.scala diff --git a/tests/pending/run/comparable-comparator.scala b/tests/run/comparable-comparator.scala similarity index 100% rename from tests/pending/run/comparable-comparator.scala rename to tests/run/comparable-comparator.scala diff --git a/tests/pending/run/complicatedmatch.check b/tests/run/complicatedmatch.check similarity index 100% rename from tests/pending/run/complicatedmatch.check rename to tests/run/complicatedmatch.check diff --git a/tests/pending/run/complicatedmatch.scala b/tests/run/complicatedmatch.scala similarity index 100% rename from tests/pending/run/complicatedmatch.scala rename to tests/run/complicatedmatch.scala diff --git a/tests/pending/run/concat-two-strings.scala b/tests/run/concat-two-strings.scala similarity index 100% rename from tests/pending/run/concat-two-strings.scala rename to tests/run/concat-two-strings.scala diff --git a/tests/pending/run/concurrent-map-conversions.scala b/tests/run/concurrent-map-conversions.scala similarity index 100% rename from tests/pending/run/concurrent-map-conversions.scala rename to tests/run/concurrent-map-conversions.scala diff --git a/tests/pending/run/constant-optimization.check b/tests/run/constant-optimization.check similarity index 100% rename from tests/pending/run/constant-optimization.check rename to tests/run/constant-optimization.check diff --git a/tests/pending/run/constant-optimization.flags b/tests/run/constant-optimization.flags similarity index 100% rename from tests/pending/run/constant-optimization.flags rename to tests/run/constant-optimization.flags diff --git a/tests/pending/run/constant-optimization.scala b/tests/run/constant-optimization.scala similarity index 100% rename from tests/pending/run/constant-optimization.scala rename to tests/run/constant-optimization.scala diff --git a/tests/pending/run/deeps.check b/tests/run/deeps.check similarity index 100% rename from tests/pending/run/deeps.check rename to tests/run/deeps.check diff --git a/tests/pending/run/deeps.scala b/tests/run/deeps.scala similarity index 100% rename from tests/pending/run/deeps.scala rename to tests/run/deeps.scala diff --git a/tests/pending/run/delambdafy-dependent-on-param-subst-2.scala b/tests/run/delambdafy-dependent-on-param-subst-2.scala similarity index 100% rename from tests/pending/run/delambdafy-dependent-on-param-subst-2.scala rename to tests/run/delambdafy-dependent-on-param-subst-2.scala diff --git a/tests/pending/run/delambdafy-dependent-on-param-subst.flags b/tests/run/delambdafy-dependent-on-param-subst.flags similarity index 100% rename from tests/pending/run/delambdafy-dependent-on-param-subst.flags rename to tests/run/delambdafy-dependent-on-param-subst.flags diff --git a/tests/pending/run/delambdafy-dependent-on-param-subst.scala b/tests/run/delambdafy-dependent-on-param-subst.scala similarity index 100% rename from tests/pending/run/delambdafy-dependent-on-param-subst.scala rename to tests/run/delambdafy-dependent-on-param-subst.scala diff --git a/tests/pending/run/delambdafy-nested-by-name.check b/tests/run/delambdafy-nested-by-name.check similarity index 100% rename from tests/pending/run/delambdafy-nested-by-name.check rename to tests/run/delambdafy-nested-by-name.check diff --git a/tests/pending/run/delambdafy-nested-by-name.scala b/tests/run/delambdafy-nested-by-name.scala similarity index 100% rename from tests/pending/run/delambdafy-nested-by-name.scala rename to tests/run/delambdafy-nested-by-name.scala diff --git a/tests/pending/run/delambdafy-two-lambdas.check b/tests/run/delambdafy-two-lambdas.check similarity index 100% rename from tests/pending/run/delambdafy-two-lambdas.check rename to tests/run/delambdafy-two-lambdas.check diff --git a/tests/pending/run/delambdafy-two-lambdas.scala b/tests/run/delambdafy-two-lambdas.scala similarity index 100% rename from tests/pending/run/delambdafy-two-lambdas.scala rename to tests/run/delambdafy-two-lambdas.scala diff --git a/tests/pending/run/duplicate-meth.check b/tests/run/duplicate-meth.check similarity index 100% rename from tests/pending/run/duplicate-meth.check rename to tests/run/duplicate-meth.check diff --git a/tests/pending/run/duplicate-meth.scala b/tests/run/duplicate-meth.scala similarity index 100% rename from tests/pending/run/duplicate-meth.scala rename to tests/run/duplicate-meth.scala diff --git a/tests/pending/run/duration-coarsest.scala b/tests/run/duration-coarsest.scala similarity index 100% rename from tests/pending/run/duration-coarsest.scala rename to tests/run/duration-coarsest.scala diff --git a/tests/pending/run/elidable-noflags.check b/tests/run/elidable-noflags.check similarity index 100% rename from tests/pending/run/elidable-noflags.check rename to tests/run/elidable-noflags.check diff --git a/tests/pending/run/elidable-noflags.scala b/tests/run/elidable-noflags.scala similarity index 100% rename from tests/pending/run/elidable-noflags.scala rename to tests/run/elidable-noflags.scala diff --git a/tests/pending/run/empty-array.check b/tests/run/empty-array.check similarity index 100% rename from tests/pending/run/empty-array.check rename to tests/run/empty-array.check diff --git a/tests/pending/run/empty-array.scala b/tests/run/empty-array.scala similarity index 100% rename from tests/pending/run/empty-array.scala rename to tests/run/empty-array.scala diff --git a/tests/pending/run/equality.scala b/tests/run/equality.scala similarity index 100% rename from tests/pending/run/equality.scala rename to tests/run/equality.scala diff --git a/tests/pending/run/exc.scala b/tests/run/exc.scala similarity index 100% rename from tests/pending/run/exc.scala rename to tests/run/exc.scala diff --git a/tests/pending/run/exc1.scala b/tests/run/exc1.scala similarity index 100% rename from tests/pending/run/exc1.scala rename to tests/run/exc1.scala diff --git a/tests/pending/run/exc2.scala b/tests/run/exc2.scala similarity index 100% rename from tests/pending/run/exc2.scala rename to tests/run/exc2.scala diff --git a/tests/pending/run/exceptions-nest.check b/tests/run/exceptions-nest.check similarity index 100% rename from tests/pending/run/exceptions-nest.check rename to tests/run/exceptions-nest.check diff --git a/tests/pending/run/exceptions-nest.scala b/tests/run/exceptions-nest.scala similarity index 100% rename from tests/pending/run/exceptions-nest.scala rename to tests/run/exceptions-nest.scala diff --git a/tests/pending/run/exoticnames.scala b/tests/run/exoticnames.scala similarity index 100% rename from tests/pending/run/exoticnames.scala rename to tests/run/exoticnames.scala diff --git a/tests/pending/run/finally.check b/tests/run/finally.check similarity index 100% rename from tests/pending/run/finally.check rename to tests/run/finally.check diff --git a/tests/pending/run/finally.scala b/tests/run/finally.scala similarity index 100% rename from tests/pending/run/finally.scala rename to tests/run/finally.scala diff --git a/tests/pending/run/flat-flat-flat.scala b/tests/run/flat-flat-flat.scala similarity index 100% rename from tests/pending/run/flat-flat-flat.scala rename to tests/run/flat-flat-flat.scala diff --git a/tests/pending/run/fors.check b/tests/run/fors.check similarity index 100% rename from tests/pending/run/fors.check rename to tests/run/fors.check diff --git a/tests/pending/run/fors.scala b/tests/run/fors.scala similarity index 100% rename from tests/pending/run/fors.scala rename to tests/run/fors.scala diff --git a/tests/pending/run/forvaleq.check b/tests/run/forvaleq.check similarity index 100% rename from tests/pending/run/forvaleq.check rename to tests/run/forvaleq.check diff --git a/tests/pending/run/forvaleq.scala b/tests/run/forvaleq.scala similarity index 100% rename from tests/pending/run/forvaleq.scala rename to tests/run/forvaleq.scala diff --git a/tests/pending/run/groupby.scala b/tests/run/groupby.scala similarity index 100% rename from tests/pending/run/groupby.scala rename to tests/run/groupby.scala diff --git a/tests/pending/run/hashset.check b/tests/run/hashset.check similarity index 100% rename from tests/pending/run/hashset.check rename to tests/run/hashset.check diff --git a/tests/pending/run/hashset.scala b/tests/run/hashset.scala similarity index 100% rename from tests/pending/run/hashset.scala rename to tests/run/hashset.scala diff --git a/tests/pending/run/hashsetremove.check b/tests/run/hashsetremove.check similarity index 100% rename from tests/pending/run/hashsetremove.check rename to tests/run/hashsetremove.check diff --git a/tests/pending/run/hashsetremove.scala b/tests/run/hashsetremove.scala similarity index 100% rename from tests/pending/run/hashsetremove.scala rename to tests/run/hashsetremove.scala diff --git a/tests/pending/run/implicitclasses.scala b/tests/run/implicitclasses.scala similarity index 100% rename from tests/pending/run/implicitclasses.scala rename to tests/run/implicitclasses.scala diff --git a/tests/pending/run/imports.check b/tests/run/imports.check similarity index 100% rename from tests/pending/run/imports.check rename to tests/run/imports.check diff --git a/tests/pending/run/imports.scala b/tests/run/imports.scala similarity index 100% rename from tests/pending/run/imports.scala rename to tests/run/imports.scala diff --git a/tests/pending/run/indexedSeq-apply.check b/tests/run/indexedSeq-apply.check similarity index 100% rename from tests/pending/run/indexedSeq-apply.check rename to tests/run/indexedSeq-apply.check diff --git a/tests/pending/run/indexedSeq-apply.scala b/tests/run/indexedSeq-apply.scala similarity index 100% rename from tests/pending/run/indexedSeq-apply.scala rename to tests/run/indexedSeq-apply.scala diff --git a/tests/pending/run/indexedSeq.scala b/tests/run/indexedSeq.scala similarity index 100% rename from tests/pending/run/indexedSeq.scala rename to tests/run/indexedSeq.scala diff --git a/tests/pending/run/infiniteloop.check b/tests/run/infiniteloop.check similarity index 100% rename from tests/pending/run/infiniteloop.check rename to tests/run/infiniteloop.check diff --git a/tests/pending/run/infiniteloop.scala b/tests/run/infiniteloop.scala similarity index 100% rename from tests/pending/run/infiniteloop.scala rename to tests/run/infiniteloop.scala diff --git a/tests/pending/run/inliner-infer.check b/tests/run/inliner-infer.check similarity index 100% rename from tests/pending/run/inliner-infer.check rename to tests/run/inliner-infer.check diff --git a/tests/pending/run/inliner-infer.scala b/tests/run/inliner-infer.scala similarity index 100% rename from tests/pending/run/inliner-infer.scala rename to tests/run/inliner-infer.scala diff --git a/tests/pending/run/interop_classtags_are_classmanifests.check b/tests/run/interop_classtags_are_classmanifests.check similarity index 100% rename from tests/pending/run/interop_classtags_are_classmanifests.check rename to tests/run/interop_classtags_are_classmanifests.check diff --git a/tests/pending/run/interop_classtags_are_classmanifests.scala b/tests/run/interop_classtags_are_classmanifests.scala similarity index 100% rename from tests/pending/run/interop_classtags_are_classmanifests.scala rename to tests/run/interop_classtags_are_classmanifests.scala diff --git a/tests/pending/run/interpolationArgs.check b/tests/run/interpolationArgs.check similarity index 100% rename from tests/pending/run/interpolationArgs.check rename to tests/run/interpolationArgs.check diff --git a/tests/pending/run/interpolationArgs.scala b/tests/run/interpolationArgs.scala similarity index 100% rename from tests/pending/run/interpolationArgs.scala rename to tests/run/interpolationArgs.scala diff --git a/tests/pending/run/intmap.scala b/tests/run/intmap.scala similarity index 100% rename from tests/pending/run/intmap.scala rename to tests/run/intmap.scala diff --git a/tests/pending/run/iq.check b/tests/run/iq.check similarity index 100% rename from tests/pending/run/iq.check rename to tests/run/iq.check diff --git a/tests/pending/run/iq.scala b/tests/run/iq.scala similarity index 100% rename from tests/pending/run/iq.scala rename to tests/run/iq.scala diff --git a/tests/pending/run/iterator-concat.check b/tests/run/iterator-concat.check similarity index 100% rename from tests/pending/run/iterator-concat.check rename to tests/run/iterator-concat.check diff --git a/tests/pending/run/iterator-concat.scala b/tests/run/iterator-concat.scala similarity index 100% rename from tests/pending/run/iterator-concat.scala rename to tests/run/iterator-concat.scala diff --git a/tests/pending/run/iterator-from.scala b/tests/run/iterator-from.scala similarity index 100% rename from tests/pending/run/iterator-from.scala rename to tests/run/iterator-from.scala diff --git a/tests/pending/run/iterator-iterate-lazy.scala b/tests/run/iterator-iterate-lazy.scala similarity index 100% rename from tests/pending/run/iterator-iterate-lazy.scala rename to tests/run/iterator-iterate-lazy.scala diff --git a/tests/pending/run/iterator3444.scala b/tests/run/iterator3444.scala similarity index 100% rename from tests/pending/run/iterator3444.scala rename to tests/run/iterator3444.scala diff --git a/tests/pending/run/iterators.check b/tests/run/iterators.check similarity index 100% rename from tests/pending/run/iterators.check rename to tests/run/iterators.check diff --git a/tests/pending/run/iterators.scala b/tests/run/iterators.scala similarity index 100% rename from tests/pending/run/iterators.scala rename to tests/run/iterators.scala diff --git a/tests/pending/run/kmpSliceSearch.check b/tests/run/kmpSliceSearch.check similarity index 100% rename from tests/pending/run/kmpSliceSearch.check rename to tests/run/kmpSliceSearch.check diff --git a/tests/pending/run/kmpSliceSearch.scala b/tests/run/kmpSliceSearch.scala similarity index 100% rename from tests/pending/run/kmpSliceSearch.scala rename to tests/run/kmpSliceSearch.scala diff --git a/tests/pending/run/lazy-override-run.check b/tests/run/lazy-override-run.check similarity index 100% rename from tests/pending/run/lazy-override-run.check rename to tests/run/lazy-override-run.check diff --git a/tests/pending/run/lazy-override-run.scala b/tests/run/lazy-override-run.scala similarity index 100% rename from tests/pending/run/lazy-override-run.scala rename to tests/run/lazy-override-run.scala diff --git a/tests/pending/run/list_map.scala b/tests/run/list_map.scala similarity index 100% rename from tests/pending/run/list_map.scala rename to tests/run/list_map.scala diff --git a/tests/pending/run/lists-run.scala b/tests/run/lists-run.scala similarity index 100% rename from tests/pending/run/lists-run.scala rename to tests/run/lists-run.scala diff --git a/tests/pending/run/longmap.scala b/tests/run/longmap.scala similarity index 100% rename from tests/pending/run/longmap.scala rename to tests/run/longmap.scala diff --git a/tests/pending/run/mapConserve.scala b/tests/run/mapConserve.scala similarity index 100% rename from tests/pending/run/mapConserve.scala rename to tests/run/mapConserve.scala diff --git a/tests/pending/run/mapValues.scala b/tests/run/mapValues.scala similarity index 100% rename from tests/pending/run/mapValues.scala rename to tests/run/mapValues.scala diff --git a/tests/pending/run/map_java_conversions.scala b/tests/run/map_java_conversions.scala similarity index 100% rename from tests/pending/run/map_java_conversions.scala rename to tests/run/map_java_conversions.scala diff --git a/tests/pending/run/map_test.check b/tests/run/map_test.check similarity index 100% rename from tests/pending/run/map_test.check rename to tests/run/map_test.check diff --git a/tests/pending/run/map_test.scala b/tests/run/map_test.scala similarity index 100% rename from tests/pending/run/map_test.scala rename to tests/run/map_test.scala diff --git a/tests/pending/run/matchbytes.check b/tests/run/matchbytes.check similarity index 100% rename from tests/pending/run/matchbytes.check rename to tests/run/matchbytes.check diff --git a/tests/pending/run/matchbytes.scala b/tests/run/matchbytes.scala similarity index 100% rename from tests/pending/run/matchbytes.scala rename to tests/run/matchbytes.scala diff --git a/tests/pending/run/matchemptyarray.check b/tests/run/matchemptyarray.check similarity index 100% rename from tests/pending/run/matchemptyarray.check rename to tests/run/matchemptyarray.check diff --git a/tests/pending/run/matchemptyarray.scala b/tests/run/matchemptyarray.scala similarity index 100% rename from tests/pending/run/matchemptyarray.scala rename to tests/run/matchemptyarray.scala diff --git a/tests/pending/run/matchnull.check b/tests/run/matchnull.check similarity index 100% rename from tests/pending/run/matchnull.check rename to tests/run/matchnull.check diff --git a/tests/pending/run/matchnull.scala b/tests/run/matchnull.scala similarity index 100% rename from tests/pending/run/matchnull.scala rename to tests/run/matchnull.scala diff --git a/tests/pending/run/matchonseq.check b/tests/run/matchonseq.check similarity index 100% rename from tests/pending/run/matchonseq.check rename to tests/run/matchonseq.check diff --git a/tests/pending/run/matchonseq.scala b/tests/run/matchonseq.scala similarity index 100% rename from tests/pending/run/matchonseq.scala rename to tests/run/matchonseq.scala diff --git a/tests/pending/run/missingparams.check b/tests/run/missingparams.check similarity index 100% rename from tests/pending/run/missingparams.check rename to tests/run/missingparams.check diff --git a/tests/pending/run/missingparams.scala b/tests/run/missingparams.scala similarity index 100% rename from tests/pending/run/missingparams.scala rename to tests/run/missingparams.scala diff --git a/tests/pending/run/mixins.check b/tests/run/mixins.check similarity index 100% rename from tests/pending/run/mixins.check rename to tests/run/mixins.check diff --git a/tests/pending/run/mixins.scala b/tests/run/mixins.scala similarity index 100% rename from tests/pending/run/mixins.scala rename to tests/run/mixins.scala diff --git a/tests/pending/run/multi-array.check b/tests/run/multi-array.check similarity index 100% rename from tests/pending/run/multi-array.check rename to tests/run/multi-array.check diff --git a/tests/pending/run/multi-array.scala b/tests/run/multi-array.scala similarity index 100% rename from tests/pending/run/multi-array.scala rename to tests/run/multi-array.scala diff --git a/tests/pending/run/mutable-treeset.scala b/tests/run/mutable-treeset.scala similarity index 100% rename from tests/pending/run/mutable-treeset.scala rename to tests/run/mutable-treeset.scala diff --git a/tests/pending/run/nothingTypeDce.flags b/tests/run/nothingTypeDce.flags similarity index 100% rename from tests/pending/run/nothingTypeDce.flags rename to tests/run/nothingTypeDce.flags diff --git a/tests/pending/run/nothingTypeDce.scala b/tests/run/nothingTypeDce.scala similarity index 100% rename from tests/pending/run/nothingTypeDce.scala rename to tests/run/nothingTypeDce.scala diff --git a/tests/pending/run/nothingTypeNoOpt.flags b/tests/run/nothingTypeNoOpt.flags similarity index 100% rename from tests/pending/run/nothingTypeNoOpt.flags rename to tests/run/nothingTypeNoOpt.flags diff --git a/tests/pending/run/nothingTypeNoOpt.scala b/tests/run/nothingTypeNoOpt.scala similarity index 100% rename from tests/pending/run/nothingTypeNoOpt.scala rename to tests/run/nothingTypeNoOpt.scala diff --git a/tests/pending/run/null-hash.scala b/tests/run/null-hash.scala similarity index 100% rename from tests/pending/run/null-hash.scala rename to tests/run/null-hash.scala diff --git a/tests/pending/run/numbereq.scala b/tests/run/numbereq.scala similarity index 100% rename from tests/pending/run/numbereq.scala rename to tests/run/numbereq.scala diff --git a/tests/pending/run/numeric-range.scala b/tests/run/numeric-range.scala similarity index 100% rename from tests/pending/run/numeric-range.scala rename to tests/run/numeric-range.scala diff --git a/tests/pending/run/optimizer-array-load.check b/tests/run/optimizer-array-load.check similarity index 100% rename from tests/pending/run/optimizer-array-load.check rename to tests/run/optimizer-array-load.check diff --git a/tests/pending/run/optimizer-array-load.flags b/tests/run/optimizer-array-load.flags similarity index 100% rename from tests/pending/run/optimizer-array-load.flags rename to tests/run/optimizer-array-load.flags diff --git a/tests/pending/run/optimizer-array-load.scala b/tests/run/optimizer-array-load.scala similarity index 100% rename from tests/pending/run/optimizer-array-load.scala rename to tests/run/optimizer-array-load.scala diff --git a/tests/pending/run/overloads.check b/tests/run/overloads.check similarity index 100% rename from tests/pending/run/overloads.check rename to tests/run/overloads.check diff --git a/tests/pending/run/overloads.scala b/tests/run/overloads.scala similarity index 100% rename from tests/pending/run/overloads.scala rename to tests/run/overloads.scala diff --git a/tests/pending/run/parmap-ops.scala b/tests/run/parmap-ops.scala similarity index 100% rename from tests/pending/run/parmap-ops.scala rename to tests/run/parmap-ops.scala diff --git a/tests/pending/run/patch-boundary.scala b/tests/run/patch-boundary.scala similarity index 100% rename from tests/pending/run/patch-boundary.scala rename to tests/run/patch-boundary.scala diff --git a/tests/pending/run/patmat-bind-typed.check b/tests/run/patmat-bind-typed.check similarity index 100% rename from tests/pending/run/patmat-bind-typed.check rename to tests/run/patmat-bind-typed.check diff --git a/tests/pending/run/patmat-bind-typed.scala b/tests/run/patmat-bind-typed.scala similarity index 100% rename from tests/pending/run/patmat-bind-typed.scala rename to tests/run/patmat-bind-typed.scala diff --git a/tests/pending/run/pc-conversions.scala b/tests/run/pc-conversions.scala similarity index 100% rename from tests/pending/run/pc-conversions.scala rename to tests/run/pc-conversions.scala diff --git a/tests/pending/run/phantomValueClass.check b/tests/run/phantomValueClass.check similarity index 100% rename from tests/pending/run/phantomValueClass.check rename to tests/run/phantomValueClass.check diff --git a/tests/pending/run/phantomValueClass.scala b/tests/run/phantomValueClass.scala similarity index 100% rename from tests/pending/run/phantomValueClass.scala rename to tests/run/phantomValueClass.scala diff --git a/tests/pending/run/predef-cycle.scala b/tests/run/predef-cycle.scala similarity index 100% rename from tests/pending/run/predef-cycle.scala rename to tests/run/predef-cycle.scala diff --git a/tests/pending/run/priorityQueue.scala b/tests/run/priorityQueue.scala similarity index 100% rename from tests/pending/run/priorityQueue.scala rename to tests/run/priorityQueue.scala diff --git a/tests/pending/run/programmatic-main.check b/tests/run/programmatic-main.check similarity index 100% rename from tests/pending/run/programmatic-main.check rename to tests/run/programmatic-main.check diff --git a/tests/pending/run/programmatic-main.scala b/tests/run/programmatic-main.scala similarity index 100% rename from tests/pending/run/programmatic-main.scala rename to tests/run/programmatic-main.scala diff --git a/tests/pending/run/promotion.check b/tests/run/promotion.check similarity index 100% rename from tests/pending/run/promotion.check rename to tests/run/promotion.check diff --git a/tests/pending/run/promotion.scala b/tests/run/promotion.scala similarity index 100% rename from tests/pending/run/promotion.scala rename to tests/run/promotion.scala diff --git a/tests/pending/run/pure-args-byname-noinline.check b/tests/run/pure-args-byname-noinline.check similarity index 100% rename from tests/pending/run/pure-args-byname-noinline.check rename to tests/run/pure-args-byname-noinline.check diff --git a/tests/pending/run/pure-args-byname-noinline.scala b/tests/run/pure-args-byname-noinline.scala similarity index 100% rename from tests/pending/run/pure-args-byname-noinline.scala rename to tests/run/pure-args-byname-noinline.scala diff --git a/tests/pending/run/range-unit.check b/tests/run/range-unit.check similarity index 100% rename from tests/pending/run/range-unit.check rename to tests/run/range-unit.check diff --git a/tests/pending/run/range-unit.scala b/tests/run/range-unit.scala similarity index 100% rename from tests/pending/run/range-unit.scala rename to tests/run/range-unit.scala diff --git a/tests/pending/run/rawstrings.check b/tests/run/rawstrings.check similarity index 100% rename from tests/pending/run/rawstrings.check rename to tests/run/rawstrings.check diff --git a/tests/pending/run/rawstrings.scala b/tests/run/rawstrings.scala similarity index 100% rename from tests/pending/run/rawstrings.scala rename to tests/run/rawstrings.scala diff --git a/tests/pending/run/retsynch.check b/tests/run/retsynch.check similarity index 100% rename from tests/pending/run/retsynch.check rename to tests/run/retsynch.check diff --git a/tests/pending/run/retsynch.scala b/tests/run/retsynch.scala similarity index 100% rename from tests/pending/run/retsynch.scala rename to tests/run/retsynch.scala diff --git a/tests/pending/run/richWrapperEquals.scala b/tests/run/richWrapperEquals.scala similarity index 100% rename from tests/pending/run/richWrapperEquals.scala rename to tests/run/richWrapperEquals.scala diff --git a/tests/pending/run/run-bug4840.check b/tests/run/run-bug4840.check similarity index 100% rename from tests/pending/run/run-bug4840.check rename to tests/run/run-bug4840.check diff --git a/tests/pending/run/run-bug4840.flags b/tests/run/run-bug4840.flags similarity index 100% rename from tests/pending/run/run-bug4840.flags rename to tests/run/run-bug4840.flags diff --git a/tests/pending/run/run-bug4840.scala b/tests/run/run-bug4840.scala similarity index 100% rename from tests/pending/run/run-bug4840.scala rename to tests/run/run-bug4840.scala diff --git a/tests/pending/run/runtime-richChar.check b/tests/run/runtime-richChar.check similarity index 100% rename from tests/pending/run/runtime-richChar.check rename to tests/run/runtime-richChar.check diff --git a/tests/pending/run/runtime-richChar.scala b/tests/run/runtime-richChar.scala similarity index 100% rename from tests/pending/run/runtime-richChar.scala rename to tests/run/runtime-richChar.scala diff --git a/tests/pending/run/sammy_repeated.check b/tests/run/sammy_repeated.check similarity index 100% rename from tests/pending/run/sammy_repeated.check rename to tests/run/sammy_repeated.check diff --git a/tests/pending/run/sammy_repeated.flags b/tests/run/sammy_repeated.flags similarity index 100% rename from tests/pending/run/sammy_repeated.flags rename to tests/run/sammy_repeated.flags diff --git a/tests/pending/run/sammy_repeated.scala b/tests/run/sammy_repeated.scala similarity index 100% rename from tests/pending/run/sammy_repeated.scala rename to tests/run/sammy_repeated.scala diff --git a/tests/pending/run/scan.scala b/tests/run/scan.scala similarity index 100% rename from tests/pending/run/scan.scala rename to tests/run/scan.scala diff --git a/tests/pending/run/seqlike-kmp.check b/tests/run/seqlike-kmp.check similarity index 100% rename from tests/pending/run/seqlike-kmp.check rename to tests/run/seqlike-kmp.check diff --git a/tests/pending/run/seqlike-kmp.scala b/tests/run/seqlike-kmp.scala similarity index 100% rename from tests/pending/run/seqlike-kmp.scala rename to tests/run/seqlike-kmp.scala diff --git a/tests/pending/run/serialize-stream.check b/tests/run/serialize-stream.check similarity index 100% rename from tests/pending/run/serialize-stream.check rename to tests/run/serialize-stream.check diff --git a/tests/pending/run/serialize-stream.scala b/tests/run/serialize-stream.scala similarity index 100% rename from tests/pending/run/serialize-stream.scala rename to tests/run/serialize-stream.scala diff --git a/tests/pending/run/showraw_nosymbol.check b/tests/run/showraw_nosymbol.check similarity index 100% rename from tests/pending/run/showraw_nosymbol.check rename to tests/run/showraw_nosymbol.check diff --git a/tests/pending/run/showraw_nosymbol.scala b/tests/run/showraw_nosymbol.scala similarity index 100% rename from tests/pending/run/showraw_nosymbol.scala rename to tests/run/showraw_nosymbol.scala diff --git a/tests/pending/run/shutdownhooks.check b/tests/run/shutdownhooks.check similarity index 100% rename from tests/pending/run/shutdownhooks.check rename to tests/run/shutdownhooks.check diff --git a/tests/pending/run/shutdownhooks.scala b/tests/run/shutdownhooks.scala similarity index 100% rename from tests/pending/run/shutdownhooks.scala rename to tests/run/shutdownhooks.scala diff --git a/tests/pending/run/slice-strings.scala b/tests/run/slice-strings.scala similarity index 100% rename from tests/pending/run/slice-strings.scala rename to tests/run/slice-strings.scala diff --git a/tests/pending/run/slices.check b/tests/run/slices.check similarity index 100% rename from tests/pending/run/slices.check rename to tests/run/slices.check diff --git a/tests/pending/run/slices.scala b/tests/run/slices.scala similarity index 100% rename from tests/pending/run/slices.scala rename to tests/run/slices.scala diff --git a/tests/pending/run/sm-interpolator.scala b/tests/run/sm-interpolator.scala similarity index 100% rename from tests/pending/run/sm-interpolator.scala rename to tests/run/sm-interpolator.scala diff --git a/tests/pending/run/sort.check b/tests/run/sort.check similarity index 100% rename from tests/pending/run/sort.check rename to tests/run/sort.check diff --git a/tests/pending/run/sort.scala b/tests/run/sort.scala similarity index 100% rename from tests/pending/run/sort.scala rename to tests/run/sort.scala diff --git a/tests/pending/run/static-module-method.check b/tests/run/static-module-method.check similarity index 100% rename from tests/pending/run/static-module-method.check rename to tests/run/static-module-method.check diff --git a/tests/pending/run/static-module-method.scala b/tests/run/static-module-method.scala similarity index 100% rename from tests/pending/run/static-module-method.scala rename to tests/run/static-module-method.scala diff --git a/tests/pending/run/stream-stack-overflow-filter-map.scala b/tests/run/stream-stack-overflow-filter-map.scala similarity index 100% rename from tests/pending/run/stream-stack-overflow-filter-map.scala rename to tests/run/stream-stack-overflow-filter-map.scala diff --git a/tests/pending/run/streamWithFilter.check b/tests/run/streamWithFilter.check similarity index 100% rename from tests/pending/run/streamWithFilter.check rename to tests/run/streamWithFilter.check diff --git a/tests/pending/run/streamWithFilter.scala b/tests/run/streamWithFilter.scala similarity index 100% rename from tests/pending/run/streamWithFilter.scala rename to tests/run/streamWithFilter.scala diff --git a/tests/pending/run/stream_flatmap_odds.check b/tests/run/stream_flatmap_odds.check similarity index 100% rename from tests/pending/run/stream_flatmap_odds.check rename to tests/run/stream_flatmap_odds.check diff --git a/tests/pending/run/stream_flatmap_odds.scala b/tests/run/stream_flatmap_odds.scala similarity index 100% rename from tests/pending/run/stream_flatmap_odds.scala rename to tests/run/stream_flatmap_odds.scala diff --git a/tests/pending/run/stringbuilder-drop.scala b/tests/run/stringbuilder-drop.scala similarity index 100% rename from tests/pending/run/stringbuilder-drop.scala rename to tests/run/stringbuilder-drop.scala diff --git a/tests/pending/run/sysprops.scala b/tests/run/sysprops.scala similarity index 100% rename from tests/pending/run/sysprops.scala rename to tests/run/sysprops.scala diff --git a/tests/pending/run/t0005.check b/tests/run/t0005.check similarity index 100% rename from tests/pending/run/t0005.check rename to tests/run/t0005.check diff --git a/tests/pending/run/t0005.scala b/tests/run/t0005.scala similarity index 100% rename from tests/pending/run/t0005.scala rename to tests/run/t0005.scala diff --git a/tests/pending/run/t0048.check b/tests/run/t0048.check similarity index 100% rename from tests/pending/run/t0048.check rename to tests/run/t0048.check diff --git a/tests/pending/run/t0048.scala b/tests/run/t0048.scala similarity index 100% rename from tests/pending/run/t0048.scala rename to tests/run/t0048.scala diff --git a/tests/pending/run/t0668.scala b/tests/run/t0668.scala similarity index 100% rename from tests/pending/run/t0668.scala rename to tests/run/t0668.scala diff --git a/tests/pending/run/t0677-old.scala b/tests/run/t0677-old.scala similarity index 100% rename from tests/pending/run/t0677-old.scala rename to tests/run/t0677-old.scala diff --git a/tests/pending/run/t0883.check b/tests/run/t0883.check similarity index 100% rename from tests/pending/run/t0883.check rename to tests/run/t0883.check diff --git a/tests/pending/run/t0883.scala b/tests/run/t0883.scala similarity index 100% rename from tests/pending/run/t0883.scala rename to tests/run/t0883.scala diff --git a/tests/pending/run/t1005.check b/tests/run/t1005.check similarity index 100% rename from tests/pending/run/t1005.check rename to tests/run/t1005.check diff --git a/tests/pending/run/t1005.scala b/tests/run/t1005.scala similarity index 100% rename from tests/pending/run/t1005.scala rename to tests/run/t1005.scala diff --git a/tests/pending/run/t1044.scala b/tests/run/t1044.scala similarity index 100% rename from tests/pending/run/t1044.scala rename to tests/run/t1044.scala diff --git a/tests/pending/run/t107.check b/tests/run/t107.check similarity index 100% rename from tests/pending/run/t107.check rename to tests/run/t107.check diff --git a/tests/pending/run/t107.scala b/tests/run/t107.scala similarity index 100% rename from tests/pending/run/t107.scala rename to tests/run/t107.scala diff --git a/tests/pending/run/t1074.check b/tests/run/t1074.check similarity index 100% rename from tests/pending/run/t1074.check rename to tests/run/t1074.check diff --git a/tests/pending/run/t1074.scala b/tests/run/t1074.scala similarity index 100% rename from tests/pending/run/t1074.scala rename to tests/run/t1074.scala diff --git a/tests/pending/run/t1192.check b/tests/run/t1192.check similarity index 100% rename from tests/pending/run/t1192.check rename to tests/run/t1192.check diff --git a/tests/pending/run/t1192.scala b/tests/run/t1192.scala similarity index 100% rename from tests/pending/run/t1192.scala rename to tests/run/t1192.scala diff --git a/tests/pending/run/t1300.check b/tests/run/t1300.check similarity index 100% rename from tests/pending/run/t1300.check rename to tests/run/t1300.check diff --git a/tests/pending/run/t1300.scala b/tests/run/t1300.scala similarity index 100% rename from tests/pending/run/t1300.scala rename to tests/run/t1300.scala diff --git a/tests/pending/run/t1309.scala b/tests/run/t1309.scala similarity index 100% rename from tests/pending/run/t1309.scala rename to tests/run/t1309.scala diff --git a/tests/pending/run/t1323.check b/tests/run/t1323.check similarity index 100% rename from tests/pending/run/t1323.check rename to tests/run/t1323.check diff --git a/tests/pending/run/t1323.scala b/tests/run/t1323.scala similarity index 100% rename from tests/pending/run/t1323.scala rename to tests/run/t1323.scala diff --git a/tests/pending/run/t1360.check b/tests/run/t1360.check similarity index 100% rename from tests/pending/run/t1360.check rename to tests/run/t1360.check diff --git a/tests/pending/run/t1360.scala b/tests/run/t1360.scala similarity index 100% rename from tests/pending/run/t1360.scala rename to tests/run/t1360.scala diff --git a/tests/pending/run/t1423.check b/tests/run/t1423.check similarity index 100% rename from tests/pending/run/t1423.check rename to tests/run/t1423.check diff --git a/tests/pending/run/t1423.scala b/tests/run/t1423.scala similarity index 100% rename from tests/pending/run/t1423.scala rename to tests/run/t1423.scala diff --git a/tests/pending/run/t1434.scala b/tests/run/t1434.scala similarity index 100% rename from tests/pending/run/t1434.scala rename to tests/run/t1434.scala diff --git a/tests/pending/run/t1466.scala b/tests/run/t1466.scala similarity index 100% rename from tests/pending/run/t1466.scala rename to tests/run/t1466.scala diff --git a/tests/pending/run/t1524.check b/tests/run/t1524.check similarity index 100% rename from tests/pending/run/t1524.check rename to tests/run/t1524.check diff --git a/tests/pending/run/t1524.scala b/tests/run/t1524.scala similarity index 100% rename from tests/pending/run/t1524.scala rename to tests/run/t1524.scala diff --git a/tests/pending/run/t153.check b/tests/run/t153.check similarity index 100% rename from tests/pending/run/t153.check rename to tests/run/t153.check diff --git a/tests/pending/run/t153.scala b/tests/run/t153.scala similarity index 100% rename from tests/pending/run/t153.scala rename to tests/run/t153.scala diff --git a/tests/pending/run/t1535.check b/tests/run/t1535.check similarity index 100% rename from tests/pending/run/t1535.check rename to tests/run/t1535.check diff --git a/tests/pending/run/t1535.scala b/tests/run/t1535.scala similarity index 100% rename from tests/pending/run/t1535.scala rename to tests/run/t1535.scala diff --git a/tests/pending/run/t1591.check b/tests/run/t1591.check similarity index 100% rename from tests/pending/run/t1591.check rename to tests/run/t1591.check diff --git a/tests/pending/run/t1591.scala b/tests/run/t1591.scala similarity index 100% rename from tests/pending/run/t1591.scala rename to tests/run/t1591.scala diff --git a/tests/pending/run/t1618.scala b/tests/run/t1618.scala similarity index 100% rename from tests/pending/run/t1618.scala rename to tests/run/t1618.scala diff --git a/tests/pending/run/t1672.scala b/tests/run/t1672.scala similarity index 100% rename from tests/pending/run/t1672.scala rename to tests/run/t1672.scala diff --git a/tests/pending/run/t1718.check b/tests/run/t1718.check similarity index 100% rename from tests/pending/run/t1718.check rename to tests/run/t1718.check diff --git a/tests/pending/run/t1718.scala b/tests/run/t1718.scala similarity index 100% rename from tests/pending/run/t1718.scala rename to tests/run/t1718.scala diff --git a/tests/pending/run/t1747.scala b/tests/run/t1747.scala similarity index 100% rename from tests/pending/run/t1747.scala rename to tests/run/t1747.scala diff --git a/tests/pending/run/t1829.scala b/tests/run/t1829.scala similarity index 100% rename from tests/pending/run/t1829.scala rename to tests/run/t1829.scala diff --git a/tests/pending/run/t1909c.scala b/tests/run/t1909c.scala similarity index 100% rename from tests/pending/run/t1909c.scala rename to tests/run/t1909c.scala diff --git a/tests/pending/run/t1939.scala b/tests/run/t1939.scala similarity index 100% rename from tests/pending/run/t1939.scala rename to tests/run/t1939.scala diff --git a/tests/pending/run/t1987.check b/tests/run/t1987.check similarity index 100% rename from tests/pending/run/t1987.check rename to tests/run/t1987.check diff --git a/tests/pending/run/t1987.flags b/tests/run/t1987.flags similarity index 100% rename from tests/pending/run/t1987.flags rename to tests/run/t1987.flags diff --git a/tests/pending/run/t1987.scala b/tests/run/t1987.scala similarity index 100% rename from tests/pending/run/t1987.scala rename to tests/run/t1987.scala diff --git a/tests/pending/run/t1987b.check b/tests/run/t1987b.check similarity index 100% rename from tests/pending/run/t1987b.check rename to tests/run/t1987b.check diff --git a/tests/pending/run/t1987b/PullIteratees.scala b/tests/run/t1987b/PullIteratees.scala similarity index 100% rename from tests/pending/run/t1987b/PullIteratees.scala rename to tests/run/t1987b/PullIteratees.scala diff --git a/tests/pending/run/t1987b/a.scala b/tests/run/t1987b/a.scala similarity index 100% rename from tests/pending/run/t1987b/a.scala rename to tests/run/t1987b/a.scala diff --git a/tests/pending/run/t1987b/cce_test.scala b/tests/run/t1987b/cce_test.scala similarity index 100% rename from tests/pending/run/t1987b/cce_test.scala rename to tests/run/t1987b/cce_test.scala diff --git a/tests/pending/run/t1987b/pkg1.scala b/tests/run/t1987b/pkg1.scala similarity index 100% rename from tests/pending/run/t1987b/pkg1.scala rename to tests/run/t1987b/pkg1.scala diff --git a/tests/pending/run/t1987b/pkg2.scala b/tests/run/t1987b/pkg2.scala similarity index 100% rename from tests/pending/run/t1987b/pkg2.scala rename to tests/run/t1987b/pkg2.scala diff --git a/tests/pending/run/t1994.scala b/tests/run/t1994.scala similarity index 100% rename from tests/pending/run/t1994.scala rename to tests/run/t1994.scala diff --git a/tests/pending/run/t2005.scala b/tests/run/t2005.scala similarity index 100% rename from tests/pending/run/t2005.scala rename to tests/run/t2005.scala diff --git a/tests/pending/run/t2027.check b/tests/run/t2027.check similarity index 100% rename from tests/pending/run/t2027.check rename to tests/run/t2027.check diff --git a/tests/pending/run/t2027.scala b/tests/run/t2027.scala similarity index 100% rename from tests/pending/run/t2027.scala rename to tests/run/t2027.scala diff --git a/tests/pending/run/t2029.check b/tests/run/t2029.check similarity index 100% rename from tests/pending/run/t2029.check rename to tests/run/t2029.check diff --git a/tests/pending/run/t2029.scala b/tests/run/t2029.scala similarity index 100% rename from tests/pending/run/t2029.scala rename to tests/run/t2029.scala diff --git a/tests/pending/run/t2030.check b/tests/run/t2030.check similarity index 100% rename from tests/pending/run/t2030.check rename to tests/run/t2030.check diff --git a/tests/pending/run/t2030.scala b/tests/run/t2030.scala similarity index 100% rename from tests/pending/run/t2030.scala rename to tests/run/t2030.scala diff --git a/tests/pending/run/t2075.scala b/tests/run/t2075.scala similarity index 100% rename from tests/pending/run/t2075.scala rename to tests/run/t2075.scala diff --git a/tests/pending/run/t2127.scala b/tests/run/t2127.scala similarity index 100% rename from tests/pending/run/t2127.scala rename to tests/run/t2127.scala diff --git a/tests/pending/run/t2147.check b/tests/run/t2147.check similarity index 100% rename from tests/pending/run/t2147.check rename to tests/run/t2147.check diff --git a/tests/pending/run/t2147.scala b/tests/run/t2147.scala similarity index 100% rename from tests/pending/run/t2147.scala rename to tests/run/t2147.scala diff --git a/tests/pending/run/t216.check b/tests/run/t216.check similarity index 100% rename from tests/pending/run/t216.check rename to tests/run/t216.check diff --git a/tests/pending/run/t216.scala b/tests/run/t216.scala similarity index 100% rename from tests/pending/run/t216.scala rename to tests/run/t216.scala diff --git a/tests/pending/run/t2176.check b/tests/run/t2176.check similarity index 100% rename from tests/pending/run/t2176.check rename to tests/run/t2176.check diff --git a/tests/pending/run/t2176.scala b/tests/run/t2176.scala similarity index 100% rename from tests/pending/run/t2176.scala rename to tests/run/t2176.scala diff --git a/tests/pending/run/t2177.check b/tests/run/t2177.check similarity index 100% rename from tests/pending/run/t2177.check rename to tests/run/t2177.check diff --git a/tests/pending/run/t2177.scala b/tests/run/t2177.scala similarity index 100% rename from tests/pending/run/t2177.scala rename to tests/run/t2177.scala diff --git a/tests/pending/run/t2255.check b/tests/run/t2255.check similarity index 100% rename from tests/pending/run/t2255.check rename to tests/run/t2255.check diff --git a/tests/pending/run/t2255.scala b/tests/run/t2255.scala similarity index 100% rename from tests/pending/run/t2255.scala rename to tests/run/t2255.scala diff --git a/tests/pending/run/t2378.scala b/tests/run/t2378.scala similarity index 100% rename from tests/pending/run/t2378.scala rename to tests/run/t2378.scala diff --git a/tests/pending/run/t2418.check b/tests/run/t2418.check similarity index 100% rename from tests/pending/run/t2418.check rename to tests/run/t2418.check diff --git a/tests/pending/run/t2418.scala b/tests/run/t2418.scala similarity index 100% rename from tests/pending/run/t2418.scala rename to tests/run/t2418.scala diff --git a/tests/pending/run/t2446.check b/tests/run/t2446.check similarity index 100% rename from tests/pending/run/t2446.check rename to tests/run/t2446.check diff --git a/tests/pending/run/t2446.scala b/tests/run/t2446.scala similarity index 100% rename from tests/pending/run/t2446.scala rename to tests/run/t2446.scala diff --git a/tests/pending/run/t2488.check b/tests/run/t2488.check similarity index 100% rename from tests/pending/run/t2488.check rename to tests/run/t2488.check diff --git a/tests/pending/run/t2488.scala b/tests/run/t2488.scala similarity index 100% rename from tests/pending/run/t2488.scala rename to tests/run/t2488.scala diff --git a/tests/pending/run/t2503.scala b/tests/run/t2503.scala similarity index 100% rename from tests/pending/run/t2503.scala rename to tests/run/t2503.scala diff --git a/tests/pending/run/t2512.scala b/tests/run/t2512.scala similarity index 100% rename from tests/pending/run/t2512.scala rename to tests/run/t2512.scala diff --git a/tests/pending/run/t2524.scala b/tests/run/t2524.scala similarity index 100% rename from tests/pending/run/t2524.scala rename to tests/run/t2524.scala diff --git a/tests/pending/run/t2552.check b/tests/run/t2552.check similarity index 100% rename from tests/pending/run/t2552.check rename to tests/run/t2552.check diff --git a/tests/pending/run/t2552.scala b/tests/run/t2552.scala similarity index 100% rename from tests/pending/run/t2552.scala rename to tests/run/t2552.scala diff --git a/tests/pending/run/t2594_tcpoly.scala b/tests/run/t2594_tcpoly.scala similarity index 100% rename from tests/pending/run/t2594_tcpoly.scala rename to tests/run/t2594_tcpoly.scala diff --git a/tests/pending/run/t261.check b/tests/run/t261.check similarity index 100% rename from tests/pending/run/t261.check rename to tests/run/t261.check diff --git a/tests/pending/run/t261.scala b/tests/run/t261.scala similarity index 100% rename from tests/pending/run/t261.scala rename to tests/run/t261.scala diff --git a/tests/pending/run/t266.scala b/tests/run/t266.scala similarity index 100% rename from tests/pending/run/t266.scala rename to tests/run/t266.scala diff --git a/tests/pending/run/t2754.scala b/tests/run/t2754.scala similarity index 100% rename from tests/pending/run/t2754.scala rename to tests/run/t2754.scala diff --git a/tests/pending/run/t2818.check b/tests/run/t2818.check similarity index 100% rename from tests/pending/run/t2818.check rename to tests/run/t2818.check diff --git a/tests/pending/run/t2818.scala b/tests/run/t2818.scala similarity index 100% rename from tests/pending/run/t2818.scala rename to tests/run/t2818.scala diff --git a/tests/pending/run/t2849.scala b/tests/run/t2849.scala similarity index 100% rename from tests/pending/run/t2849.scala rename to tests/run/t2849.scala diff --git a/tests/pending/run/t2876.scala b/tests/run/t2876.scala similarity index 100% rename from tests/pending/run/t2876.scala rename to tests/run/t2876.scala diff --git a/tests/pending/run/t2958.scala b/tests/run/t2958.scala similarity index 100% rename from tests/pending/run/t2958.scala rename to tests/run/t2958.scala diff --git a/tests/pending/run/t3004.scala b/tests/run/t3004.scala similarity index 100% rename from tests/pending/run/t3004.scala rename to tests/run/t3004.scala diff --git a/tests/pending/run/t3088.scala b/tests/run/t3088.scala similarity index 100% rename from tests/pending/run/t3088.scala rename to tests/run/t3088.scala diff --git a/tests/pending/run/t3097.check b/tests/run/t3097.check similarity index 100% rename from tests/pending/run/t3097.check rename to tests/run/t3097.check diff --git a/tests/pending/run/t3097.scala b/tests/run/t3097.scala similarity index 100% rename from tests/pending/run/t3097.scala rename to tests/run/t3097.scala diff --git a/tests/pending/run/t3112.check b/tests/run/t3112.check similarity index 100% rename from tests/pending/run/t3112.check rename to tests/run/t3112.check diff --git a/tests/pending/run/t3112.scala b/tests/run/t3112.scala similarity index 100% rename from tests/pending/run/t3112.scala rename to tests/run/t3112.scala diff --git a/tests/pending/run/t3186.check b/tests/run/t3186.check similarity index 100% rename from tests/pending/run/t3186.check rename to tests/run/t3186.check diff --git a/tests/pending/run/t3186.scala b/tests/run/t3186.scala similarity index 100% rename from tests/pending/run/t3186.scala rename to tests/run/t3186.scala diff --git a/tests/pending/run/t3199b.check b/tests/run/t3199b.check similarity index 100% rename from tests/pending/run/t3199b.check rename to tests/run/t3199b.check diff --git a/tests/pending/run/t3199b.scala b/tests/run/t3199b.scala similarity index 100% rename from tests/pending/run/t3199b.scala rename to tests/run/t3199b.scala diff --git a/tests/pending/run/t3232.scala b/tests/run/t3232.scala similarity index 100% rename from tests/pending/run/t3232.scala rename to tests/run/t3232.scala diff --git a/tests/pending/run/t3241.check b/tests/run/t3241.check similarity index 100% rename from tests/pending/run/t3241.check rename to tests/run/t3241.check diff --git a/tests/pending/run/t3241.scala b/tests/run/t3241.scala similarity index 100% rename from tests/pending/run/t3241.scala rename to tests/run/t3241.scala diff --git a/tests/pending/run/t3242.check b/tests/run/t3242.check similarity index 100% rename from tests/pending/run/t3242.check rename to tests/run/t3242.check diff --git a/tests/pending/run/t3242.scala b/tests/run/t3242.scala similarity index 100% rename from tests/pending/run/t3242.scala rename to tests/run/t3242.scala diff --git a/tests/pending/run/t3242b.scala b/tests/run/t3242b.scala similarity index 100% rename from tests/pending/run/t3242b.scala rename to tests/run/t3242b.scala diff --git a/tests/pending/run/t3269.check b/tests/run/t3269.check similarity index 100% rename from tests/pending/run/t3269.check rename to tests/run/t3269.check diff --git a/tests/pending/run/t3269.scala b/tests/run/t3269.scala similarity index 100% rename from tests/pending/run/t3269.scala rename to tests/run/t3269.scala diff --git a/tests/pending/run/t3273.scala b/tests/run/t3273.scala similarity index 100% rename from tests/pending/run/t3273.scala rename to tests/run/t3273.scala diff --git a/tests/pending/run/t3326.check b/tests/run/t3326.check similarity index 100% rename from tests/pending/run/t3326.check rename to tests/run/t3326.check diff --git a/tests/pending/run/t3326.scala b/tests/run/t3326.scala similarity index 100% rename from tests/pending/run/t3326.scala rename to tests/run/t3326.scala diff --git a/tests/pending/run/t3327.check b/tests/run/t3327.check similarity index 100% rename from tests/pending/run/t3327.check rename to tests/run/t3327.check diff --git a/tests/pending/run/t3327.scala b/tests/run/t3327.scala similarity index 100% rename from tests/pending/run/t3327.scala rename to tests/run/t3327.scala diff --git a/tests/pending/run/t3346a.check b/tests/run/t3346a.check similarity index 100% rename from tests/pending/run/t3346a.check rename to tests/run/t3346a.check diff --git a/tests/pending/run/t3346a.scala b/tests/run/t3346a.scala similarity index 100% rename from tests/pending/run/t3346a.scala rename to tests/run/t3346a.scala diff --git a/tests/pending/run/t3346d.scala b/tests/run/t3346d.scala similarity index 100% rename from tests/pending/run/t3346d.scala rename to tests/run/t3346d.scala diff --git a/tests/pending/run/t3346h.check b/tests/run/t3346h.check similarity index 100% rename from tests/pending/run/t3346h.check rename to tests/run/t3346h.check diff --git a/tests/pending/run/t3346h.scala b/tests/run/t3346h.scala similarity index 100% rename from tests/pending/run/t3346h.scala rename to tests/run/t3346h.scala diff --git a/tests/pending/run/t3395.check b/tests/run/t3395.check similarity index 100% rename from tests/pending/run/t3395.check rename to tests/run/t3395.check diff --git a/tests/pending/run/t3395.scala b/tests/run/t3395.scala similarity index 100% rename from tests/pending/run/t3395.scala rename to tests/run/t3395.scala diff --git a/tests/pending/run/t3397.scala b/tests/run/t3397.scala similarity index 100% rename from tests/pending/run/t3397.scala rename to tests/run/t3397.scala diff --git a/tests/pending/run/t3487.scala b/tests/run/t3487.scala similarity index 100% rename from tests/pending/run/t3487.scala rename to tests/run/t3487.scala diff --git a/tests/pending/run/t3493.scala b/tests/run/t3493.scala similarity index 100% rename from tests/pending/run/t3493.scala rename to tests/run/t3493.scala diff --git a/tests/pending/run/t3496.scala b/tests/run/t3496.scala similarity index 100% rename from tests/pending/run/t3496.scala rename to tests/run/t3496.scala diff --git a/tests/pending/run/t3508.scala b/tests/run/t3508.scala similarity index 100% rename from tests/pending/run/t3508.scala rename to tests/run/t3508.scala diff --git a/tests/pending/run/t3509.flags b/tests/run/t3509.flags similarity index 100% rename from tests/pending/run/t3509.flags rename to tests/run/t3509.flags diff --git a/tests/pending/run/t3509.scala b/tests/run/t3509.scala similarity index 100% rename from tests/pending/run/t3509.scala rename to tests/run/t3509.scala diff --git a/tests/pending/run/t3511.scala b/tests/run/t3511.scala similarity index 100% rename from tests/pending/run/t3511.scala rename to tests/run/t3511.scala diff --git a/tests/pending/run/t3516.check b/tests/run/t3516.check similarity index 100% rename from tests/pending/run/t3516.check rename to tests/run/t3516.check diff --git a/tests/pending/run/t3516.scala b/tests/run/t3516.scala similarity index 100% rename from tests/pending/run/t3516.scala rename to tests/run/t3516.scala diff --git a/tests/pending/run/t3518.scala b/tests/run/t3518.scala similarity index 100% rename from tests/pending/run/t3518.scala rename to tests/run/t3518.scala diff --git a/tests/pending/run/t3529.scala b/tests/run/t3529.scala similarity index 100% rename from tests/pending/run/t3529.scala rename to tests/run/t3529.scala diff --git a/tests/pending/run/t3540.scala b/tests/run/t3540.scala similarity index 100% rename from tests/pending/run/t3540.scala rename to tests/run/t3540.scala diff --git a/tests/pending/run/t3563.scala b/tests/run/t3563.scala similarity index 100% rename from tests/pending/run/t3563.scala rename to tests/run/t3563.scala diff --git a/tests/pending/run/t3603.scala b/tests/run/t3603.scala similarity index 100% rename from tests/pending/run/t3603.scala rename to tests/run/t3603.scala diff --git a/tests/pending/run/t3619.scala b/tests/run/t3619.scala similarity index 100% rename from tests/pending/run/t3619.scala rename to tests/run/t3619.scala diff --git a/tests/pending/run/t363.check b/tests/run/t363.check similarity index 100% rename from tests/pending/run/t363.check rename to tests/run/t363.check diff --git a/tests/pending/run/t363.scala b/tests/run/t363.scala similarity index 100% rename from tests/pending/run/t363.scala rename to tests/run/t363.scala diff --git a/tests/pending/run/t3645.scala b/tests/run/t3645.scala similarity index 100% rename from tests/pending/run/t3645.scala rename to tests/run/t3645.scala diff --git a/tests/pending/run/t3647.scala b/tests/run/t3647.scala similarity index 100% rename from tests/pending/run/t3647.scala rename to tests/run/t3647.scala diff --git a/tests/pending/run/t3699.scala b/tests/run/t3699.scala similarity index 100% rename from tests/pending/run/t3699.scala rename to tests/run/t3699.scala diff --git a/tests/pending/run/t3702.check b/tests/run/t3702.check similarity index 100% rename from tests/pending/run/t3702.check rename to tests/run/t3702.check diff --git a/tests/pending/run/t3702.scala b/tests/run/t3702.scala similarity index 100% rename from tests/pending/run/t3702.scala rename to tests/run/t3702.scala diff --git a/tests/pending/run/t3726.check b/tests/run/t3726.check similarity index 100% rename from tests/pending/run/t3726.check rename to tests/run/t3726.check diff --git a/tests/pending/run/t3726.scala b/tests/run/t3726.scala similarity index 100% rename from tests/pending/run/t3726.scala rename to tests/run/t3726.scala diff --git a/tests/pending/run/t3760.scala b/tests/run/t3760.scala similarity index 100% rename from tests/pending/run/t3760.scala rename to tests/run/t3760.scala diff --git a/tests/pending/run/t3761-overload-byname.check b/tests/run/t3761-overload-byname.check similarity index 100% rename from tests/pending/run/t3761-overload-byname.check rename to tests/run/t3761-overload-byname.check diff --git a/tests/pending/run/t3761-overload-byname.scala b/tests/run/t3761-overload-byname.scala similarity index 100% rename from tests/pending/run/t3761-overload-byname.scala rename to tests/run/t3761-overload-byname.scala diff --git a/tests/pending/run/t3763.scala b/tests/run/t3763.scala similarity index 100% rename from tests/pending/run/t3763.scala rename to tests/run/t3763.scala diff --git a/tests/pending/run/t3822.scala b/tests/run/t3822.scala similarity index 100% rename from tests/pending/run/t3822.scala rename to tests/run/t3822.scala diff --git a/tests/pending/run/t3829.scala b/tests/run/t3829.scala similarity index 100% rename from tests/pending/run/t3829.scala rename to tests/run/t3829.scala diff --git a/tests/pending/run/t3835.check b/tests/run/t3835.check similarity index 100% rename from tests/pending/run/t3835.check rename to tests/run/t3835.check diff --git a/tests/pending/run/t3835.scala b/tests/run/t3835.scala similarity index 100% rename from tests/pending/run/t3835.scala rename to tests/run/t3835.scala diff --git a/tests/pending/run/t3855.scala b/tests/run/t3855.scala similarity index 100% rename from tests/pending/run/t3855.scala rename to tests/run/t3855.scala diff --git a/tests/pending/run/t3877.check b/tests/run/t3877.check similarity index 100% rename from tests/pending/run/t3877.check rename to tests/run/t3877.check diff --git a/tests/pending/run/t3877.scala b/tests/run/t3877.scala similarity index 100% rename from tests/pending/run/t3877.scala rename to tests/run/t3877.scala diff --git a/tests/pending/run/t3887.scala b/tests/run/t3887.scala similarity index 100% rename from tests/pending/run/t3887.scala rename to tests/run/t3887.scala diff --git a/tests/pending/run/t3923.scala b/tests/run/t3923.scala similarity index 100% rename from tests/pending/run/t3923.scala rename to tests/run/t3923.scala diff --git a/tests/pending/run/t3935.scala b/tests/run/t3935.scala similarity index 100% rename from tests/pending/run/t3935.scala rename to tests/run/t3935.scala diff --git a/tests/pending/run/t3950.check b/tests/run/t3950.check similarity index 100% rename from tests/pending/run/t3950.check rename to tests/run/t3950.check diff --git a/tests/pending/run/t3950.scala b/tests/run/t3950.scala similarity index 100% rename from tests/pending/run/t3950.scala rename to tests/run/t3950.scala diff --git a/tests/pending/run/t3989.scala b/tests/run/t3989.scala similarity index 100% rename from tests/pending/run/t3989.scala rename to tests/run/t3989.scala diff --git a/tests/pending/run/t4013.scala b/tests/run/t4013.scala similarity index 100% rename from tests/pending/run/t4013.scala rename to tests/run/t4013.scala diff --git a/tests/pending/run/t4013b.scala b/tests/run/t4013b.scala similarity index 100% rename from tests/pending/run/t4013b.scala rename to tests/run/t4013b.scala diff --git a/tests/pending/run/t4013c.scala b/tests/run/t4013c.scala similarity index 100% rename from tests/pending/run/t4013c.scala rename to tests/run/t4013c.scala diff --git a/tests/pending/run/t4027.check b/tests/run/t4027.check similarity index 100% rename from tests/pending/run/t4027.check rename to tests/run/t4027.check diff --git a/tests/pending/run/t4027.scala b/tests/run/t4027.scala similarity index 100% rename from tests/pending/run/t4027.scala rename to tests/run/t4027.scala diff --git a/tests/pending/run/t405.scala b/tests/run/t405.scala similarity index 100% rename from tests/pending/run/t405.scala rename to tests/run/t405.scala diff --git a/tests/pending/run/t4054.scala b/tests/run/t4054.scala similarity index 100% rename from tests/pending/run/t4054.scala rename to tests/run/t4054.scala diff --git a/tests/pending/run/t4062.check b/tests/run/t4062.check similarity index 100% rename from tests/pending/run/t4062.check rename to tests/run/t4062.check diff --git a/tests/pending/run/t4062.scala b/tests/run/t4062.scala similarity index 100% rename from tests/pending/run/t4062.scala rename to tests/run/t4062.scala diff --git a/tests/pending/run/t408.scala b/tests/run/t408.scala similarity index 100% rename from tests/pending/run/t408.scala rename to tests/run/t408.scala diff --git a/tests/pending/run/t4122.scala b/tests/run/t4122.scala similarity index 100% rename from tests/pending/run/t4122.scala rename to tests/run/t4122.scala diff --git a/tests/pending/run/t4147.scala b/tests/run/t4147.scala similarity index 100% rename from tests/pending/run/t4147.scala rename to tests/run/t4147.scala diff --git a/tests/pending/run/t4190.check b/tests/run/t4190.check similarity index 100% rename from tests/pending/run/t4190.check rename to tests/run/t4190.check diff --git a/tests/pending/run/t4190.scala b/tests/run/t4190.scala similarity index 100% rename from tests/pending/run/t4190.scala rename to tests/run/t4190.scala diff --git a/tests/pending/run/t4201.scala b/tests/run/t4201.scala similarity index 100% rename from tests/pending/run/t4201.scala rename to tests/run/t4201.scala diff --git a/tests/pending/run/t4288.scala b/tests/run/t4288.scala similarity index 100% rename from tests/pending/run/t4288.scala rename to tests/run/t4288.scala diff --git a/tests/pending/run/t429.check b/tests/run/t429.check similarity index 100% rename from tests/pending/run/t429.check rename to tests/run/t429.check diff --git a/tests/pending/run/t429.scala b/tests/run/t429.scala similarity index 100% rename from tests/pending/run/t429.scala rename to tests/run/t429.scala diff --git a/tests/pending/run/t4297.scala b/tests/run/t4297.scala similarity index 100% rename from tests/pending/run/t4297.scala rename to tests/run/t4297.scala diff --git a/tests/pending/run/t4351.check b/tests/run/t4351.check similarity index 100% rename from tests/pending/run/t4351.check rename to tests/run/t4351.check diff --git a/tests/pending/run/t4351.scala b/tests/run/t4351.scala similarity index 100% rename from tests/pending/run/t4351.scala rename to tests/run/t4351.scala diff --git a/tests/pending/run/t4398.scala b/tests/run/t4398.scala similarity index 100% rename from tests/pending/run/t4398.scala rename to tests/run/t4398.scala diff --git a/tests/pending/run/t4459.scala b/tests/run/t4459.scala similarity index 100% rename from tests/pending/run/t4459.scala rename to tests/run/t4459.scala diff --git a/tests/pending/run/t4535.check b/tests/run/t4535.check similarity index 100% rename from tests/pending/run/t4535.check rename to tests/run/t4535.check diff --git a/tests/pending/run/t4535.scala b/tests/run/t4535.scala similarity index 100% rename from tests/pending/run/t4535.scala rename to tests/run/t4535.scala diff --git a/tests/pending/run/t4537.check b/tests/run/t4537.check similarity index 100% rename from tests/pending/run/t4537.check rename to tests/run/t4537.check diff --git a/tests/pending/run/t4537/a.scala b/tests/run/t4537/a.scala similarity index 100% rename from tests/pending/run/t4537/a.scala rename to tests/run/t4537/a.scala diff --git a/tests/pending/run/t4537/b.scala b/tests/run/t4537/b.scala similarity index 100% rename from tests/pending/run/t4537/b.scala rename to tests/run/t4537/b.scala diff --git a/tests/pending/run/t4537/c.scala b/tests/run/t4537/c.scala similarity index 100% rename from tests/pending/run/t4537/c.scala rename to tests/run/t4537/c.scala diff --git a/tests/pending/run/t4537/d.scala b/tests/run/t4537/d.scala similarity index 100% rename from tests/pending/run/t4537/d.scala rename to tests/run/t4537/d.scala diff --git a/tests/pending/run/t4558.scala b/tests/run/t4558.scala similarity index 100% rename from tests/pending/run/t4558.scala rename to tests/run/t4558.scala diff --git a/tests/pending/run/t4565_1.check b/tests/run/t4565_1.check similarity index 100% rename from tests/pending/run/t4565_1.check rename to tests/run/t4565_1.check diff --git a/tests/pending/run/t4565_1.scala b/tests/run/t4565_1.scala similarity index 100% rename from tests/pending/run/t4565_1.scala rename to tests/run/t4565_1.scala diff --git a/tests/pending/run/t4577.scala b/tests/run/t4577.scala similarity index 100% rename from tests/pending/run/t4577.scala rename to tests/run/t4577.scala diff --git a/tests/pending/run/t4582.scala b/tests/run/t4582.scala similarity index 100% rename from tests/pending/run/t4582.scala rename to tests/run/t4582.scala diff --git a/tests/pending/run/t4592.check b/tests/run/t4592.check similarity index 100% rename from tests/pending/run/t4592.check rename to tests/run/t4592.check diff --git a/tests/pending/run/t4592.scala b/tests/run/t4592.scala similarity index 100% rename from tests/pending/run/t4592.scala rename to tests/run/t4592.scala diff --git a/tests/pending/run/t4601.check b/tests/run/t4601.check similarity index 100% rename from tests/pending/run/t4601.check rename to tests/run/t4601.check diff --git a/tests/pending/run/t4601.scala b/tests/run/t4601.scala similarity index 100% rename from tests/pending/run/t4601.scala rename to tests/run/t4601.scala diff --git a/tests/pending/run/t4608.scala b/tests/run/t4608.scala similarity index 100% rename from tests/pending/run/t4608.scala rename to tests/run/t4608.scala diff --git a/tests/pending/run/t4656.check b/tests/run/t4656.check similarity index 100% rename from tests/pending/run/t4656.check rename to tests/run/t4656.check diff --git a/tests/pending/run/t4656.scala b/tests/run/t4656.scala similarity index 100% rename from tests/pending/run/t4656.scala rename to tests/run/t4656.scala diff --git a/tests/pending/run/t4660.scala b/tests/run/t4660.scala similarity index 100% rename from tests/pending/run/t4660.scala rename to tests/run/t4660.scala diff --git a/tests/pending/run/t4697.check b/tests/run/t4697.check similarity index 100% rename from tests/pending/run/t4697.check rename to tests/run/t4697.check diff --git a/tests/pending/run/t4697.scala b/tests/run/t4697.scala similarity index 100% rename from tests/pending/run/t4697.scala rename to tests/run/t4697.scala diff --git a/tests/pending/run/t4709.scala b/tests/run/t4709.scala similarity index 100% rename from tests/pending/run/t4709.scala rename to tests/run/t4709.scala diff --git a/tests/pending/run/t4723.scala b/tests/run/t4723.scala similarity index 100% rename from tests/pending/run/t4723.scala rename to tests/run/t4723.scala diff --git a/tests/pending/run/t4750.check b/tests/run/t4750.check similarity index 100% rename from tests/pending/run/t4750.check rename to tests/run/t4750.check diff --git a/tests/pending/run/t4750.scala b/tests/run/t4750.scala similarity index 100% rename from tests/pending/run/t4750.scala rename to tests/run/t4750.scala diff --git a/tests/pending/run/t4761.check b/tests/run/t4761.check similarity index 100% rename from tests/pending/run/t4761.check rename to tests/run/t4761.check diff --git a/tests/pending/run/t4761.scala b/tests/run/t4761.scala similarity index 100% rename from tests/pending/run/t4761.scala rename to tests/run/t4761.scala diff --git a/tests/pending/run/t4770.check b/tests/run/t4770.check similarity index 100% rename from tests/pending/run/t4770.check rename to tests/run/t4770.check diff --git a/tests/pending/run/t4770.scala b/tests/run/t4770.scala similarity index 100% rename from tests/pending/run/t4770.scala rename to tests/run/t4770.scala diff --git a/tests/pending/run/t4777.check b/tests/run/t4777.check similarity index 100% rename from tests/pending/run/t4777.check rename to tests/run/t4777.check diff --git a/tests/pending/run/t4777.scala b/tests/run/t4777.scala similarity index 100% rename from tests/pending/run/t4777.scala rename to tests/run/t4777.scala diff --git a/tests/pending/run/t4809.scala b/tests/run/t4809.scala similarity index 100% rename from tests/pending/run/t4809.scala rename to tests/run/t4809.scala diff --git a/tests/pending/run/t4827.scala b/tests/run/t4827.scala similarity index 100% rename from tests/pending/run/t4827.scala rename to tests/run/t4827.scala diff --git a/tests/pending/run/t4827b.scala b/tests/run/t4827b.scala similarity index 100% rename from tests/pending/run/t4827b.scala rename to tests/run/t4827b.scala diff --git a/tests/pending/run/t4835.check b/tests/run/t4835.check similarity index 100% rename from tests/pending/run/t4835.check rename to tests/run/t4835.check diff --git a/tests/pending/run/t4835.scala b/tests/run/t4835.scala similarity index 100% rename from tests/pending/run/t4835.scala rename to tests/run/t4835.scala diff --git a/tests/pending/run/t4894.scala b/tests/run/t4894.scala similarity index 100% rename from tests/pending/run/t4894.scala rename to tests/run/t4894.scala diff --git a/tests/pending/run/t4895.scala b/tests/run/t4895.scala similarity index 100% rename from tests/pending/run/t4895.scala rename to tests/run/t4895.scala diff --git a/tests/pending/run/t493.scala b/tests/run/t493.scala similarity index 100% rename from tests/pending/run/t493.scala rename to tests/run/t493.scala diff --git a/tests/pending/run/t4930.check b/tests/run/t4930.check similarity index 100% rename from tests/pending/run/t4930.check rename to tests/run/t4930.check diff --git a/tests/pending/run/t4930.scala b/tests/run/t4930.scala similarity index 100% rename from tests/pending/run/t4930.scala rename to tests/run/t4930.scala diff --git a/tests/pending/run/t4935.check b/tests/run/t4935.check similarity index 100% rename from tests/pending/run/t4935.check rename to tests/run/t4935.check diff --git a/tests/pending/run/t4935.flags b/tests/run/t4935.flags similarity index 100% rename from tests/pending/run/t4935.flags rename to tests/run/t4935.flags diff --git a/tests/pending/run/t4935.scala b/tests/run/t4935.scala similarity index 100% rename from tests/pending/run/t4935.scala rename to tests/run/t4935.scala diff --git a/tests/pending/run/t4954.scala b/tests/run/t4954.scala similarity index 100% rename from tests/pending/run/t4954.scala rename to tests/run/t4954.scala diff --git a/tests/pending/run/t498.check b/tests/run/t498.check similarity index 100% rename from tests/pending/run/t498.check rename to tests/run/t498.check diff --git a/tests/pending/run/t498.scala b/tests/run/t498.scala similarity index 100% rename from tests/pending/run/t498.scala rename to tests/run/t498.scala diff --git a/tests/pending/run/t4996.check b/tests/run/t4996.check similarity index 100% rename from tests/pending/run/t4996.check rename to tests/run/t4996.check diff --git a/tests/pending/run/t4996.scala b/tests/run/t4996.scala similarity index 100% rename from tests/pending/run/t4996.scala rename to tests/run/t4996.scala diff --git a/tests/pending/run/t5053.check b/tests/run/t5053.check similarity index 100% rename from tests/pending/run/t5053.check rename to tests/run/t5053.check diff --git a/tests/pending/run/t5053.scala b/tests/run/t5053.scala similarity index 100% rename from tests/pending/run/t5053.scala rename to tests/run/t5053.scala diff --git a/tests/pending/run/t5105.check b/tests/run/t5105.check similarity index 100% rename from tests/pending/run/t5105.check rename to tests/run/t5105.check diff --git a/tests/pending/run/t5105.scala b/tests/run/t5105.scala similarity index 100% rename from tests/pending/run/t5105.scala rename to tests/run/t5105.scala diff --git a/tests/pending/run/t5162.scala b/tests/run/t5162.scala similarity index 100% rename from tests/pending/run/t5162.scala rename to tests/run/t5162.scala diff --git a/tests/pending/run/t5375.check b/tests/run/t5375.check similarity index 100% rename from tests/pending/run/t5375.check rename to tests/run/t5375.check diff --git a/tests/pending/run/t5375.scala b/tests/run/t5375.scala similarity index 100% rename from tests/pending/run/t5375.scala rename to tests/run/t5375.scala diff --git a/tests/pending/run/t5377.check b/tests/run/t5377.check similarity index 100% rename from tests/pending/run/t5377.check rename to tests/run/t5377.check diff --git a/tests/pending/run/t5377.scala b/tests/run/t5377.scala similarity index 100% rename from tests/pending/run/t5377.scala rename to tests/run/t5377.scala diff --git a/tests/pending/run/t5387.scala b/tests/run/t5387.scala similarity index 100% rename from tests/pending/run/t5387.scala rename to tests/run/t5387.scala diff --git a/tests/pending/run/t5394.scala b/tests/run/t5394.scala similarity index 100% rename from tests/pending/run/t5394.scala rename to tests/run/t5394.scala diff --git a/tests/pending/run/t5530.check b/tests/run/t5530.check similarity index 100% rename from tests/pending/run/t5530.check rename to tests/run/t5530.check diff --git a/tests/pending/run/t5530.scala b/tests/run/t5530.scala similarity index 100% rename from tests/pending/run/t5530.scala rename to tests/run/t5530.scala diff --git a/tests/pending/run/t5532.scala b/tests/run/t5532.scala similarity index 100% rename from tests/pending/run/t5532.scala rename to tests/run/t5532.scala diff --git a/tests/pending/run/t5544.check b/tests/run/t5544.check similarity index 100% rename from tests/pending/run/t5544.check rename to tests/run/t5544.check diff --git a/tests/pending/run/t5544/Api_1.scala b/tests/run/t5544/Api_1.scala similarity index 100% rename from tests/pending/run/t5544/Api_1.scala rename to tests/run/t5544/Api_1.scala diff --git a/tests/pending/run/t5544/Test_2.scala b/tests/run/t5544/Test_2.scala similarity index 100% rename from tests/pending/run/t5544/Test_2.scala rename to tests/run/t5544/Test_2.scala diff --git a/tests/pending/run/t5552.check b/tests/run/t5552.check similarity index 100% rename from tests/pending/run/t5552.check rename to tests/run/t5552.check diff --git a/tests/pending/run/t5552.scala b/tests/run/t5552.scala similarity index 100% rename from tests/pending/run/t5552.scala rename to tests/run/t5552.scala diff --git a/tests/pending/run/t5577.check b/tests/run/t5577.check similarity index 100% rename from tests/pending/run/t5577.check rename to tests/run/t5577.check diff --git a/tests/pending/run/t5577.scala b/tests/run/t5577.scala similarity index 100% rename from tests/pending/run/t5577.scala rename to tests/run/t5577.scala diff --git a/tests/pending/run/t5588.check b/tests/run/t5588.check similarity index 100% rename from tests/pending/run/t5588.check rename to tests/run/t5588.check diff --git a/tests/pending/run/t5588.scala b/tests/run/t5588.scala similarity index 100% rename from tests/pending/run/t5588.scala rename to tests/run/t5588.scala diff --git a/tests/pending/run/t5590.check b/tests/run/t5590.check similarity index 100% rename from tests/pending/run/t5590.check rename to tests/run/t5590.check diff --git a/tests/pending/run/t5590.scala b/tests/run/t5590.scala similarity index 100% rename from tests/pending/run/t5590.scala rename to tests/run/t5590.scala diff --git a/tests/pending/run/t5604.check b/tests/run/t5604.check similarity index 100% rename from tests/pending/run/t5604.check rename to tests/run/t5604.check diff --git a/tests/pending/run/t5604.scala b/tests/run/t5604.scala similarity index 100% rename from tests/pending/run/t5604.scala rename to tests/run/t5604.scala diff --git a/tests/pending/run/t5614.check b/tests/run/t5614.check similarity index 100% rename from tests/pending/run/t5614.check rename to tests/run/t5614.check diff --git a/tests/pending/run/t5614.scala b/tests/run/t5614.scala similarity index 100% rename from tests/pending/run/t5614.scala rename to tests/run/t5614.scala diff --git a/tests/pending/run/t5656.check b/tests/run/t5656.check similarity index 100% rename from tests/pending/run/t5656.check rename to tests/run/t5656.check diff --git a/tests/pending/run/t5656.scala b/tests/run/t5656.scala similarity index 100% rename from tests/pending/run/t5656.scala rename to tests/run/t5656.scala diff --git a/tests/pending/run/t5665.scala b/tests/run/t5665.scala similarity index 100% rename from tests/pending/run/t5665.scala rename to tests/run/t5665.scala diff --git a/tests/pending/run/t5680.check b/tests/run/t5680.check similarity index 100% rename from tests/pending/run/t5680.check rename to tests/run/t5680.check diff --git a/tests/pending/run/t5680.scala b/tests/run/t5680.scala similarity index 100% rename from tests/pending/run/t5680.scala rename to tests/run/t5680.scala diff --git a/tests/pending/run/t5804.check b/tests/run/t5804.check similarity index 100% rename from tests/pending/run/t5804.check rename to tests/run/t5804.check diff --git a/tests/pending/run/t5804.scala b/tests/run/t5804.scala similarity index 100% rename from tests/pending/run/t5804.scala rename to tests/run/t5804.scala diff --git a/tests/pending/run/t5830.check b/tests/run/t5830.check similarity index 100% rename from tests/pending/run/t5830.check rename to tests/run/t5830.check diff --git a/tests/pending/run/t5830.flags b/tests/run/t5830.flags similarity index 100% rename from tests/pending/run/t5830.flags rename to tests/run/t5830.flags diff --git a/tests/pending/run/t5830.scala b/tests/run/t5830.scala similarity index 100% rename from tests/pending/run/t5830.scala rename to tests/run/t5830.scala diff --git a/tests/pending/run/t5856.scala b/tests/run/t5856.scala similarity index 100% rename from tests/pending/run/t5856.scala rename to tests/run/t5856.scala diff --git a/tests/pending/run/t5857.scala b/tests/run/t5857.scala similarity index 100% rename from tests/pending/run/t5857.scala rename to tests/run/t5857.scala diff --git a/tests/pending/run/t5867.check b/tests/run/t5867.check similarity index 100% rename from tests/pending/run/t5867.check rename to tests/run/t5867.check diff --git a/tests/pending/run/t5867.scala b/tests/run/t5867.scala similarity index 100% rename from tests/pending/run/t5867.scala rename to tests/run/t5867.scala diff --git a/tests/pending/run/t5879.check b/tests/run/t5879.check similarity index 100% rename from tests/pending/run/t5879.check rename to tests/run/t5879.check diff --git a/tests/pending/run/t5879.scala b/tests/run/t5879.scala similarity index 100% rename from tests/pending/run/t5879.scala rename to tests/run/t5879.scala diff --git a/tests/pending/run/t5880.scala b/tests/run/t5880.scala similarity index 100% rename from tests/pending/run/t5880.scala rename to tests/run/t5880.scala diff --git a/tests/pending/run/t5923c.scala b/tests/run/t5923c.scala similarity index 100% rename from tests/pending/run/t5923c.scala rename to tests/run/t5923c.scala diff --git a/tests/pending/run/t5937.scala b/tests/run/t5937.scala similarity index 100% rename from tests/pending/run/t5937.scala rename to tests/run/t5937.scala diff --git a/tests/pending/run/t594.check b/tests/run/t594.check similarity index 100% rename from tests/pending/run/t594.check rename to tests/run/t594.check diff --git a/tests/pending/run/t594.scala b/tests/run/t594.scala similarity index 100% rename from tests/pending/run/t594.scala rename to tests/run/t594.scala diff --git a/tests/pending/run/t5971.check b/tests/run/t5971.check similarity index 100% rename from tests/pending/run/t5971.check rename to tests/run/t5971.check diff --git a/tests/pending/run/t5971.scala b/tests/run/t5971.scala similarity index 100% rename from tests/pending/run/t5971.scala rename to tests/run/t5971.scala diff --git a/tests/pending/run/t5974.check b/tests/run/t5974.check similarity index 100% rename from tests/pending/run/t5974.check rename to tests/run/t5974.check diff --git a/tests/pending/run/t5974.scala b/tests/run/t5974.scala similarity index 100% rename from tests/pending/run/t5974.scala rename to tests/run/t5974.scala diff --git a/tests/pending/run/t5986.check b/tests/run/t5986.check similarity index 100% rename from tests/pending/run/t5986.check rename to tests/run/t5986.check diff --git a/tests/pending/run/t5986.scala b/tests/run/t5986.scala similarity index 100% rename from tests/pending/run/t5986.scala rename to tests/run/t5986.scala diff --git a/tests/pending/run/t6011b.check b/tests/run/t6011b.check similarity index 100% rename from tests/pending/run/t6011b.check rename to tests/run/t6011b.check diff --git a/tests/pending/run/t6011b.scala b/tests/run/t6011b.scala similarity index 100% rename from tests/pending/run/t6011b.scala rename to tests/run/t6011b.scala diff --git a/tests/pending/run/t6052.scala b/tests/run/t6052.scala similarity index 100% rename from tests/pending/run/t6052.scala rename to tests/run/t6052.scala diff --git a/tests/pending/run/t6064.scala b/tests/run/t6064.scala similarity index 100% rename from tests/pending/run/t6064.scala rename to tests/run/t6064.scala diff --git a/tests/pending/run/t6077_patmat_cse_irrefutable.check b/tests/run/t6077_patmat_cse_irrefutable.check similarity index 100% rename from tests/pending/run/t6077_patmat_cse_irrefutable.check rename to tests/run/t6077_patmat_cse_irrefutable.check diff --git a/tests/pending/run/t6077_patmat_cse_irrefutable.scala b/tests/run/t6077_patmat_cse_irrefutable.scala similarity index 100% rename from tests/pending/run/t6077_patmat_cse_irrefutable.scala rename to tests/run/t6077_patmat_cse_irrefutable.scala diff --git a/tests/pending/run/t6090.scala b/tests/run/t6090.scala similarity index 100% rename from tests/pending/run/t6090.scala rename to tests/run/t6090.scala diff --git a/tests/pending/run/t6114.scala b/tests/run/t6114.scala similarity index 100% rename from tests/pending/run/t6114.scala rename to tests/run/t6114.scala diff --git a/tests/pending/run/t6126.scala b/tests/run/t6126.scala similarity index 100% rename from tests/pending/run/t6126.scala rename to tests/run/t6126.scala diff --git a/tests/pending/run/t6150.scala b/tests/run/t6150.scala similarity index 100% rename from tests/pending/run/t6150.scala rename to tests/run/t6150.scala diff --git a/tests/pending/run/t6188.check b/tests/run/t6188.check similarity index 100% rename from tests/pending/run/t6188.check rename to tests/run/t6188.check diff --git a/tests/pending/run/t6188.flags b/tests/run/t6188.flags similarity index 100% rename from tests/pending/run/t6188.flags rename to tests/run/t6188.flags diff --git a/tests/pending/run/t6188.scala b/tests/run/t6188.scala similarity index 100% rename from tests/pending/run/t6188.scala rename to tests/run/t6188.scala diff --git a/tests/pending/run/t6194.check b/tests/run/t6194.check similarity index 100% rename from tests/pending/run/t6194.check rename to tests/run/t6194.check diff --git a/tests/pending/run/t6194.scala b/tests/run/t6194.scala similarity index 100% rename from tests/pending/run/t6194.scala rename to tests/run/t6194.scala diff --git a/tests/pending/run/t6197.scala b/tests/run/t6197.scala similarity index 100% rename from tests/pending/run/t6197.scala rename to tests/run/t6197.scala diff --git a/tests/pending/run/t6246.check b/tests/run/t6246.check similarity index 100% rename from tests/pending/run/t6246.check rename to tests/run/t6246.check diff --git a/tests/pending/run/t6246.scala b/tests/run/t6246.scala similarity index 100% rename from tests/pending/run/t6246.scala rename to tests/run/t6246.scala diff --git a/tests/pending/run/t627.check b/tests/run/t627.check similarity index 100% rename from tests/pending/run/t627.check rename to tests/run/t627.check diff --git a/tests/pending/run/t627.scala b/tests/run/t627.scala similarity index 100% rename from tests/pending/run/t627.scala rename to tests/run/t627.scala diff --git a/tests/pending/run/t6271.scala b/tests/run/t6271.scala similarity index 100% rename from tests/pending/run/t6271.scala rename to tests/run/t6271.scala diff --git a/tests/pending/run/t6272.check b/tests/run/t6272.check similarity index 100% rename from tests/pending/run/t6272.check rename to tests/run/t6272.check diff --git a/tests/pending/run/t6272.scala b/tests/run/t6272.scala similarity index 100% rename from tests/pending/run/t6272.scala rename to tests/run/t6272.scala diff --git a/tests/pending/run/t629.check b/tests/run/t629.check similarity index 100% rename from tests/pending/run/t629.check rename to tests/run/t629.check diff --git a/tests/pending/run/t629.scala b/tests/run/t629.scala similarity index 100% rename from tests/pending/run/t629.scala rename to tests/run/t629.scala diff --git a/tests/pending/run/t6290.scala b/tests/run/t6290.scala similarity index 100% rename from tests/pending/run/t6290.scala rename to tests/run/t6290.scala diff --git a/tests/pending/run/t6370.scala b/tests/run/t6370.scala similarity index 100% rename from tests/pending/run/t6370.scala rename to tests/run/t6370.scala diff --git a/tests/pending/run/t6410.check b/tests/run/t6410.check similarity index 100% rename from tests/pending/run/t6410.check rename to tests/run/t6410.check diff --git a/tests/pending/run/t6410.scala b/tests/run/t6410.scala similarity index 100% rename from tests/pending/run/t6410.scala rename to tests/run/t6410.scala diff --git a/tests/pending/run/t6443-by-name.check b/tests/run/t6443-by-name.check similarity index 100% rename from tests/pending/run/t6443-by-name.check rename to tests/run/t6443-by-name.check diff --git a/tests/pending/run/t6443-by-name.scala b/tests/run/t6443-by-name.scala similarity index 100% rename from tests/pending/run/t6443-by-name.scala rename to tests/run/t6443-by-name.scala diff --git a/tests/pending/run/t6443-varargs.check b/tests/run/t6443-varargs.check similarity index 100% rename from tests/pending/run/t6443-varargs.check rename to tests/run/t6443-varargs.check diff --git a/tests/pending/run/t6443-varargs.scala b/tests/run/t6443-varargs.scala similarity index 100% rename from tests/pending/run/t6443-varargs.scala rename to tests/run/t6443-varargs.scala diff --git a/tests/pending/run/t6467.scala b/tests/run/t6467.scala similarity index 100% rename from tests/pending/run/t6467.scala rename to tests/run/t6467.scala diff --git a/tests/pending/run/t6488.scala b/tests/run/t6488.scala similarity index 100% rename from tests/pending/run/t6488.scala rename to tests/run/t6488.scala diff --git a/tests/pending/run/t6500.scala b/tests/run/t6500.scala similarity index 100% rename from tests/pending/run/t6500.scala rename to tests/run/t6500.scala diff --git a/tests/pending/run/t6506.scala b/tests/run/t6506.scala similarity index 100% rename from tests/pending/run/t6506.scala rename to tests/run/t6506.scala diff --git a/tests/pending/run/t6559.scala b/tests/run/t6559.scala similarity index 100% rename from tests/pending/run/t6559.scala rename to tests/run/t6559.scala diff --git a/tests/pending/run/t6584.check b/tests/run/t6584.check similarity index 100% rename from tests/pending/run/t6584.check rename to tests/run/t6584.check diff --git a/tests/pending/run/t6584.scala b/tests/run/t6584.scala similarity index 100% rename from tests/pending/run/t6584.scala rename to tests/run/t6584.scala diff --git a/tests/pending/run/t6614.check b/tests/run/t6614.check similarity index 100% rename from tests/pending/run/t6614.check rename to tests/run/t6614.check diff --git a/tests/pending/run/t6614.scala b/tests/run/t6614.scala similarity index 100% rename from tests/pending/run/t6614.scala rename to tests/run/t6614.scala diff --git a/tests/pending/run/t6632.check b/tests/run/t6632.check similarity index 100% rename from tests/pending/run/t6632.check rename to tests/run/t6632.check diff --git a/tests/pending/run/t6632.scala b/tests/run/t6632.scala similarity index 100% rename from tests/pending/run/t6632.scala rename to tests/run/t6632.scala diff --git a/tests/pending/run/t6633.check b/tests/run/t6633.check similarity index 100% rename from tests/pending/run/t6633.check rename to tests/run/t6633.check diff --git a/tests/pending/run/t6633.scala b/tests/run/t6633.scala similarity index 100% rename from tests/pending/run/t6633.scala rename to tests/run/t6633.scala diff --git a/tests/pending/run/t6634.check b/tests/run/t6634.check similarity index 100% rename from tests/pending/run/t6634.check rename to tests/run/t6634.check diff --git a/tests/pending/run/t6634.scala b/tests/run/t6634.scala similarity index 100% rename from tests/pending/run/t6634.scala rename to tests/run/t6634.scala diff --git a/tests/pending/run/t6637.check b/tests/run/t6637.check similarity index 100% rename from tests/pending/run/t6637.check rename to tests/run/t6637.check diff --git a/tests/pending/run/t6637.scala b/tests/run/t6637.scala similarity index 100% rename from tests/pending/run/t6637.scala rename to tests/run/t6637.scala diff --git a/tests/pending/run/t6644.scala b/tests/run/t6644.scala similarity index 100% rename from tests/pending/run/t6644.scala rename to tests/run/t6644.scala diff --git a/tests/pending/run/t6666a.scala b/tests/run/t6666a.scala similarity index 100% rename from tests/pending/run/t6666a.scala rename to tests/run/t6666a.scala diff --git a/tests/pending/run/t6673.check b/tests/run/t6673.check similarity index 100% rename from tests/pending/run/t6673.check rename to tests/run/t6673.check diff --git a/tests/pending/run/t6673.scala b/tests/run/t6673.scala similarity index 100% rename from tests/pending/run/t6673.scala rename to tests/run/t6673.scala diff --git a/tests/pending/run/t6706.scala b/tests/run/t6706.scala similarity index 100% rename from tests/pending/run/t6706.scala rename to tests/run/t6706.scala diff --git a/tests/pending/run/t6732.check b/tests/run/t6732.check similarity index 100% rename from tests/pending/run/t6732.check rename to tests/run/t6732.check diff --git a/tests/pending/run/t6732.scala b/tests/run/t6732.scala similarity index 100% rename from tests/pending/run/t6732.scala rename to tests/run/t6732.scala diff --git a/tests/pending/run/t6827.check b/tests/run/t6827.check similarity index 100% rename from tests/pending/run/t6827.check rename to tests/run/t6827.check diff --git a/tests/pending/run/t6827.scala b/tests/run/t6827.scala similarity index 100% rename from tests/pending/run/t6827.scala rename to tests/run/t6827.scala diff --git a/tests/pending/run/t6908.scala b/tests/run/t6908.scala similarity index 100% rename from tests/pending/run/t6908.scala rename to tests/run/t6908.scala diff --git a/tests/pending/run/t6928-run.check b/tests/run/t6928-run.check similarity index 100% rename from tests/pending/run/t6928-run.check rename to tests/run/t6928-run.check diff --git a/tests/pending/run/t6928-run.scala b/tests/run/t6928-run.scala similarity index 100% rename from tests/pending/run/t6928-run.scala rename to tests/run/t6928-run.scala diff --git a/tests/pending/run/t6957.scala b/tests/run/t6957.scala similarity index 100% rename from tests/pending/run/t6957.scala rename to tests/run/t6957.scala diff --git a/tests/pending/run/t6968.check b/tests/run/t6968.check similarity index 100% rename from tests/pending/run/t6968.check rename to tests/run/t6968.check diff --git a/tests/pending/run/t6968.scala b/tests/run/t6968.scala similarity index 100% rename from tests/pending/run/t6968.scala rename to tests/run/t6968.scala diff --git a/tests/pending/run/t7120b.check b/tests/run/t7120b.check similarity index 100% rename from tests/pending/run/t7120b.check rename to tests/run/t7120b.check diff --git a/tests/pending/run/t7120b.scala b/tests/run/t7120b.scala similarity index 100% rename from tests/pending/run/t7120b.scala rename to tests/run/t7120b.scala diff --git a/tests/pending/run/t7215.scala b/tests/run/t7215.scala similarity index 100% rename from tests/pending/run/t7215.scala rename to tests/run/t7215.scala diff --git a/tests/pending/run/t7231.check b/tests/run/t7231.check similarity index 100% rename from tests/pending/run/t7231.check rename to tests/run/t7231.check diff --git a/tests/pending/run/t7231.scala b/tests/run/t7231.scala similarity index 100% rename from tests/pending/run/t7231.scala rename to tests/run/t7231.scala diff --git a/tests/pending/run/t7249.check b/tests/run/t7249.check similarity index 100% rename from tests/pending/run/t7249.check rename to tests/run/t7249.check diff --git a/tests/pending/run/t7249.scala b/tests/run/t7249.scala similarity index 100% rename from tests/pending/run/t7249.scala rename to tests/run/t7249.scala diff --git a/tests/pending/run/t7269.scala b/tests/run/t7269.scala similarity index 100% rename from tests/pending/run/t7269.scala rename to tests/run/t7269.scala diff --git a/tests/pending/run/t7291.check b/tests/run/t7291.check similarity index 100% rename from tests/pending/run/t7291.check rename to tests/run/t7291.check diff --git a/tests/pending/run/t7291.scala b/tests/run/t7291.scala similarity index 100% rename from tests/pending/run/t7291.scala rename to tests/run/t7291.scala diff --git a/tests/pending/run/t7336.scala b/tests/run/t7336.scala similarity index 100% rename from tests/pending/run/t7336.scala rename to tests/run/t7336.scala diff --git a/tests/pending/run/t7341.flags b/tests/run/t7341.flags similarity index 100% rename from tests/pending/run/t7341.flags rename to tests/run/t7341.flags diff --git a/tests/pending/run/t7341.scala b/tests/run/t7341.scala similarity index 100% rename from tests/pending/run/t7341.scala rename to tests/run/t7341.scala diff --git a/tests/pending/run/t7406.check b/tests/run/t7406.check similarity index 100% rename from tests/pending/run/t7406.check rename to tests/run/t7406.check diff --git a/tests/pending/run/t7406.scala b/tests/run/t7406.scala similarity index 100% rename from tests/pending/run/t7406.scala rename to tests/run/t7406.scala diff --git a/tests/pending/run/t7407.check b/tests/run/t7407.check similarity index 100% rename from tests/pending/run/t7407.check rename to tests/run/t7407.check diff --git a/tests/pending/run/t7407.flags b/tests/run/t7407.flags similarity index 100% rename from tests/pending/run/t7407.flags rename to tests/run/t7407.flags diff --git a/tests/pending/run/t7407.scala b/tests/run/t7407.scala similarity index 100% rename from tests/pending/run/t7407.scala rename to tests/run/t7407.scala diff --git a/tests/pending/run/t7407b.check b/tests/run/t7407b.check similarity index 100% rename from tests/pending/run/t7407b.check rename to tests/run/t7407b.check diff --git a/tests/pending/run/t7407b.flags b/tests/run/t7407b.flags similarity index 100% rename from tests/pending/run/t7407b.flags rename to tests/run/t7407b.flags diff --git a/tests/pending/run/t7407b.scala b/tests/run/t7407b.scala similarity index 100% rename from tests/pending/run/t7407b.scala rename to tests/run/t7407b.scala diff --git a/tests/pending/run/t7436.scala b/tests/run/t7436.scala similarity index 100% rename from tests/pending/run/t7436.scala rename to tests/run/t7436.scala diff --git a/tests/pending/run/t7445.scala b/tests/run/t7445.scala similarity index 100% rename from tests/pending/run/t7445.scala rename to tests/run/t7445.scala diff --git a/tests/pending/run/t7475b.check b/tests/run/t7475b.check similarity index 100% rename from tests/pending/run/t7475b.check rename to tests/run/t7475b.check diff --git a/tests/pending/run/t7475b.scala b/tests/run/t7475b.scala similarity index 100% rename from tests/pending/run/t7475b.scala rename to tests/run/t7475b.scala diff --git a/tests/pending/run/t7498.scala b/tests/run/t7498.scala similarity index 100% rename from tests/pending/run/t7498.scala rename to tests/run/t7498.scala diff --git a/tests/pending/run/t7763.scala b/tests/run/t7763.scala similarity index 100% rename from tests/pending/run/t7763.scala rename to tests/run/t7763.scala diff --git a/tests/pending/run/t7775.scala b/tests/run/t7775.scala similarity index 100% rename from tests/pending/run/t7775.scala rename to tests/run/t7775.scala diff --git a/tests/pending/run/t7880.scala b/tests/run/t7880.scala similarity index 100% rename from tests/pending/run/t7880.scala rename to tests/run/t7880.scala diff --git a/tests/pending/run/t7899.scala b/tests/run/t7899.scala similarity index 100% rename from tests/pending/run/t7899.scala rename to tests/run/t7899.scala diff --git a/tests/pending/run/t7912.scala b/tests/run/t7912.scala similarity index 100% rename from tests/pending/run/t7912.scala rename to tests/run/t7912.scala diff --git a/tests/pending/run/t7985.scala b/tests/run/t7985.scala similarity index 100% rename from tests/pending/run/t7985.scala rename to tests/run/t7985.scala diff --git a/tests/pending/run/t7992.scala b/tests/run/t7992.scala similarity index 100% rename from tests/pending/run/t7992.scala rename to tests/run/t7992.scala diff --git a/tests/pending/run/t7992b.scala b/tests/run/t7992b.scala similarity index 100% rename from tests/pending/run/t7992b.scala rename to tests/run/t7992b.scala diff --git a/tests/pending/run/t8010.scala b/tests/run/t8010.scala similarity index 100% rename from tests/pending/run/t8010.scala rename to tests/run/t8010.scala diff --git a/tests/pending/run/t8015-ffc.scala b/tests/run/t8015-ffc.scala similarity index 100% rename from tests/pending/run/t8015-ffc.scala rename to tests/run/t8015-ffc.scala diff --git a/tests/pending/run/t8100.check b/tests/run/t8100.check similarity index 100% rename from tests/pending/run/t8100.check rename to tests/run/t8100.check diff --git a/tests/pending/run/t8100.scala b/tests/run/t8100.scala similarity index 100% rename from tests/pending/run/t8100.scala rename to tests/run/t8100.scala diff --git a/tests/pending/run/t8133/A_1.scala b/tests/run/t8133/A_1.scala similarity index 100% rename from tests/pending/run/t8133/A_1.scala rename to tests/run/t8133/A_1.scala diff --git a/tests/pending/run/t8133/B_2.scala b/tests/run/t8133/B_2.scala similarity index 100% rename from tests/pending/run/t8133/B_2.scala rename to tests/run/t8133/B_2.scala diff --git a/tests/pending/run/t8133b/A_1.scala b/tests/run/t8133b/A_1.scala similarity index 100% rename from tests/pending/run/t8133b/A_1.scala rename to tests/run/t8133b/A_1.scala diff --git a/tests/pending/run/t8133b/B_2.scala b/tests/run/t8133b/B_2.scala similarity index 100% rename from tests/pending/run/t8133b/B_2.scala rename to tests/run/t8133b/B_2.scala diff --git a/tests/pending/run/t8153.check b/tests/run/t8153.check similarity index 100% rename from tests/pending/run/t8153.check rename to tests/run/t8153.check diff --git a/tests/pending/run/t8153.scala b/tests/run/t8153.scala similarity index 100% rename from tests/pending/run/t8153.scala rename to tests/run/t8153.scala diff --git a/tests/pending/run/t8188.scala b/tests/run/t8188.scala similarity index 100% rename from tests/pending/run/t8188.scala rename to tests/run/t8188.scala diff --git a/tests/pending/run/t8197b.scala b/tests/run/t8197b.scala similarity index 100% rename from tests/pending/run/t8197b.scala rename to tests/run/t8197b.scala diff --git a/tests/pending/run/t8233-bcode.flags b/tests/run/t8233-bcode.flags similarity index 100% rename from tests/pending/run/t8233-bcode.flags rename to tests/run/t8233-bcode.flags diff --git a/tests/pending/run/t8233-bcode.scala b/tests/run/t8233-bcode.scala similarity index 100% rename from tests/pending/run/t8233-bcode.scala rename to tests/run/t8233-bcode.scala diff --git a/tests/pending/run/t8233.scala b/tests/run/t8233.scala similarity index 100% rename from tests/pending/run/t8233.scala rename to tests/run/t8233.scala diff --git a/tests/pending/run/t8346.check b/tests/run/t8346.check similarity index 100% rename from tests/pending/run/t8346.check rename to tests/run/t8346.check diff --git a/tests/pending/run/t8346.scala b/tests/run/t8346.scala similarity index 100% rename from tests/pending/run/t8346.scala rename to tests/run/t8346.scala diff --git a/tests/pending/run/t8395.scala b/tests/run/t8395.scala similarity index 100% rename from tests/pending/run/t8395.scala rename to tests/run/t8395.scala diff --git a/tests/pending/run/t8428.scala b/tests/run/t8428.scala similarity index 100% rename from tests/pending/run/t8428.scala rename to tests/run/t8428.scala diff --git a/tests/pending/run/t8601.flags b/tests/run/t8601.flags similarity index 100% rename from tests/pending/run/t8601.flags rename to tests/run/t8601.flags diff --git a/tests/pending/run/t8601.scala b/tests/run/t8601.scala similarity index 100% rename from tests/pending/run/t8601.scala rename to tests/run/t8601.scala diff --git a/tests/pending/run/t8601b.flags b/tests/run/t8601b.flags similarity index 100% rename from tests/pending/run/t8601b.flags rename to tests/run/t8601b.flags diff --git a/tests/pending/run/t8601b.scala b/tests/run/t8601b.scala similarity index 100% rename from tests/pending/run/t8601b.scala rename to tests/run/t8601b.scala diff --git a/tests/pending/run/t8601c.flags b/tests/run/t8601c.flags similarity index 100% rename from tests/pending/run/t8601c.flags rename to tests/run/t8601c.flags diff --git a/tests/pending/run/t8601c.scala b/tests/run/t8601c.scala similarity index 100% rename from tests/pending/run/t8601c.scala rename to tests/run/t8601c.scala diff --git a/tests/pending/run/t8601d.flags b/tests/run/t8601d.flags similarity index 100% rename from tests/pending/run/t8601d.flags rename to tests/run/t8601d.flags diff --git a/tests/pending/run/t8601d.scala b/tests/run/t8601d.scala similarity index 100% rename from tests/pending/run/t8601d.scala rename to tests/run/t8601d.scala diff --git a/tests/pending/run/t8607.scala b/tests/run/t8607.scala similarity index 100% rename from tests/pending/run/t8607.scala rename to tests/run/t8607.scala diff --git a/tests/pending/run/t8611a.flags b/tests/run/t8611a.flags similarity index 100% rename from tests/pending/run/t8611a.flags rename to tests/run/t8611a.flags diff --git a/tests/pending/run/t8611a.scala b/tests/run/t8611a.scala similarity index 100% rename from tests/pending/run/t8611a.scala rename to tests/run/t8611a.scala diff --git a/tests/pending/run/t8611c.flags b/tests/run/t8611c.flags similarity index 100% rename from tests/pending/run/t8611c.flags rename to tests/run/t8611c.flags diff --git a/tests/pending/run/t8611c.scala b/tests/run/t8611c.scala similarity index 100% rename from tests/pending/run/t8611c.scala rename to tests/run/t8611c.scala diff --git a/tests/pending/run/t8680.scala b/tests/run/t8680.scala similarity index 100% rename from tests/pending/run/t8680.scala rename to tests/run/t8680.scala diff --git a/tests/pending/run/t8690.check b/tests/run/t8690.check similarity index 100% rename from tests/pending/run/t8690.check rename to tests/run/t8690.check diff --git a/tests/pending/run/t8690.scala b/tests/run/t8690.scala similarity index 100% rename from tests/pending/run/t8690.scala rename to tests/run/t8690.scala diff --git a/tests/pending/run/t8738.scala b/tests/run/t8738.scala similarity index 100% rename from tests/pending/run/t8738.scala rename to tests/run/t8738.scala diff --git a/tests/pending/run/t8845.flags b/tests/run/t8845.flags similarity index 100% rename from tests/pending/run/t8845.flags rename to tests/run/t8845.flags diff --git a/tests/pending/run/t8845.scala b/tests/run/t8845.scala similarity index 100% rename from tests/pending/run/t8845.scala rename to tests/run/t8845.scala diff --git a/tests/pending/run/t8888.flags b/tests/run/t8888.flags similarity index 100% rename from tests/pending/run/t8888.flags rename to tests/run/t8888.flags diff --git a/tests/pending/run/t8888.scala b/tests/run/t8888.scala similarity index 100% rename from tests/pending/run/t8888.scala rename to tests/run/t8888.scala diff --git a/tests/pending/run/t8893.scala b/tests/run/t8893.scala similarity index 100% rename from tests/pending/run/t8893.scala rename to tests/run/t8893.scala diff --git a/tests/pending/run/t8893b.scala b/tests/run/t8893b.scala similarity index 100% rename from tests/pending/run/t8893b.scala rename to tests/run/t8893b.scala diff --git a/tests/pending/run/t8933b/A.scala b/tests/run/t8933b/A.scala similarity index 100% rename from tests/pending/run/t8933b/A.scala rename to tests/run/t8933b/A.scala diff --git a/tests/pending/run/t8933b/Test.scala b/tests/run/t8933b/Test.scala similarity index 100% rename from tests/pending/run/t8933b/Test.scala rename to tests/run/t8933b/Test.scala diff --git a/tests/pending/run/t8933c.scala b/tests/run/t8933c.scala similarity index 100% rename from tests/pending/run/t8933c.scala rename to tests/run/t8933c.scala diff --git a/tests/pending/run/takeAndDrop.scala b/tests/run/takeAndDrop.scala similarity index 100% rename from tests/pending/run/takeAndDrop.scala rename to tests/run/takeAndDrop.scala diff --git a/tests/pending/run/tcpoly_overriding.check b/tests/run/tcpoly_overriding.check similarity index 100% rename from tests/pending/run/tcpoly_overriding.check rename to tests/run/tcpoly_overriding.check diff --git a/tests/pending/run/tcpoly_overriding.scala b/tests/run/tcpoly_overriding.scala similarity index 100% rename from tests/pending/run/tcpoly_overriding.scala rename to tests/run/tcpoly_overriding.scala diff --git a/tests/pending/run/transform.scala b/tests/run/transform.scala similarity index 100% rename from tests/pending/run/transform.scala rename to tests/run/transform.scala diff --git a/tests/pending/run/transpose.scala b/tests/run/transpose.scala similarity index 100% rename from tests/pending/run/transpose.scala rename to tests/run/transpose.scala diff --git a/tests/pending/run/triemap-hash.scala b/tests/run/triemap-hash.scala similarity index 100% rename from tests/pending/run/triemap-hash.scala rename to tests/run/triemap-hash.scala diff --git a/tests/pending/run/triple-quoted-expr.check b/tests/run/triple-quoted-expr.check similarity index 100% rename from tests/pending/run/triple-quoted-expr.check rename to tests/run/triple-quoted-expr.check diff --git a/tests/pending/run/triple-quoted-expr.scala b/tests/run/triple-quoted-expr.scala similarity index 100% rename from tests/pending/run/triple-quoted-expr.scala rename to tests/run/triple-quoted-expr.scala diff --git a/tests/pending/run/tuple-match.check b/tests/run/tuple-match.check similarity index 100% rename from tests/pending/run/tuple-match.check rename to tests/run/tuple-match.check diff --git a/tests/pending/run/tuple-match.scala b/tests/run/tuple-match.scala similarity index 100% rename from tests/pending/run/tuple-match.scala rename to tests/run/tuple-match.scala diff --git a/tests/pending/run/tuples.check b/tests/run/tuples.check similarity index 100% rename from tests/pending/run/tuples.check rename to tests/run/tuples.check diff --git a/tests/pending/run/tuples.scala b/tests/run/tuples.scala similarity index 100% rename from tests/pending/run/tuples.scala rename to tests/run/tuples.scala diff --git a/tests/pending/run/unboxingBug.check b/tests/run/unboxingBug.check similarity index 100% rename from tests/pending/run/unboxingBug.check rename to tests/run/unboxingBug.check diff --git a/tests/pending/run/unboxingBug.scala b/tests/run/unboxingBug.scala similarity index 100% rename from tests/pending/run/unboxingBug.scala rename to tests/run/unboxingBug.scala diff --git a/tests/pending/run/unittest_iterator.scala b/tests/run/unittest_iterator.scala similarity index 100% rename from tests/pending/run/unittest_iterator.scala rename to tests/run/unittest_iterator.scala diff --git a/tests/pending/run/unreachable.scala b/tests/run/unreachable.scala similarity index 100% rename from tests/pending/run/unreachable.scala rename to tests/run/unreachable.scala diff --git a/tests/pending/run/valueclasses-pavlov.check b/tests/run/valueclasses-pavlov.check similarity index 100% rename from tests/pending/run/valueclasses-pavlov.check rename to tests/run/valueclasses-pavlov.check diff --git a/tests/pending/run/valueclasses-pavlov.scala b/tests/run/valueclasses-pavlov.scala similarity index 100% rename from tests/pending/run/valueclasses-pavlov.scala rename to tests/run/valueclasses-pavlov.scala diff --git a/tests/pending/run/var-arity-class-symbol.scala b/tests/run/var-arity-class-symbol.scala similarity index 100% rename from tests/pending/run/var-arity-class-symbol.scala rename to tests/run/var-arity-class-symbol.scala diff --git a/tests/pending/run/view-headoption.check b/tests/run/view-headoption.check similarity index 100% rename from tests/pending/run/view-headoption.check rename to tests/run/view-headoption.check diff --git a/tests/pending/run/view-headoption.scala b/tests/run/view-headoption.scala similarity index 100% rename from tests/pending/run/view-headoption.scala rename to tests/run/view-headoption.scala diff --git a/tests/run/viewtest.check b/tests/run/viewtest.check new file mode 100644 index 000000000000..6e0fe81a6715 --- /dev/null +++ b/tests/run/viewtest.check @@ -0,0 +1,12 @@ +SeqViewZ(...) +ys defined +mapping 1 +2 +SeqViewMS(...) +mapping 3 +4 +SeqViewM(...) +mapping 1 +mapping 2 +mapping 3 +List(2, 3, 4) diff --git a/tests/run/viewtest.scala b/tests/run/viewtest.scala new file mode 100755 index 000000000000..398e0bd04572 --- /dev/null +++ b/tests/run/viewtest.scala @@ -0,0 +1,45 @@ +object Test extends dotty.runtime.LegacyApp { + import collection._ + val xs: SeqView[(String, Int), Seq[_]] = List("x").view.zip(Stream.from(0)) + println(xs) + + val ys = List(1, 2, 3).view map { x => println("mapping "+x); x + 1 } + println("ys defined") + println(ys.head) + println(ys.tail) + println(ys(2)) + println(ys) + println(ys.force) + + val zs = Array(1, 2, 3).view + val as: SeqView[Int, Array[Int]] = zs map (_ + 1) + val bs: Array[Int] = as.force + val cs = zs.reverse + cs(0) += 1 + assert(cs.force.deep == Array(4, 2, 1).deep) + assert(zs(2) == 4) + assert(bs.deep == Array(2, 3, 4).deep) +} + +/* crash confirmed. +2.8 regression: CCE when zipping list projection with stream +Reported by: szeiger Owned by: odersky +Priority: normal Component: Standard Library +Keywords: collections, zip Cc: +Fixed in version: +Description + +Welcome to Scala version 2.8.0.r18784-b20090925021043 (Java HotSpot(TM) Client VM, Java 1.6.0_11). +Type in expressions to have them evaluated. +Type :help for more information. + +scala> List("x").view.zip(Stream.from(0))List("x").view.zip(Stream.from(0)) +java.lang.ClassCastException: scala.collection.generic.IterableViewTemplate$$anon$8 cannot be cast to scala.collection.generic.SequenceView + at .(:5) + at .() + at RequestResult$.(:4) + at RequestResult$.() + at RequestResult$result() + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.Nat... +*/ diff --git a/tests/pending/run/virtpatmat_apply.check b/tests/run/virtpatmat_apply.check similarity index 100% rename from tests/pending/run/virtpatmat_apply.check rename to tests/run/virtpatmat_apply.check diff --git a/tests/pending/run/virtpatmat_apply.flags b/tests/run/virtpatmat_apply.flags similarity index 100% rename from tests/pending/run/virtpatmat_apply.flags rename to tests/run/virtpatmat_apply.flags diff --git a/tests/pending/run/virtpatmat_apply.scala b/tests/run/virtpatmat_apply.scala similarity index 100% rename from tests/pending/run/virtpatmat_apply.scala rename to tests/run/virtpatmat_apply.scala diff --git a/tests/pending/run/virtpatmat_casting.check b/tests/run/virtpatmat_casting.check similarity index 100% rename from tests/pending/run/virtpatmat_casting.check rename to tests/run/virtpatmat_casting.check diff --git a/tests/pending/run/virtpatmat_casting.flags b/tests/run/virtpatmat_casting.flags similarity index 100% rename from tests/pending/run/virtpatmat_casting.flags rename to tests/run/virtpatmat_casting.flags diff --git a/tests/pending/run/virtpatmat_casting.scala b/tests/run/virtpatmat_casting.scala similarity index 100% rename from tests/pending/run/virtpatmat_casting.scala rename to tests/run/virtpatmat_casting.scala diff --git a/tests/pending/run/virtpatmat_literal.check b/tests/run/virtpatmat_literal.check similarity index 100% rename from tests/pending/run/virtpatmat_literal.check rename to tests/run/virtpatmat_literal.check diff --git a/tests/pending/run/virtpatmat_literal.flags b/tests/run/virtpatmat_literal.flags similarity index 100% rename from tests/pending/run/virtpatmat_literal.flags rename to tests/run/virtpatmat_literal.flags diff --git a/tests/pending/run/virtpatmat_literal.scala b/tests/run/virtpatmat_literal.scala similarity index 100% rename from tests/pending/run/virtpatmat_literal.scala rename to tests/run/virtpatmat_literal.scala diff --git a/tests/pending/run/virtpatmat_switch.check b/tests/run/virtpatmat_switch.check similarity index 100% rename from tests/pending/run/virtpatmat_switch.check rename to tests/run/virtpatmat_switch.check diff --git a/tests/pending/run/virtpatmat_switch.flags b/tests/run/virtpatmat_switch.flags similarity index 100% rename from tests/pending/run/virtpatmat_switch.flags rename to tests/run/virtpatmat_switch.flags diff --git a/tests/pending/run/virtpatmat_switch.scala b/tests/run/virtpatmat_switch.scala similarity index 100% rename from tests/pending/run/virtpatmat_switch.scala rename to tests/run/virtpatmat_switch.scala diff --git a/tests/pending/run/virtpatmat_tailcalls_verifyerror.check b/tests/run/virtpatmat_tailcalls_verifyerror.check similarity index 100% rename from tests/pending/run/virtpatmat_tailcalls_verifyerror.check rename to tests/run/virtpatmat_tailcalls_verifyerror.check diff --git a/tests/pending/run/virtpatmat_tailcalls_verifyerror.flags b/tests/run/virtpatmat_tailcalls_verifyerror.flags similarity index 100% rename from tests/pending/run/virtpatmat_tailcalls_verifyerror.flags rename to tests/run/virtpatmat_tailcalls_verifyerror.flags diff --git a/tests/pending/run/virtpatmat_tailcalls_verifyerror.scala b/tests/run/virtpatmat_tailcalls_verifyerror.scala similarity index 100% rename from tests/pending/run/virtpatmat_tailcalls_verifyerror.scala rename to tests/run/virtpatmat_tailcalls_verifyerror.scala diff --git a/tests/pending/run/virtpatmat_unapply.check b/tests/run/virtpatmat_unapply.check similarity index 100% rename from tests/pending/run/virtpatmat_unapply.check rename to tests/run/virtpatmat_unapply.check diff --git a/tests/pending/run/virtpatmat_unapply.flags b/tests/run/virtpatmat_unapply.flags similarity index 100% rename from tests/pending/run/virtpatmat_unapply.flags rename to tests/run/virtpatmat_unapply.flags diff --git a/tests/pending/run/virtpatmat_unapply.scala b/tests/run/virtpatmat_unapply.scala similarity index 100% rename from tests/pending/run/virtpatmat_unapply.scala rename to tests/run/virtpatmat_unapply.scala diff --git a/tests/pending/run/virtpatmat_unapplyseq.check b/tests/run/virtpatmat_unapplyseq.check similarity index 100% rename from tests/pending/run/virtpatmat_unapplyseq.check rename to tests/run/virtpatmat_unapplyseq.check diff --git a/tests/pending/run/virtpatmat_unapplyseq.flags b/tests/run/virtpatmat_unapplyseq.flags similarity index 100% rename from tests/pending/run/virtpatmat_unapplyseq.flags rename to tests/run/virtpatmat_unapplyseq.flags diff --git a/tests/pending/run/virtpatmat_unapplyseq.scala b/tests/run/virtpatmat_unapplyseq.scala similarity index 100% rename from tests/pending/run/virtpatmat_unapplyseq.scala rename to tests/run/virtpatmat_unapplyseq.scala diff --git a/tests/pending/run/withIndex.check b/tests/run/withIndex.check similarity index 100% rename from tests/pending/run/withIndex.check rename to tests/run/withIndex.check diff --git a/tests/pending/run/withIndex.scala b/tests/run/withIndex.scala similarity index 100% rename from tests/pending/run/withIndex.scala rename to tests/run/withIndex.scala