Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324339 - Two recent UPC parser test failures in the cdt build are not applicable to UPC language.
Summary: Two recent UPC parser test failures in the cdt build are not applicable to UP...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 7.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 7.0.1   Edit
Assignee: Chris Recoskie CLA
QA Contact: Mike Kucera CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-02 14:30 EDT by John Liu CLA
Modified: 2010-09-02 15:23 EDT (History)
2 users (show)

See Also:


Attachments
a patch applied to org.eclipse.cdt.core.parser.upc.tests (1.23 KB, text/plain)
2010-09-02 14:37 EDT, John Liu CLA
recoskie: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
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.