Skip to content

Commit ce75d64

Browse files
Remove warnings from pending tests
Some of these warnning are also emitted by dotc, but they are not captured by the testing infreastructure and shouldn't be part of check files.
1 parent 9dada04 commit ce75d64

File tree

109 files changed

+151
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+151
-311
lines changed

tests/pending/run/runtime.check

Lines changed: 0 additions & 70 deletions
This file was deleted.

tests/pending/run/synchronized.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there were 14 inliner warnings; re-run with -Yinline-warnings for details
21
.|. c1.f1: OK
32
.|. c1.fi: OK
43
.|... c1.fv: OK

tests/pending/run/t1368.check

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/pending/run/t2106.check

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/pending/run/t2212.check

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pending/run/t3235-minimal.check

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/pending/run/t3361.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pending/run/t3488.check

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/pending/run/t3488.scala

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/pending/run/t3888.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pending/run/t3888.scala

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/pending/run/t3970.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pending/run/t3996.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pending/run/t4047.check

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/pending/run/t4080.check

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/pending/run/t4396.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there was one deprecation warning; re-run with -deprecation for details
21
hallo
32
constructor
43
out:22

tests/pending/run/t4461.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there were four deprecation warnings; re-run with -deprecation for details
21
Include(End,1)
32
Include(End,2)
43
Include(End,3)

tests/pending/run/t4680.check

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
t4680.scala:51: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
2-
new C { 5 }
3-
^
4-
t4680.scala:69: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
5-
new { val x = 5 } with E() { 5 }
6-
^
7-
warning: there was one deprecation warning; re-run with -deprecation for details
8-
91

102
// new C { }
113
-A -B -C
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
warning: No plugin in path t4841-no-plugin-run.obj/plugins.partest

tests/pending/run/t5284b.check

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pending/run/t5284c.check

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pending/run/t5380.check

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/pending/run/t5428.check

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/pending/run/t576.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there was one deprecation warning; re-run with -deprecation for details
21
1
32
2
43
3

tests/pending/run/t6111.check

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/pending/run/t6292.check

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
warning: there was one deprecation warning; re-run with -deprecation for details
21
scala.collection.immutable.List[<?>]
32
scala.collection.immutable.List

tests/pending/run/t6481.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there was one deprecation warning; re-run with -deprecation for details
21
delayed init
32
new foo(1, 2)
43
delayed init

tests/pending/run/t6690.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
warning: there were two deprecation warnings; re-run with -deprecation for details

tests/pending/run/t6863.check

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
t6863.scala:38: warning: comparing values of types Unit and Unit using `==' will always yield true
2-
assert({ () => x}.apply == ())
3-
^
4-
t6863.scala:42: warning: comparing values of types Unit and Unit using `==' will always yield true
5-
assert({ () => x}.apply == ())
6-
^
7-
t6863.scala:46: warning: comparing values of types Unit and Unit using `==' will always yield true
8-
assert({ () => x}.apply == ())
9-
^
10-
t6863.scala:59: warning: comparing values of types Unit and Unit using `==' will always yield true
11-
assert({ () => x }.apply == ())
12-
^
131
warning: there were four deprecation warnings; re-run with -deprecation for details

tests/pending/run/t6935.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
warning: there was one deprecation warning; re-run with -deprecation for details

tests/pending/run/t7171.check

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/pending/run/t7290.check

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/pending/run/t7582.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
warning: there was one inliner warning; re-run with -Yinline-warnings for details
21
2

tests/pending/run/t7582b.check

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
warning: there was one inliner warning; re-run with -Yinline-warnings for details
2-
2

tests/pending/run/t7899-regression.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pending/run/t7932.check

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/pending/run/t7932.scala

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/pending/run/t8196.check

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
t8196.scala:26: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
2-
form2.g1 // comment this line in order to make the test pass
3-
^
4-
warning: there were two feature warnings; re-run with -feature for details
51
Scope{
62
final private val f1: Int
73
}

tests/pending/run/t8266-octal-interp.check

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
t8266-octal-interp.scala:4: warning: Octal escape literals are deprecated, use \b instead.
2-
f"a\10c",
3-
^
4-
t8266-octal-interp.scala:5: warning: Octal escape literals are deprecated, use \t instead.
5-
f"a\11c",
6-
^
7-
t8266-octal-interp.scala:6: warning: Octal escape literals are deprecated, use \n instead.
8-
f"a\12c",
9-
^
10-
t8266-octal-interp.scala:7: warning: Octal escape literals are deprecated, use \r instead.
11-
f"a\15c",
12-
^
13-
t8266-octal-interp.scala:8: warning: Octal escape literals are deprecated, use ${'"'} or a triple-quoted literal """with embedded " or \u0022""" instead.
14-
f"a\42c",
15-
^
16-
t8266-octal-interp.scala:9: warning: Octal escape literals are deprecated, use \\ instead.
17-
f"a\134c",
18-
^
19-
t8266-octal-interp.scala:10: warning: Octal escape literals are deprecated, use \u0069 instead.
20-
f"a\15151515c"
21-
^
221
ac
232
a c
243
a

tests/pending/run/t8445.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
warning: there was one feature warning; re-run with -feature for details

tests/pending/run/t8549.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
warning: there were two deprecation warnings; re-run with -deprecation for details

tests/pending/run/t8610.check

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/pending/run/try-2.check

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/pending/run/try.check

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/pending/run/virtpatmat_alts.check

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
virtpatmat_nested_lists.scala:5: warning: match may not be exhaustive.
2-
List(List(1), List(2)) match { case x :: (y :: Nil) :: Nil => println(y) }
3-
^
41
2

tests/pending/run/virtpatmat_opt_sharing.check

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pending/run/virtpatmat_typed.check

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pending/run/colltest.check renamed to tests/run/colltest.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there were two deprecation warnings; re-run with -deprecation for details
21
true
32
false
43
true
File renamed without changes.

tests/pending/run/richs.check renamed to tests/run/richs.check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
warning: there were two deprecation warnings; re-run with -deprecation for details
21

32
RichCharTest1:
43
true
File renamed without changes.

0 commit comments

Comments
 (0)