Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] parameterized tests gdb tests

Yes sorry you either have to change running application or disable Run in UI thread.
These are headless tests and before they used to use special BackgroundRunner but junit4 cannot have multiple runners
so they run on main harness thread.

On Thu, Mar 17, 2016 at 1:13 PM, Marc Dumais <marc.dumais@xxxxxxxxxxxx> wrote:
Hi again,

It seems that the changes break the breakpoint tests, when run as a product (default when right-clicking on test -> run as JUnit Plug-In Test). If I go into the launch configuration and instead chose to run in headless mode, then the test do not freeze and pass normally.




Regards,

Marc


On 03/17/2016 11:41 AM, Marc Dumais wrote:
Hi,

I am having issues with the new tests, on master. When I run locally the gdb 7.11 suite, the suite seems to freezes at test ~246 and following. Eventually the suite proceeds to the next test, with an error.

Anyone else is seeing this? I also noticed that MIBreakpointsTest has a compilation error (a parameter that should be final but isn't - it doesn't seem to help if I fix the issue).





_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top