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 219119 - Using Rerun Failed Button Causes Rerun Button to Only Rerun Failed Test
Summary: Using Rerun Failed Button Causes Rerun Button to Only Rerun Failed Test
Status: RESOLVED INVALID
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 15:56 UTC by MackSix
Modified: 2013-06-28 08:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2012-09-27 15:56:37 UTC
Using the Rerun Failed Button causes use of the Rerun Button to only Rerun failed tests.

Workaround: Run Tests from Project or File context menu (or Ctrl + F6) again.
Comment 1 MackSix 2012-09-27 16:00:49 UTC
Product Version: NetBeans IDE 7.3 Beta (Build 201209232010)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 2 Theofanis Oikonomou 2013-06-28 08:57:03 UTC
Say you test your project that has 5 tests, 2 of them failing and 3 passing. If you press the Rerun failed tests button in the Test Results Window then only the 2 tests will be run (failing again). If you then press the Rerun button then the last set of tests will only be run. This is as designed.