1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

85 commits

Author SHA1 Message Date
Marc-Andre Laperle
97079f6ad0 Add missing arg for jacoco in in tests. Update jacoco.
Jacoco arguments are missing when executing certain tests. This happens when
argLine is being overriden. We had the same problem in Linux Tools. We solved
it by prepending the argLine with ${tycho.testArgLine}. This should help
improving the Code coverage metric in Sonar.

Also update the jacoco version to fix a bug when building with Java 8.

Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/32507
Tested-by: Hudson CI
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-08-28 15:40:26 -04:00
Sergey Prigogin
d8154bd340 Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
Sergey Prigogin
774de9a0ea Cosmetics. 2014-05-08 20:10:01 -07:00
Sergey Prigogin
ffa470ee1a Improved consistency of test method names. 2014-02-10 20:12:55 -08:00
Sergey Prigogin
1d166260a8 Bumped up CDT version to 8.4.
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55
Reviewed-on: https://git.eclipse.org/r/20908
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21 17:35:29 -05:00
Marc-Andre Laperle
9e3bca14b5 Bug 353281 - Content assist for designated initializers, additional fix
Change-Id: I534f074f1308f03f341838c87096ef09e3c166a2
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/20094
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Hudson CI
2013-12-20 20:33:20 -05:00
Thomas Corbat
830c09b3be Bug 412380 Fix for LRParser Tests
Change-Id: I5567cebbace02efe038076ebaf6193308fa5289f
Reviewed-on: https://git.eclipse.org/r/16880
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
2013-09-30 14:31:11 -04:00
Andrew Gvozdev
652ce4748e Fixed parent pom version to reference 2013-08-27 15:16:24 -04:00
Sergey Prigogin
e91740f2eb Cosmetics. 2013-05-22 21:01:14 -07:00
Sergey Prigogin
b7f27c70ca Cosmetics. 2013-05-07 20:34:20 -07:00
Sergey Prigogin
4346a7377f Renamed few classes to distinguish tests from their base classes. 2013-01-23 11:36:51 -08:00
Sergey Prigogin
aefea16bcf Fixed compilation errors. 2012-12-28 14:08:36 -08:00
Sergey Prigogin
3b7da721b6 Bug 367993 - Error due to CDT not recognizing compiler built-ins like
__is_pod.
2012-08-22 11:17:11 -07:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Chris Recoskie
980e5237e0 Bug 357858 - Override some unsupported test cases in LR parser test
suite in head stream
2011-09-15 15:53:48 -04:00
Doug Schaefer
6eff5311d7 More tests for the Maven build. 2011-06-29 14:30:07 -04:00
Vivian Kong
df7434c2bc Bug 348426 - Disable failed test cases in LR parser that are inherited from CDT DOM Parser test for John Liu 2011-06-06 15:55:20 +00:00
Chris Recoskie
35bb3c2833 Bug 328867 - Override some C++ 0x test cases in LR parser test suite in head stream 2011-03-09 21:42:11 +00:00
Doug Schaefer
8ed19fb591 Fix build error caused by deletion in superclass. 2011-03-03 19:16:01 +00:00
Markus Schorn
b17869ff74 Fix some LR-parser test-failures. 2011-01-27 09:29:03 +00:00
James Blackburn
7759bde483 Bug 328867 - Override some C++ 0x test cases in LR parser test suite in head stream 2011-01-26 18:53:12 +00:00
Markus Schorn
e407a37b43 Bug 326900: Remove overridden tests no longer part of template tests. 2010-10-05 07:54:40 +00:00
Chris Recoskie
3712f8e971 Bug 324324 - The LR Parser test utility function getCompletionNode gets a wrong offset. 2010-09-02 18:45:34 +00:00
Mike Kucera
61ce9c0dcd Bug 318011 - Invalid project name in org.eclipse.cdt.core.lrparser .project 2010-08-06 01:28:31 +00:00
Vivian Kong
9697941eec Bug 315435 Fix the regression test failures in cdt70 - for John Liu 2010-06-03 20:00:42 +00:00
Vivian Kong
9a346521e2 Bug 315439 Fix up copyright 2010-06-03 16:48:25 +00:00
Vivian Kong
0890f7c49e Bug 315435 Fix the regression test failures in cdt70 2010-06-02 19:35:43 +00:00
Vivian Kong
1b93077911 Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-catch and do-while(head stream) - fix by John Liu 2010-05-12 17:19:17 +00:00
Vivian Kong
79b44437a2 update copyrights 2009-05-26 21:34:15 +00:00
Vivian Kong
afdcaeb52e Update provider name 2009-05-14 21:14:07 +00:00
Mike Kucera
f1841fc08a [276360] [LR Parser] CCE when parsing abstract declarator 2009-05-14 19:55:26 +00:00
Markus Schorn
4f634fd923 Argument deduction from class instances, bug 272848. 2009-04-28 15:52:25 +00:00
Mike Kucera
c1b63e8085 [273347] [XLC Parser] improve testing 2009-04-22 21:29:23 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Mike Kucera
ba9a7cbcfd added support for nested functions GNU extension to LR parser, added tests suites 2009-04-01 15:03:01 +00:00
Mike Kucera
bf4ea7fcca support gnu extensions to template instantiations 2009-02-06 22:02:50 +00:00
Mike Kucera
caae636bc1 added support for restrict to GNU C++ 2009-02-05 21:57:43 +00:00
Mike Kucera
018af1b16c GNU extensions: Optional positive expression in conditional expression (bug 212905). Case ranges (bug 211882). Compound statement expressions (bug 226274). 2009-02-03 19:26:15 +00:00
Mike Kucera
e314072063 support for GCC array range designators, renamed some packages 2009-01-15 22:04:14 +00:00
Mike Kucera
abbbe44a24 fix bug 226121 for LR parsers, support for asm labels 2009-01-13 22:51:08 +00:00
Mike Kucera
07a63ee282 started adding support for GNU extensions to LR parsers 2009-01-13 20:28:15 +00:00
Vivian Kong
fb0cf15e02 update version numbers to align with feature 2009-01-09 19:24:59 +00:00
Mike Kucera
7e5f7b1f20 removed call to setSignature() 2009-01-09 15:45:24 +00:00
Mike Kucera
4709306442 fixed handling of ambiguous new expressions in LR parser 2009-01-08 20:13:20 +00:00
Mike Kucera
d76a1d0722 better handling of syntax errors in declarations for LR parser 2009-01-07 19:34:38 +00:00
Mike Kucera
cfa1a4f42e Added ability to pass ILanguage options to LR parser, refactored ParseHelper, partial fix for bug 253690 2009-01-02 14:58:24 +00:00
Markus Schorn
8152453880 Correct modeling of template-scopes, bug 237026. 2008-07-31 13:09:50 +00:00