@@ -44,7 +44,8 @@ testDirs :: [FilePath]
4444testDirs =
4545 case ghcVersion of
4646 GHC910 -> [" pre-ghc910" , " ghc910" ]
47- GHC912 -> [" pre-ghc910" , " ghc910" , " ghc912" ]
47+ -- GHC912 -> ["pre-ghc910", "ghc910", "ghc912"]
48+ GHC912 -> [" ghc-cpp" ]
4849 -- GHC912 -> ["ghc912"]
4950 -- GHC912 -> ["ghc912-copied"]
5051 -- GHC912 -> ["ghc912", "ghc912-copied"]
@@ -141,14 +142,14 @@ mkTests = do
141142 return $ TestList [
142143 internalTests,
143144 roundTripTests
144- ,
145- (transformTests libdir)
146- ,
147- (failingTests libdir)
148- ,
149- roundTripBalanceCommentsTests
150- ,
151- roundTripMakeDeltaTests
145+ -- ,
146+ -- (transformTests libdir)
147+ -- ,
148+ -- (failingTests libdir)
149+ -- ,
150+ -- roundTripBalanceCommentsTests
151+ -- ,
152+ -- roundTripMakeDeltaTests
152153 ]
153154
154155failingTests :: LibDir -> Test
@@ -230,8 +231,10 @@ tt' = do
230231 -- mkParserTest libdir "failing" "CppComment.hs"
231232 -- mkParserTest libdir "ghc-cpp" "Scan.hs"
232233 -- mkParserTest libdir "ghc-cpp" "Test1.hs"
233- -- mkParserTest libdir "ghc-cpp" "WithoutSomeFixpoints.hs"
234- mkParserTest libdir " ghc-cpp" " HelperMain.hs"
234+ mkParserTest libdir " ghc-cpp" " WithoutSomeFixpoints.hs"
235+
236+ -- mkParserTest libdir "ghc-cpp" "Promise.hs"
237+ -- mkParserTest libdir "ghc-cpp" "Set1.hs"
235238
236239 ]
237240
0 commit comments