Browse Source

fix for failing test case that aspects must be constructed after their

clinit has run, noting that 1/3 remaining failures is in bugzilla
tags/V_1_1_b5
jhugunin 21 years ago
parent
commit
e5660e9d2e
2 changed files with 8 additions and 11 deletions
  1. 7
    0
      tests/ajcTests.xml
  2. 1
    11
      tests/ajcTestsFailing.xml

+ 7
- 0
tests/ajcTests.xml View File

@@ -5553,4 +5553,11 @@
</compile>
<run class="AroundAccess"/>
</ajc-test>
<ajc-test dir="new" pr="804"
title="aspect static initializers should run before instance constructed"
keywords="tofix">
<compile files="AspectStaticInit.java"/>
<run class="AspectStaticInit"/>
</ajc-test>
</suite>

+ 1
- 11
tests/ajcTestsFailing.xml View File

@@ -2,16 +2,6 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">

<suite>
<!-- This is an open question. Is it better for aspect static initializers
to run before or after the instance is constructed???
-->
<ajc-test dir="new" pr="804"
title="aspect static initializers should run before instance constructed"
keywords="tofix">
<compile files="AspectStaticInit.java"/>
<run class="AspectStaticInit"/>
</ajc-test>
<ajc-test dir="new"
title="incompatible advice throws clause are a compile-time error"
keywords="from-resolved_10x">
@@ -23,7 +13,7 @@
</compile>
</ajc-test>
<ajc-test dir="new"
<ajc-test dir="new" pr="29934"
title="can't apply around advice to the execution of around advice"
keywords="from-resolved_10x">
<compile files="CflowCycles.java"/>

Loading…
Cancel
Save