Skip to main content

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

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


Back to the top