소스 검색

335682

tags/V1_6_11RC1
aclement 13 년 전
부모
커밋
5270506186

BIN
tests/bugs1611/pr335682/case2.jar 파일 보기


BIN
tests/bugs1611/pr335682/case2_source.zip 파일 보기


BIN
tests/bugs1611/pr335682/case3.jar 파일 보기


BIN
tests/bugs1611/pr335682/case3_source.zip 파일 보기


BIN
tests/bugs1611/pr335682/case5.jar 파일 보기


BIN
tests/bugs1611/pr335682/case5_source.zip 파일 보기


+ 12
- 0
tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java 파일 보기

runTest("pr335682"); runTest("pr335682");
} }


public void testDeserialization_335682_2() {
runTest("pr335682 - 2");
}

public void testDeserialization_335682_3() {
runTest("pr335682 - 3");
}

public void testDeserialization_335682_5() {
runTest("pr335682 - 5");
}

public void testNPEAddSerialVersionUID_bug335783() { public void testNPEAddSerialVersionUID_bug335783() {
runTest("pr335783"); runTest("pr335783");
} }

+ 16
- 3
tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml 파일 보기



<suite> <suite>


<ajc-test dir="bugs1611/pr335682" title="pr335682">
<compile inpath="foo.jar" outjar="bar.jar"/>
</ajc-test>
<ajc-test dir="bugs1611/pr335682" title="pr335682">
<compile inpath="foo.jar" outjar="bar.jar"/>
</ajc-test>

<ajc-test dir="bugs1611/pr335682" title="pr335682 - 2">
<compile inpath="case2.jar" outjar="bar.jar"/>
</ajc-test>
<ajc-test dir="bugs1611/pr335682" title="pr335682 - 3">
<compile inpath="case3.jar" outjar="bar.jar"/>
</ajc-test>
<ajc-test dir="bugs1611/pr335682" title="pr335682 - 5">
<compile inpath="case5.jar" outjar="bar.jar"/>
</ajc-test>

<ajc-test dir="bugs1611/pr335783" title="pr335783"> <ajc-test dir="bugs1611/pr335783" title="pr335783">
<compile files="A.java" options="-1.5"/> <compile files="A.java" options="-1.5"/>
<compile files="X.aj" options="-1.5 -Xlint:ignore" /> <compile files="X.aj" options="-1.5 -Xlint:ignore" />

Loading…
취소
저장