summaryrefslogtreecommitdiff
path: root/test/files/instrumented/InstrumentationTest.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-12-08 18:05:47 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2013-12-08 18:05:47 +0100
commit85692fffdda6e40f8e587282ab975899133bffba (patch)
tree1edf8942a98334ddfcbc11d6f7046ca4323c99ed /test/files/instrumented/InstrumentationTest.check
parentd938f59e40e7ba97b199e5f70f252d191c19d93e (diff)
downloadscala-85692fffdda6e40f8e587282ab975899133bffba.tar.gz
scala-85692fffdda6e40f8e587282ab975899133bffba.tar.bz2
scala-85692fffdda6e40f8e587282ab975899133bffba.zip
SI-8050 [Avian] Skip instrumented tests
Instrumentation is (currently) not supported on Avian. This causes - tests instrumented/InstrumentationTest.scala and - instrumented/inline-in-constructors to fail. Let's skip these tests on Avian.
Diffstat (limited to 'test/files/instrumented/InstrumentationTest.check')
-rw-r--r--test/files/instrumented/InstrumentationTest.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/instrumented/InstrumentationTest.check b/test/files/instrumented/InstrumentationTest.check
index 0c570fa12c..c82d16bd34 100644
--- a/test/files/instrumented/InstrumentationTest.check
+++ b/test/files/instrumented/InstrumentationTest.check
@@ -1,3 +1,4 @@
+#partest !avian
true
Method call statistics:
1 Foo1.<init>()V
@@ -8,3 +9,6 @@ Method call statistics:
1 scala/Predef$.println(Ljava/lang/Object;)V
1 scala/io/AnsiColor$class.$init$(Lscala/io/AnsiColor;)V
1 scala/runtime/BoxesRunTime.boxToBoolean(Z)Ljava/lang/Boolean;
+#partest avian
+!!!TEST SKIPPED!!!
+Instrumentation is not supported on Avian.