1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

20923 commits

Author SHA1 Message Date
Sergey Prigogin
cace4b374b Normalized extension point labels. 2012-08-24 10:14:48 -07:00
Sergey Prigogin
7e16142beb Bug 387985 - Type at refactoringHideMethod.label in
org.eclipse.cdt.ui/plugin.properties
2012-08-24 10:13:58 -07:00
Sergey Prigogin
c4e80e62a2 Revert "Allow unreliable tests to be avoided"
This reverts commit 1bd247ce3d.
2012-08-24 10:12:55 -07:00
Andrew Gvozdev
cb6f2c2947 bug 387730: Better failure message in the unit test 2012-08-24 11:55:52 -04:00
John Cortell
50cbcd2c21 correct comment and add the UPCParser test suite to the unreliable bucket. 2012-08-23 22:16:52 -05:00
John Cortell
dd605da495 Problem with cygwin test was due to incomplete cygwin install 2012-08-23 19:42:46 -05:00
Andrew Gvozdev
266447957f bug 387729: GCCScannerInfoConsoleParserTests fails consistently for me 2012-08-23 16:04:28 -04:00
Sergey Prigogin
7f6c8f1f3e Changed Message classes to have package visibility 2012-08-23 10:51:18 -07:00
Sergey Prigogin
b038dd16cf Code cleanup. 2012-08-23 10:24:25 -07:00
Sergey Prigogin
737b5c6949 Removed public visibility from the Messages class. 2012-08-23 10:23:44 -07:00
Sergey Prigogin
c7abf5ab17 Delete the created project as part of test tear down. 2012-08-22 16:54:09 -07:00
Sergey Prigogin
8cf9278d6f Cosmetics. 2012-08-22 16:53:11 -07:00
Sergey Prigogin
6b3627d0f4 Added synchronization on fTaskQueue to PDOMManager.isIndexerIdle() 2012-08-22 16:53:00 -07:00
Sergey Prigogin
4f739bda84 Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy. 2012-08-22 16:52:05 -07:00
John Cortell
82a89c35ed BaseUITestCase.waitForIndexer() intermittently throws exception 2012-08-22 15:12:26 -05:00
Sergey Prigogin
ab22bbda2d Cosmetics. 2012-08-22 12:13:04 -07: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
9587961176 Cosmetics. 2012-08-22 11:16:22 -07:00
Sergey Prigogin
e430e7f6b4 Code streamlining. 2012-08-22 11:15:58 -07:00
John Cortell
1bd247ce3d Allow unreliable tests to be avoided 2012-08-21 13:06:29 -05:00
John Cortell
4cd4f018a2 Fix BaseUITestCase.checkTreeNode(); causing intermittent test failures 2012-08-21 13:01:11 -05:00
Vivian Kong
21b42beb1f Bug 387428 - NPE in RefreshScopeManager 2012-08-21 13:00:26 -04:00
Sergey Prigogin
712d9b86d5 Bug 387560. Fix and test case. 2012-08-19 19:26:49 -07:00
Sergey Prigogin
3338b03653 Cosmetics. 2012-08-19 19:26:25 -07:00
Sergey Prigogin
6016312946 Further simplification of PDOMManager.joinIndexer method. 2012-08-19 19:24:44 -07:00
Sergey Prigogin
daa4ee9838 Simpler and more robust implementation of PDOMManager.joinIndexer
method.
2012-08-19 17:16:10 -07:00
Thomas Corbat
6cb90b0eb6 Bug 380141 - Support for Extended Friend Declarations
Syntactic recognition of extended friend declarations. Approach is to
allow declarations to have no declarator if they are named type
specifiers and have friend as a declaration specifier.

Change-Id: Id49afaadc4fd8b1cd10b398977ca6db252a9e799
2012-08-18 20:04:46 -07:00
Sergey Prigogin
fa72bc94a0 Cosmetics. 2012-08-18 20:04:37 -07:00
John Cortell
116c4cf1f6 Bug 387507 - PDOMManager.joinIndexer() can wrongly return false
Change-Id: Iebe3bb8840ea4b27bb2624a0526cf0f0f6ac0669
Reviewed-on: https://git.eclipse.org/r/7281
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-08-17 22:33:55 -04:00
Sergey Prigogin
e5e3a9abc6 Bug 327300. Parsing support for noexcept operators and noexcept
specifications in function declarators.
2012-08-17 10:51:58 -07:00
Sergey Prigogin
48c8b4779e Cosmetics. 2012-08-17 10:51:07 -07:00
John Cortell
5784926857 Fix bug in test utility resulting in intermittent failures 2012-08-17 11:45:54 -05:00
John Cortell
fd0887f7bc adjust memory params to avoid out of memory 2012-08-16 16:23:05 -05:00
John Cortell
370175a05c debug tests show generic junit.gramework.TestSuite name in test result 2012-08-16 16:07:28 -05:00
John Cortell
34f71e2703 Remove duplicates 2012-08-16 14:56:13 -05:00
John Cortell
d255f280f5 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:16:31 -05:00
John Cortell
39b2c3d785 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:11:27 -05:00
John Cortell
69eae6b783 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:11:27 -05:00
John Cortell
f411c86433 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:11:26 -05:00
John Cortell
4af50b5ddd Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:11:26 -05:00
John Cortell
3155cf079a Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:11:26 -05:00
John Cortell
7909c3d9da Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:09:00 -05:00
John Cortell
b7f9c91e31 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:53 -05:00
John Cortell
720543d2fa Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:44 -05:00
John Cortell
af5fb6d74b Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:36 -05:00
John Cortell
4e8cb79da0 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:29 -05:00
John Cortell
c44a241d41 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:17 -05:00
John Cortell
4f32f1e7f5 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:08 -05:00
John Cortell
6bad6994de Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:07:41 -05:00
John Cortell
61f5f1d3cb Add master test suite for conveniently running all junit3 tests in CDT:wq 2012-08-16 14:05:25 -05:00