summaryrefslogtreecommitdiff
path: root/test/pending/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run')
-rw-r--r--test/pending/run/t1697.scala (renamed from test/pending/run/bug1697.scala)0
-rw-r--r--test/pending/run/t2318.check (renamed from test/pending/run/bug2318.check)0
-rw-r--r--test/pending/run/t2318.scala (renamed from test/pending/run/bug2318.scala)8
-rw-r--r--test/pending/run/t2364.check (renamed from test/pending/run/bug2364.check)0
-rw-r--r--test/pending/run/t2364.scala (renamed from test/pending/run/bug2364.scala)0
-rw-r--r--test/pending/run/t3669.scala (renamed from test/pending/run/bug3669.scala)0
-rw-r--r--test/pending/run/t4291.check (renamed from test/pending/run/bug4291.check)0
-rw-r--r--test/pending/run/t4291.scala (renamed from test/pending/run/bug4291.scala)0
8 files changed, 4 insertions, 4 deletions
diff --git a/test/pending/run/bug1697.scala b/test/pending/run/t1697.scala
index 01590dd405..01590dd405 100644
--- a/test/pending/run/bug1697.scala
+++ b/test/pending/run/t1697.scala
diff --git a/test/pending/run/bug2318.check b/test/pending/run/t2318.check
index a486f1ac47..a486f1ac47 100644
--- a/test/pending/run/bug2318.check
+++ b/test/pending/run/t2318.check
diff --git a/test/pending/run/bug2318.scala b/test/pending/run/t2318.scala
index cb524471d6..7bb666706f 100644
--- a/test/pending/run/bug2318.scala
+++ b/test/pending/run/t2318.scala
@@ -12,13 +12,13 @@ object Test {
}
}
- def bug1() = {
+ def t1() = {
val p = Runtime.getRuntime().exec("ls");
type Destroyable = { def destroy() : Unit }
def doDestroy( obj : Destroyable ) : Unit = obj.destroy();
doDestroy( p );
}
- def bug2() = {
+ def t2() = {
System.setSecurityManager(Mgr)
val b = new Bar { def bar = println("bar") }
@@ -30,9 +30,9 @@ object Test {
def main(args: Array[String]) {
// figuring this will otherwise break on windows
- try bug1()
+ try t1()
catch { case _: java.io.IOException => () }
- bug2()
+ t2()
}
}
diff --git a/test/pending/run/bug2364.check b/test/pending/run/t2364.check
index 219305e43a..219305e43a 100644
--- a/test/pending/run/bug2364.check
+++ b/test/pending/run/t2364.check
diff --git a/test/pending/run/bug2364.scala b/test/pending/run/t2364.scala
index d5805a13b8..d5805a13b8 100644
--- a/test/pending/run/bug2364.scala
+++ b/test/pending/run/t2364.scala
diff --git a/test/pending/run/bug3669.scala b/test/pending/run/t3669.scala
index 4fd698c1a5..4fd698c1a5 100644
--- a/test/pending/run/bug3669.scala
+++ b/test/pending/run/t3669.scala
diff --git a/test/pending/run/bug4291.check b/test/pending/run/t4291.check
index 30bacfac28..30bacfac28 100644
--- a/test/pending/run/bug4291.check
+++ b/test/pending/run/t4291.check
diff --git a/test/pending/run/bug4291.scala b/test/pending/run/t4291.scala
index 0213bb2c20..0213bb2c20 100644
--- a/test/pending/run/bug4291.scala
+++ b/test/pending/run/t4291.scala