Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324339

Summary: Two recent UPC parser test failures in the cdt build are not applicable to UPC language.
Product: [Tools] CDT Reporter: John Liu <john_ws_liu>
Component: cdt-parserAssignee: Chris Recoskie <recoskie>
Status: RESOLVED FIXED QA Contact: Mike Kucera <mikekucera>
Severity: normal    
Priority: P3 CC: cdt-parser-inbox, recoskie
Version: 7.0   
Target Milestone: 7.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
a patch applied to org.eclipse.cdt.core.parser.upc.tests recoskie: iplog+

Description John Liu CLA 2010-09-02 14:30:28 EDT
Build Identifier: 

Two recent UPC parser test failures in the cdt build, https://build.eclipse.org/hudson/job/cdt-release/37/testReport/? are not applicable to UPC language.

UPC extends from C99, which doesn't include some GNU extending features such as "typeof", these two test failures involve the code contains "typeof", so they should be excluded from UPC parser test.

Reproducible: Always
Comment 1 John Liu CLA 2010-09-02 14:37:56 EDT
Created attachment 178083 [details]
a patch applied to org.eclipse.cdt.core.parser.upc.tests

The patch will target to cdt_4_0 and head stream.
Comment 2 Chris Recoskie CLA 2010-09-02 14:55:23 EDT
Applied to cdt_7_0 and HEAD.