History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2924
Type: New Feature New Feature
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Steve Luo
Reporter: ridha Tiliouine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

use error number to define failure condition in valgrind plugin

Created: 09/Mar/17 05:09 PM   Updated: 14/Feb/18 11:43 AM
Component/s: None
Affects Version/s: 7.0.7
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Hi

Could you please add support of error number to define the failure condition in valgrind plugin

example :

current.errors > 0


Thanks


 All   Comments   Work Log   Change History      Sort Order:
Steve Luo [12/Mar/17 12:45 PM]
current.errors is already included. I can use your expression as the failure condition without any problem:

current.errors > 0




Steve Luo [14/Feb/18 11:43 AM]
Already existed