This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256829 - Regression : 'rerun failed" button is KO
Summary: Regression : 'rerun failed" button is KO
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 8.2
Hardware: PC All
: P1 normal with 3 votes (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 07:57 UTC by dan_grenoble
Modified: 2017-03-27 12:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Simple Junit Example (20.12 KB, application/x-zip-compressed)
2017-03-09 15:53 UTC, dan_grenoble
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dan_grenoble 2015-11-27 07:57:45 UTC

    
Comment 1 dan_grenoble 2015-11-27 07:58:53 UTC
Just play some junit test : if one is failed, try to "rerun failed" : nothing happens!
Comment 2 matthies 2016-04-18 14:00:45 UTC
This is a serious productivity regression, should definitively be fixed ASAP.
Comment 3 dan_grenoble 2016-04-21 14:37:32 UTC
Yes. Just blocking !
and the 8.0.2 is leaking memory... but we can live with it.
When do you plan to deliver a fix for Netbeans 8.1 ?
Comment 4 bht 2016-08-07 06:21:04 UTC
Hi,

I am a NetBeans user not NetBeans developer.

According to http://wiki.netbeans.org/BugPriorityGuidelines this is a P3.

As a test case, I tried the sample project from https://netbeans.org/kb/docs/java/junit-intro.html

The workaround would be 1) re-test the current scope, 2) re-test an entire package.

I tried to re-run individual failing tests from the context menu of the test, but that failed.

So I would recommend to use the sample project for verification to get more out of this bug, perhaps fixing the sample project.
Comment 5 dan_grenoble 2016-10-03 09:42:32 UTC
Still KO in 8.2RC!!!
Comment 6 dan_grenoble 2016-11-15 10:16:34 UTC
Still KO in 8.2 with the message: 
"You may only execute Ant scripts residing on disk."

It's really blocking. 
Are you able to reproduce ?
Comment 7 dan_grenoble 2017-03-09 15:53:54 UTC
Created attachment 163806 [details]
Simple Junit Example
Comment 8 Martin Balin 2017-03-27 12:58:46 UTC
Still reproducible in NB9 daily dev builds with sample provided.