summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-sorted-members.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-08-21 16:42:58 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-08-21 16:42:58 +0200
commitdfc6928383dbeddf4e24560ae24556717abb751b (patch)
treec47659bf6967e426294047051c3feac82b33b71d /test/files/run/reflection-sorted-members.check
parent1ab4994990a21c1ea4dadcf15368013d89456ca6 (diff)
downloadscala-dfc6928383dbeddf4e24560ae24556717abb751b.tar.gz
scala-dfc6928383dbeddf4e24560ae24556717abb751b.tar.bz2
scala-dfc6928383dbeddf4e24560ae24556717abb751b.zip
fixes non-determinism in reflection-sorted-decls
ordering of synthetic members on java7 with a lot of cores is non-deterministic that's not a problem, because the doc doesn't promise anything about synthetics hence I've adjusted the test, so that it no longer includes accessors discussion: http://groups.google.com/group/scala-internals/msg/087a7d4805313561
Diffstat (limited to 'test/files/run/reflection-sorted-members.check')
-rw-r--r--test/files/run/reflection-sorted-members.check30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/files/run/reflection-sorted-members.check b/test/files/run/reflection-sorted-members.check
index d58b691c42..bb85b5a13c 100644
--- a/test/files/run/reflection-sorted-members.check
+++ b/test/files/run/reflection-sorted-members.check
@@ -1,34 +1,4 @@
value a
value b
value c
-method c
-method b
-method a
-constructor Foo$1
value x
-method x
-constructor Bar$1
-method finalize
-method wait
-method wait
-method wait
-method equals
-method toString
-method hashCode
-method getClass
-method clone
-method notify
-method notifyAll
-constructor Object
-method eq
-method ne
-method ==
-method !=
-method ##
-method synchronized
-method $isInstanceOf
-method $asInstanceOf
-method ==
-method !=
-method isInstanceOf
-method asInstanceOf