@@ -149,22 +149,19 @@ object GenScalacticDotty {
149
149
def genTest (targetDir : File , version : String , scalaVersion : String ): Seq [File ] =
150
150
copyDir(" scalactic-test/src/test/scala/org/scalactic" , " org/scalactic" , targetDir,
151
151
List (
152
- " CanEqualSpec.scala" , // NotImplementedError
153
152
" ChainSpec.scala" , // Compilation error to be investigated further
154
153
" DecidersSpec.scala" , // Compilation error to be investigated further
155
154
" DifferSpec.scala" , // Test failed when run to be investigate further.
156
155
" DirectRequirementsSpec.scala" , // macro expansion error: invalid prefix NoType
157
156
" EverySpec.scala" , // Compilation error to be investigated further
158
- " FutureSugarSpec.scala" , // Implementation missing
159
157
" NormalizationSpec.scala" , // Compilation error to be investigated further.
160
158
" NormMethodsSpec.scala" , // Compilation error to be investigated further.
161
159
" OrSpec.scala" , // Compilation error to be investigated further.
162
160
" PrettifierSpec.scala" , // Test failed with java.lang.IllegalAccessException
163
161
" RequirementsSpec.scala" , // Error during macro expansion
164
162
" SnapshotsSpec.scala" , // Pending macro implementation
165
163
" TolerantEquivalenceSpec.scala" , // Compilation error to be investigated further.
166
- " TripleEqualsSpec.for210" , // Old staff, we shall delete this soon.
167
- " TrySugarSpec.scala" // Not implemented error when test runs
164
+ " TripleEqualsSpec.for210" // Old staff, we shall delete this soon.
168
165
)) ++
169
166
// copyDir("scalactic-test/src/test/scala/org/scalactic/anyvals", "org/scalactic/anyvals", targetDir, List.empty) ++
170
167
copyDir(" scalactic-test/src/test/scala/org/scalactic/source" , " org/scalactic/source" , targetDir, List .empty)
0 commit comments