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 255877 - Failing org.netbeans.modules.cnd.modelimpl.trace.FileModel3Tes
Summary: Failing org.netbeans.modules.cnd.modelimpl.trace.FileModel3Tes
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: 81_HR_FIX, REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2015-10-12 13:17 UTC by Jiri Skrivanek
Modified: 2015-10-16 11:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2015-10-12 13:17:57 UTC
Please, fix failing 

org.netbeans.modules.cnd.modelimpl.trace.FileModel3Test.test_cross_inclusionA
org.netbeans.modules.cnd.modelimpl.trace.FileModel3Test.test_cross_inclusionB

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport
Comment 1 Vladimir Voskresensky 2015-10-12 13:36:36 UTC
http://hg.netbeans.org/cnd-main/rev/56189230474b
Comment 2 henk89 2015-10-12 16:54:22 UTC
cnd-test-winxp#12020 shows that everything is OK
Comment 3 Quality Engineering 2015-10-13 01:33:26 UTC
Integrated into 'main-silver', will be available in build *201510130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/56189230474b
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #255877 - Failing org.netbeans.modules.cnd.modelimpl.trace.FileModel3Tes
- revert to use default slashes
Comment 4 Jiri Skrivanek 2015-10-13 07:17:17 UTC
The test does not fail in 8.1 so far. Is it necessary to put this fix to release81 branch?
Comment 5 Vladimir Voskresensky 2015-10-13 07:58:00 UTC
(In reply to Jiri Skrivanek from comment #4)
> The test does not fail in 8.1 so far. Is it necessary to put this fix to
> release81 branch?
Jiri, yes it is necessary, because it fails as the result of fix for another candidate which was present only in trunk (so if we would integrate only the second one without this one the test would fail in RC2)
Comment 6 ilia 2015-10-13 14:43:15 UTC
Transplanted to releases:
  http://hg.netbeans.org/releases/rev/4a9c3dd5eeed [fixed #255877 - Failing org.netbeans.modules.cnd.modelimpl.trace.FileModel3Tes]
Comment 7 Jiri Skrivanek 2015-10-16 11:41:03 UTC
Verified. Thanks.