@@ -12,65 +12,65 @@ object TestSources {
12
12
13
13
// pos tests lists
14
14
15
- def posFromTastyBlacklistFile : String = " compiler/test/dotc/pos-from-tasty.blacklist "
16
- def posTestPicklingBlacklistFile : String = " compiler/test/dotc/pos-test-pickling.blacklist "
15
+ def posFromTastyExcludelistFile : String = " compiler/test/dotc/pos-from-tasty.excludelist "
16
+ def posTestPicklingExcludelistFile : String = " compiler/test/dotc/pos-test-pickling.excludelist "
17
17
def posTestRecheckExcludesFile : String = " compiler/test/dotc/pos-test-recheck.excludes"
18
18
def posLazyValsAllowlistFile : String = " compiler/test/dotc/pos-lazy-vals-tests.allowlist"
19
19
def posLintingAllowlistFile : String = " compiler/test/dotc/pos-linting.allowlist"
20
- def posInitGlobalScala2LibraryTastyBlacklistFile : String = " compiler/test/dotc/pos-init-global-scala2-library-tasty.blacklist "
20
+ def posInitGlobalScala2LibraryTastyExcludelistFile : String = " compiler/test/dotc/pos-init-global-scala2-library-tasty.excludelist "
21
21
22
- def posFromTastyBlacklisted : List [String ] = loadList(posFromTastyBlacklistFile )
23
- def posTestPicklingBlacklisted : List [String ] = loadList(posTestPicklingBlacklistFile )
22
+ def posFromTastyExcludelisted : List [String ] = loadList(posFromTastyExcludelistFile )
23
+ def posTestPicklingExcludelisted : List [String ] = loadList(posTestPicklingExcludelistFile )
24
24
def posTestRecheckExcluded : List [String ] = loadList(posTestRecheckExcludesFile)
25
25
def posLazyValsAllowlist : List [String ] = loadList(posLazyValsAllowlistFile)
26
26
def posLintingAllowlist : List [String ] = loadList(posLintingAllowlistFile)
27
- def posInitGlobalScala2LibraryTastyBlacklisted : List [String ] =
28
- if Properties .usingScalaLibraryTasty then loadList(posInitGlobalScala2LibraryTastyBlacklistFile )
27
+ def posInitGlobalScala2LibraryTastyExcludelisted : List [String ] =
28
+ if Properties .usingScalaLibraryTasty then loadList(posInitGlobalScala2LibraryTastyExcludelistFile )
29
29
else Nil
30
30
31
31
// run tests lists
32
32
33
- def runFromTastyBlacklistFile : String = " compiler/test/dotc/run-from-tasty.blacklist "
34
- def runTestPicklingBlacklistFile : String = " compiler/test/dotc/run-test-pickling.blacklist "
33
+ def runFromTastyExcludelistFile : String = " compiler/test/dotc/run-from-tasty.excludelist "
34
+ def runTestPicklingExcludelistFile : String = " compiler/test/dotc/run-test-pickling.excludelist "
35
35
def runTestRecheckExcludesFile : String = " compiler/test/dotc/run-test-recheck.excludes"
36
36
def runLazyValsAllowlistFile : String = " compiler/test/dotc/run-lazy-vals-tests.allowlist"
37
- def runMacrosScala2LibraryTastyBlacklistFile : String = " compiler/test/dotc/run-macros-scala2-library-tasty.blacklist "
37
+ def runMacrosScala2LibraryTastyExcludelistFile : String = " compiler/test/dotc/run-macros-scala2-library-tasty.excludelist "
38
38
39
- def runFromTastyBlacklisted : List [String ] = loadList(runFromTastyBlacklistFile )
40
- def runTestPicklingBlacklisted : List [String ] = loadList(runTestPicklingBlacklistFile )
39
+ def runFromTastyExcludelisted : List [String ] = loadList(runFromTastyExcludelistFile )
40
+ def runTestPicklingExcludelisted : List [String ] = loadList(runTestPicklingExcludelistFile )
41
41
def runTestRecheckExcluded : List [String ] = loadList(runTestRecheckExcludesFile)
42
42
def runLazyValsAllowlist : List [String ] = loadList(runLazyValsAllowlistFile)
43
- def runMacrosScala2LibraryTastyBlacklisted : List [String ] =
44
- if Properties .usingScalaLibraryTasty then loadList(runMacrosScala2LibraryTastyBlacklistFile )
43
+ def runMacrosScala2LibraryTastyExcludelisted : List [String ] =
44
+ if Properties .usingScalaLibraryTasty then loadList(runMacrosScala2LibraryTastyExcludelistFile )
45
45
else Nil
46
46
47
47
// neg tests lists
48
48
49
- def negScala2LibraryTastyBlacklistFile : String = " compiler/test/dotc/neg-scala2-library-tasty.blacklist "
50
- def negInitGlobalScala2LibraryTastyBlacklistFile : String = " compiler/test/dotc/neg-init-global-scala2-library-tasty.blacklist "
49
+ def negScala2LibraryTastyExcludelistFile : String = " compiler/test/dotc/neg-scala2-library-tasty.excludelist "
50
+ def negInitGlobalScala2LibraryTastyExcludelistFile : String = " compiler/test/dotc/neg-init-global-scala2-library-tasty.excludelist "
51
51
52
- def negScala2LibraryTastyBlacklisted : List [String ] =
53
- if Properties .usingScalaLibraryTasty then loadList(negScala2LibraryTastyBlacklistFile )
52
+ def negScala2LibraryTastyExcludelisted : List [String ] =
53
+ if Properties .usingScalaLibraryTasty then loadList(negScala2LibraryTastyExcludelistFile )
54
54
else Nil
55
- def negInitGlobalScala2LibraryTastyBlacklisted : List [String ] =
56
- if Properties .usingScalaLibraryTasty then loadList(negInitGlobalScala2LibraryTastyBlacklistFile )
55
+ def negInitGlobalScala2LibraryTastyExcludelisted : List [String ] =
56
+ if Properties .usingScalaLibraryTasty then loadList(negInitGlobalScala2LibraryTastyExcludelistFile )
57
57
else Nil
58
58
59
59
// patmat tests lists
60
60
61
- def patmatExhaustivityScala2LibraryTastyBlacklistFile : String = " compiler/test/dotc/patmat-exhaustivity-scala2-library-tasty.blacklist "
61
+ def patmatExhaustivityScala2LibraryTastyExcludelistFile : String = " compiler/test/dotc/patmat-exhaustivity-scala2-library-tasty.excludelist "
62
62
63
- def patmatExhaustivityScala2LibraryTastyBlacklisted : List [String ] =
64
- if Properties .usingScalaLibraryTasty then loadList(patmatExhaustivityScala2LibraryTastyBlacklistFile )
63
+ def patmatExhaustivityScala2LibraryTastyExcludelisted : List [String ] =
64
+ if Properties .usingScalaLibraryTasty then loadList(patmatExhaustivityScala2LibraryTastyExcludelistFile )
65
65
else Nil
66
66
67
67
// neg best effort tests lists
68
68
69
- def negBestEffortPicklingBlacklistFile : String = " compiler/test/dotc/neg-best-effort-pickling.blacklist "
70
- def negBestEffortUnpicklingBlacklistFile : String = " compiler/test/dotc/neg-best-effort-unpickling.blacklist "
69
+ def negBestEffortPicklingExcludelistFile : String = " compiler/test/dotc/neg-best-effort-pickling.excludelist "
70
+ def negBestEffortUnpicklingExcludelistFile : String = " compiler/test/dotc/neg-best-effort-unpickling.excludelist "
71
71
72
- def negBestEffortPicklingBlacklisted : List [String ] = loadList(negBestEffortPicklingBlacklistFile )
73
- def negBestEffortUnpicklingBlacklisted : List [String ] = loadList(negBestEffortUnpicklingBlacklistFile )
72
+ def negBestEffortPicklingExcludelisted : List [String ] = loadList(negBestEffortPicklingExcludelistFile )
73
+ def negBestEffortUnpicklingExcludelisted : List [String ] = loadList(negBestEffortUnpicklingExcludelistFile )
74
74
75
75
// load lists
76
76
0 commit comments