From 3875260e02d5ac312c35ff034d7b75407b52820c Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 16 Aug 2012 11:05:05 -0700 Subject: [PATCH] testcode 356594 --- tests/bugs171/pr356594/Code.aj | 14 +++++++ tests/bugs171/pr384398_2/A$InnerA.class | Bin 0 -> 382 bytes tests/bugs171/pr384398_2/A.class | Bin 0 -> 319 bytes tests/bugs171/pr384398_2/B.class | Bin 0 -> 636 bytes .../org/aspectj/systemtest/AllTests17.java | 2 + .../systemtest/ajc171/Ajc171Tests.java | 39 ++++++++++++++++++ .../systemtest/ajc171/AllTestsAspectJ171.java | 25 +++++++++++ .../org/aspectj/systemtest/ajc171/ajc171.xml | 12 ++++++ 8 files changed, 92 insertions(+) create mode 100644 tests/bugs171/pr356594/Code.aj create mode 100644 tests/bugs171/pr384398_2/A$InnerA.class create mode 100644 tests/bugs171/pr384398_2/A.class create mode 100644 tests/bugs171/pr384398_2/B.class create mode 100644 tests/src/org/aspectj/systemtest/ajc171/Ajc171Tests.java create mode 100644 tests/src/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java create mode 100644 tests/src/org/aspectj/systemtest/ajc171/ajc171.xml diff --git a/tests/bugs171/pr356594/Code.aj b/tests/bugs171/pr356594/Code.aj new file mode 100644 index 000000000..4dd38ea21 --- /dev/null +++ b/tests/bugs171/pr356594/Code.aj @@ -0,0 +1,14 @@ +import java.lang.annotation.*; + +@Retention(RetentionPolicy.RUNTIME) +@interface Foo {} +@Retention(RetentionPolicy.RUNTIME) +@interface Bar {} + +class C { +} + +aspect X { +declare @type: C: @Foo @Bar; +} + diff --git a/tests/bugs171/pr384398_2/A$InnerA.class b/tests/bugs171/pr384398_2/A$InnerA.class new file mode 100644 index 0000000000000000000000000000000000000000..64909196075bfadb8c2f34454048bbdc53db6dff GIT binary patch literal 382 zcmZ8dO-sW-5Pg%x#H6uJTfc8g54D03uZj=~f)Mo3;C<6BbxWE`KE%J}K?D!}0DqJ? z8xX22JM(7d?VH*8`u_L?aDhV?Cb}Lh^c-wE*dv%i2tqGjh-VRIBA8F7N7P zDvLy<8E3r7sxGGTM(Mzg&h!vITzEcO*mrP1=&v^#+~&C~BIf=AzX9V+l%*^Q!T)dY z7zzb=C#UW3IOG5Bu42El2f%^=X-855rte70L09WzsNz0v6#X!H)_wc)hc>epa3 S10D7T0_?K)IBTMh9ncSz_(}x; literal 0 HcmV?d00001 diff --git a/tests/bugs171/pr384398_2/A.class b/tests/bugs171/pr384398_2/A.class new file mode 100644 index 0000000000000000000000000000000000000000..8a42b52b915dadf68a09608fc555188c1b493e0a GIT binary patch literal 319 zcmZWk%Sr=55UkE7yJlTYG+z+#5IwlyQ9~dE1R>}l!TW5|gbAC8>_hx5Pl5+Oz>gAZ z$BXDR^i)?@H(j4!?;ilJFo+SL7oi{FB*Lj6ymL;AsUY!SmYcHFlKj{@TTKMP==@R8 zp6%Bv=*_Lu`+ApYu{2purn|5kXR5j&9*vjR^R0O{X>QymeaN=Ds%|F#DM7s0*TqV2 zZL=esUN%z+A{_9LwWj)Fc2BvcysQ6rpXL$qkEdBWf(<}RzDuYu0R8|2lu cW9FE0aG=cya7f%jf+PPQBlHT|Cfk9015Lm|5&!@I literal 0 HcmV?d00001 diff --git a/tests/bugs171/pr384398_2/B.class b/tests/bugs171/pr384398_2/B.class new file mode 100644 index 0000000000000000000000000000000000000000..3296bd3513ea24565dff8389f0af1bbde3b3775f GIT binary patch literal 636 zcmZuv-AV#M6#mB5U7fbnEbY%q=|U3}yj27hf?&%F!|-y|L05E*b&VdYZWI!FfF3G3 zyVhS4gEbfFonDhvAYnsBUGN^7*AL-Mnm@*_XS*<4u;zb`n zjYOe(^)pvu2sMqqsoOJ)sB(X%%GywW)(a!u>=&B0Wtja^CGR1_j&Q>s2zqiflCLGQlTQe4XZIk)}|Ysq3GHS z!M?EFw;)ow<9fhtlBsBB%X%r>LW(xwqfLRW|RZh3$QmT7_#YPtyn0yYClDct$cRwoLzLpa$Fr84LtevvB)JEX UR#glKF3BPGD04C<5#=t}H + + + + + + + + + + + -- 2.39.5