Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Three broken tests in ajcTests.xml

argh - sorry.

- XLintWarningTest.java checked in
- tests for bug 38134 checked in as knownLimitation
- passing test in ajcTestsFailing.xml moved to ajcTests.xml
  since it is not failing inconsistently at this point.

ajcTests.xml -release passes all tests under 1.3,
and there are no tests in ajcTestsFailing.xml.

Wes

Jim.Hugunin@xxxxxxxx wrote:
I'm getting three test failures when running the harness that appear to be caused by not checking in a required file:

------------  FAIL: valid XLintWarningTest file, default level of warning()
--- result: true
--- messages MessageHolder: (1 debug) (1 fail) (1 abort) [debug 0]: debug null run 0 from valid XLintWarningTest file, default level of warning() [fail 0]: fail cannot read C:\aspectj\eclipse\workspace\tests\harness\XLintWarningTest.java [abort 0]: abort getting run for child of "valid XLintWarningTest file, default level of warning()" child "CompilerRun.Spec AjdtCommand(1 paths 1 messages)".makeRunIterator(..) returned null
------------  FAIL: XLint:ignore suppresses XLint warnings()
--- result: true
--- messages MessageHolder: (1 debug) (1 fail) (1 abort) [debug 0]: debug null run 0 from XLint:ignore suppresses XLint warnings() [fail 0]: fail cannot read C:\aspectj\eclipse\workspace\tests\harness\XLintWarningTest.java [abort 0]: abort getting run for child of "XLint:ignore suppresses XLint warnings()" child "CompilerRun.Spec AjdtCommand(1 options 1 paths)".makeRunIterator(..) returned null
------------  FAIL: XLint:error promotes XLint warnings to error()
--- result: true
--- messages MessageHolder: (1 debug) (1 fail) (1 abort) [debug 0]: debug null run 0 from XLint:error promotes XLint warnings to error() [fail 0]: fail cannot read C:\aspectj\eclipse\workspace\tests\harness\XLintWarningTest.java [abort 0]: abort getting run for child of "XLint:error promotes XLint warnings to error()" child "CompilerRun.Spec AjdtCommand(1 options 1 paths 1 messages)".makeRunIterator(..) returned null
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-dev




Back to the top