From 85692fffdda6e40f8e587282ab975899133bffba Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sun, 8 Dec 2013 18:05:47 +0100 Subject: 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. --- test/files/instrumented/inline-in-constructors.check | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/files/instrumented/inline-in-constructors.check') diff --git a/test/files/instrumented/inline-in-constructors.check b/test/files/instrumented/inline-in-constructors.check index c6c9ae4e15..b58c1d77d5 100644 --- a/test/files/instrumented/inline-in-constructors.check +++ b/test/files/instrumented/inline-in-constructors.check @@ -1,3 +1,7 @@ +#partest !avian Method call statistics: 1 instrumented/Bar.(Z)V 1 instrumented/Foo.(I)V +#partest avian +!!!TEST SKIPPED!!! +Instrumentation is not supported on Avian. -- cgit v1.2.3