This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243624 - inaccuracy tests: regression in Python
Summary: inaccuracy tests: regression in Python
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 09:16 UTC by soldatov
Modified: 2014-04-24 02:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (93.61 KB, image/png)
2014-04-07 09:19 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-04-07 09:16:46 UTC
Before 2014/03/25 (77 invalid identifiers):
===>Name = Python-3.3.1, Files = 424, Errors = 0, Warnings = 0, Invalid identifiers = 77, Expected failures = 0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Errors (Internal API) = 91, Lines = 399171, 1000.0*Invalid identifiers/Lines = 0.2, 100*Files with errors/All files = 2.13

Now (566 invalid identifiers):
===>Name = Python-3.3.1, Files = 424, Errors = 0, Warnings = 0, Invalid identifiers = 566, Expected failures = 0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Errors (Internal API) = 1065, Lines = 399171, 1000.0*Invalid identifiers/Lines = 1.42, 100*Files with errors/All files = 3.07

For example (Python-3.3.1/Modules/cjkcodecs/mappings_cn.h):
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 627 Unable to resolve identifier __gbkext_decmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 1758 Unable to resolve identifier __gbkext_decmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 1759 Unable to resolve identifier __gbkext_decmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 1760 Unable to resolve identifier __gbkext_decmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 1761 Unable to resolve identifier __gbkext_decmap.
....................
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 1804 Unable to resolve identifier __gbkext_decmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 1805 Unable to resolve identifier __gbkext_decmap.
...
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 3576 Unable to resolve identifier __gbcommon_encmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 3586 Unable to resolve identifier __gbcommon_encmap.
< Python-3.3.1/Modules/cjkcodecs/mappings_cn.h 3587 Unable to resolve identifier __gbcommon_encmap.
Comment 1 soldatov 2014-04-07 09:19:25 UTC
Created attachment 146597 [details]
screenshot
Comment 3 Quality Engineering 2014-04-08 06:09:44 UTC
Integrated into 'main-silver', will be available in build *201404080419* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/74176f82e72e
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #Bug 243624 - inaccuracy tests: regression in Python
Comment 4 soldatov 2014-04-09 22:06:10 UTC
verified in latest build
Comment 5 Quality Engineering 2014-04-24 02:08:35 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/27606051754c
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #Bug 243624 - inaccuracy tests: regression in Python
(transplanted from 74176f82e72e1b400916b44b930336bbd88076e4)