@@ -1030,13 +1030,28 @@ object Build {
1030
1030
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/javalib/util/concurrent" ** " *.scala" ).get
1031
1031
1032
1032
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/javalib/util" * ((" *.scala" : FileFilter )
1033
- -- " AbstractListTest.scala" -- " AbstractMapTest.scala" -- " AbstractSetTest.scala" -- " ArrayDequeTest.scala" -- " ArrayListTest.scala"
1034
- -- " CollectionsOnCheckedCollectionTest.scala" -- " CollectionsOnCheckedListTest.scala" -- " CollectionsOnCheckedMapTest.scala" -- " CollectionsOnCheckedSetTest.scala"
1035
- -- " CollectionsOnCollectionsTest.scala" -- " CollectionsOnListsTest.scala" -- " CollectionsOnMapsTest.scala" -- " CollectionsOnSetFromMapTest.scala" -- " CollectionsOnSetsTest.scala"
1036
- -- " CollectionsOnSynchronizedCollectionTest.scala" -- " CollectionsOnSynchronizedListTest.scala" -- " CollectionsOnSynchronizedMapTest.scala" -- " CollectionsOnSynchronizedSetTest.scala" -- " CollectionsTest.scala"
1037
- -- " DequeTest.scala" -- " EventObjectTest.scala" -- " FormatterTest.scala" -- " HashMapTest.scala" -- " HashSetTest.scala" -- " IdentityHashMapTest.scala"
1038
- -- " LinkedHashMapTest.scala" -- " LinkedHashSetTest.scala" -- " LinkedListTest.scala"
1039
- -- " PriorityQueueTest.scala" -- " SortedMapTest.scala" -- " SortedSetTest.scala" -- " TreeSetTest.scala" )).get
1033
+ -- " AbstractSetTest.scala"
1034
+ -- " CollectionsOnCheckedCollectionTest.scala"
1035
+ -- " CollectionsOnCheckedListTest.scala"
1036
+ -- " CollectionsOnCheckedMapTest.scala"
1037
+ -- " CollectionsOnCheckedSetTest.scala"
1038
+ -- " CollectionsOnCollectionsTest.scala"
1039
+ -- " CollectionsOnListsTest.scala"
1040
+ -- " CollectionsOnMapsTest.scala"
1041
+ -- " CollectionsOnSetFromMapTest.scala"
1042
+ -- " CollectionsOnSetsTest.scala"
1043
+ -- " CollectionsOnSynchronizedCollectionTest.scala"
1044
+ -- " CollectionsOnSynchronizedListTest.scala"
1045
+ -- " CollectionsOnSynchronizedMapTest.scala"
1046
+ -- " CollectionsOnSynchronizedSetTest.scala"
1047
+ -- " CollectionsTest.scala"
1048
+ -- " EventObjectTest.scala"
1049
+ -- " FormatterTest.scala"
1050
+ -- " HashSetTest.scala"
1051
+ -- " LinkedHashSetTest.scala"
1052
+ -- " SortedSetTest.scala"
1053
+ -- " TreeSetTest.scala"
1054
+ )).get
1040
1055
1041
1056
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/utils" ** " *.scala" ).get
1042
1057
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/junit" ** " *.scala" ).get
0 commit comments