Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Hudson with @Ignore

Hi everyone,

 

I was wondering why some tests didn’t failed for this bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=430701

 

It’s a simple copy/paste launching an exception only for linux/mac platform.

I was pretty confident with this Hudson report :

 

But when I looked in the TestCopyGraphicallyPasteBlock class, I found an @Ignore on each test.

@Ignore("The test implementation is not compatible with Eclipse 4.2")

 

Here are my questions :

-          Is there a way to show skipped tests in yellow in Hudson/Jenkins ? (I tried to update Ant to the last version but it’s not working)

-          If not, maybe it’s best to comment tests instead of @Ignore to avoid misleading information ?

 

Regards

Benoit Maggi

 


Back to the top