mbien commented on pull request #3160:
URL: https://github.com/apache/netbeans/pull/3160#issuecomment-918834414
if i replace `:verifier:` with `:hint:` all tests fail on my machine with
e.g:
```
Testcase:
escapeCharTextBlock(org.netbeans.modules.java.hints.jdk.ConvertTextBlockToStringTest):
FAILED
Warning: "3:18-3:21:hint:Text block may not be supported" not found. All
ErrorDescriptions: [3:18-3:21:verifier:Text block may not be supported]
junit.framework.AssertionFailedError: Warning: "3:18-3:21:hint:Text block
may not be supported" not found. All ErrorDescriptions:
[3:18-3:21:verifier:Text block may not be supported]
at
org.netbeans.modules.java.hints.test.api.HintTest$HintOutput.findWarning(HintTest.java:869)
at
org.netbeans.modules.java.hints.jdk.ConvertTextBlockToStringTest.escapeCharTextBlock(ConvertTextBlockToStringTest.java:324)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
```
does travis log more of the junit output? it would be useful to see a stack
trace, instead of only reporting which test class failed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists