Skip to main content

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


Alain,

Here is the template.



Hope this helps.

Mathieu Lapensée
Software Verification Developer
IBM - SWG - Rational Division



"Alain Magloire" <alain@xxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx

03/09/2005 06:32 PM

Please respond to
cdt-dev

To
cdt-test-dev@xxxxxxxxxxx
cc
cdt-dev@xxxxxxxxxxx
Subject
[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


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev

CDT 2.0.3 Sanity Report for Build 200502022231

 CDT sanity report

Status

Build can be adopted internally. 

Build Numbers

Component Build Number
Eclipse 3.0.2 20050209
CDT 2.0.3 200502022231

 

Configurations

Operating System Matching JRE
Windows XP SP1 IBM JRE 1.4.2 J9 Sept. 28

 

Sanity Level 1

Test Case Windows Bug Number

1) Create a Project  (Managed C/C++ and Standard C/C++)

Passed  

2) Import a Existing C++ Project into C++ Managed Project

Passed  

3) Build a Managed C/C++ Project

Passed  

4) Run Managed Make Project

Passed  

5) Import Existing C++ Projects

Passed  

6) Build Shell Project

Passed  

7) Debug Standard Make Project (Shell)

Passed  

 

Sanity Level 2

Test Case Windows Bug Number

1) Create Project

Passed  

2) Delete Project

Passed  

3) Import a Project

Passed  

4) Close a Project

Passed  

5) Open a Project

Passed  

6) Class Wizard

Passed  
7) Class Browser Perspective Failed 85284

8) Content for Standard Make Project

Passed  
9) Binary & Error Parsers Passed  
10) Makefile Editor Passed  

11) Content for Managed Make Project

Passed  
12) Open Type Passed  
13) Refactor -> Rename Passed  

14) C/C++ Search

Partial Passed (Old Bug still exists) 65161
15) Context Menu Search Passed  
16) Hyperlink Navigation Passed  

17) C++ Language Highlighting

Passed  
18) Save the Project Passed  
19) Index the Project Passed  

20) Index Error Markers

Passed  
21) Debug Features Partial Passed (Bug Found) 85697
22) Scanner Config Partial Passed (Bug Found) 85287

Non-blocking Issues Found:

85284: [Class Browser] Not seeing std namespace  (Regression from CDT 2.0.2)

85287: [Scanner Config] not updating list of newly found path (was there in CDT 2.0.2)

85697: [Debug] INT Signal not recognized on Windows while debugging

Non-blocking Issues Existing:

65161: [Search] Search from Outline View / C/C++ Project View ignores enclosing namespace  (This has been there since CDT 2.0)


Back to the top