Community
Participate
Working Groups
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
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.
Applied to cdt_7_0 and HEAD.
*** cdt cvs genie on behalf of crecoskie *** Bug 324339 - Two recent UPC parser test failures in the cdt build are not applicable to UPC language. [*] UPCTests.java 1.4.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.tests/src/org/eclipse/cdt/core/parser/upc/tests/UPCTests.java?root=Tools_Project&r1=1.4&r2=1.4.2.1 [*] UPCTests.java 1.5 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.tests/src/org/eclipse/cdt/core/parser/upc/tests/UPCTests.java?root=Tools_Project&r1=1.4&r2=1.5