Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT 2.1.1 sanity results

Bonjour,
	I'm sending this for James Tan.  Note: we could not find the template to report
the sanity results(Use by Mathieu L.).  Basically James ran the Sanity Level 1(Smoke Test suite) and
the Sanity Test Suite Level 2.

This if for build 2.1.1/I.I200503071047/

There were lots of false negatives, due to assumptions in the tests.
We are planning to update the sanity tests for CDT-3.0.

Problems:
	* The sanity level 2 did highlight a few problems in
	  in C++ Browsing perspective and  OpenType vs Indexer/parser issues... 
	  But those problems can only be address in CDT-3.0(plan item).

	* So the only problem is a NPE in the managedBuilder
		https://bugs.eclipse.org/bugs/show_bug.cgi?id=87535
	  So Leo/Vlad ? can this be fixed ? is it a no go for 2.1.1 ?

Sanity Test:

- Create C/C++ project
	- Build managed project(compile/executes)
	- Stand Make Project (compile/executes)
- Delete a project
- import existing C/C++ project
- close a project
- Open a project
- Class Wizard
- Browsing
- Binary Parsers
- Error Parsers
- Open Type
- Refactor -> Rename
- C/C++ search
- Context Mneu Search
- Hyperlink Navigation
- C/C++ highlighing(CEditor)
- save project
- index a project
- index Error Markers
- Debug Features
	- Debug executable
 		* step
		* breakpoint
- Scanner Config




Back to the top