View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026779 | Open CASCADE | OCCT:DRAW | public | 2015-10-15 12:26 | 2016-04-20 15:51 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Target Version | 7.0.0 | Fixed in Version | 7.0.0 | ||
Summary | 0026779: Draw Harness, ViewerTest - vstate output is incorrect for sub-shapes selection without opening local context | ||||
Description | If sub-shape selection without opening local context is activated, vstate does not print information about selected items. | ||||
Steps To Reproduce | pload MODELING VISUALIZATION box b 1 2 3 vclear vclose ALL vinit View1 vaxo vsetdispmode 1 vdisplay b vfit vselmode b 4 1 vselect 300 300 vstate v6.9.0 output: Neutral-point state: b Displayed Detected Type: AIS_Shape (AIS_Shape) Locally selected sub-shapes within b: Face # 2 current master: b Displayed Detected Type: AIS_Shape (AIS_Shape) | ||||
Tags | No tags attached. | ||||
Test case number | bugs vis bug26779 | ||||
|
Branch CR26779 has been created by vpa. SHA-1: 7f50666f2eaf36dd29c0489e734ec54456cf34a6 Detailed log of new commits: Author: vpa Date: Thu Oct 15 19:35:15 2015 +0300 0026779: Draw Harness, ViewerTest - vstate output is incorrect for sub-shapes selection without opening local context - vstate output was corrected to handle parts selection without opened local context; - test case for issue 0026779 |
|
Dear Kirill, the patch in branch CR26779 is ready to be reviewed. |
|
Branch CR26779 has been updated forcibly by vpa. SHA-1: 695b1894a01fa63b2712c6d69bd7cb814670c6b3 |
|
Please test the patch. |
|
Branch CR26779 has been updated forcibly by mkv. SHA-1: 837497dd14a4846d09befa76928d588d5499b2a2 |
|
Dear BugMaster, Branch CR26779 was rebased on current master of occt git-repository. SHA-1: 837497dd14a4846d09befa76928d588d5499b2a2 |
|
Dear BugMaster, Branch CR26779 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode. SHA-1: 837497dd14a4846d09befa76928d588d5499b2a2 Number of compiler warnings: occt component : Linux: 8 (8 on master) Windows: 0 (0 on master) products component : Linux: 39 (39 on master) Windows: 0 (0 on master) Regressions/Differences/Improvements: http://occt-tests/CR26779-master-occt-64/Debian70-64/bugs/vis/bug25230.html http://occt-tests/CR26779-master-occt-64/Windows-64-VC10/bugs/vis/bug25230.html bugs vis bug25230: FAILED http://occt-tests/CR26779-master-occt-64/Debian70-64/bugs/vis/bug25265.html http://occt-tests/CR26779-master-occt-64/Windows-64-VC10/bugs/vis/bug25265.html bugs vis bug25265: FAILED Testing cases: http://occt-tests/CR26779-master-occt-64/Debian70-64/bugs/vis/bug26779.html http://occt-tests/CR26779-master-occt-64/Windows-64-VC10/bugs/vis/bug26779.html bugs vis bug26779: OK Testing on Linux: occt component : Total MEMORY difference: 92387959 / 92246321 [+0.15%] Total CPU difference: 19714.359999999764 / 19656.68999999973 [+0.29%] products component : Total MEMORY difference: 26217710 / 26295062 [-0.29%] Total CPU difference: 7530.299999999989 / 7414.720000000001 [+1.56%] Testing on Windows: occt component : Total MEMORY difference: 58029043 / 58035013 [-0.01%] Total CPU difference: 18365.233325099336 / 17971.174799098968 [+2.19%] products component : Total MEMORY difference: 17155820 / 17161066 [-0.03%] Total CPU difference: 5681.275618199991 / 5653.991043299955 [+0.48%] There are no differences in images found by testdiff. |
|
Dear vpa, Branch CR26779 has been rejected due to: - regressions/differences/improvements |
|
Branch CR26779 has been updated forcibly by vpa. SHA-1: 01986926404cb329befe7a4954c36feb741113b3 |
|
Dear Bugmaster, regressions were fixed. Please, test the updated patch in branch CR26779. |
|
Dear BugMaster, Branch CR26779 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode. SHA-1: 01986926404cb329befe7a4954c36feb741113b3 Number of compiler warnings: occt component : Linux: 8 (8 on master) Windows: 0 (0 on master) products component : Linux: 39 (39 on master) Windows: 0 (0 on master) Regressions/Differences/Improvements: No regressions/differences Testing cases: http://occt-tests/CR26779-master-occt-64/Debian70-64/bugs/vis/bug26779.html http://occt-tests/CR26779-master-occt-64/Windows-64-VC10/bugs/vis/bug26779.html bugs vis bug26779: OK Testing on Linux: occt component : Total MEMORY difference: 92471015 / 92267597 [+0.22%] Total CPU difference: 19706.229999999683 / 19657.53999999973 [+0.25%] products component : Total MEMORY difference: 26253877 / 26295062 [-0.16%] Total CPU difference: 7381.480000000001 / 7414.720000000001 [-0.45%] Testing on Windows: occt component : Total MEMORY difference: 58036631 / 58042636 [-0.01%] Total CPU difference: 17981.00286209883 / 17972.641208498968 [+0.05%] products component : Total MEMORY difference: 17162295 / 17167618 [-0.03%] Total CPU difference: 5538.784304799964 / 5655.301451699955 [-2.06%] There are no differences in images found by testdiff. |
|
Dear BugMaster, Branch CR26779 is TESTED. |
|
Branch CR26779 has been deleted by kgv. SHA-1: 01986926404cb329befe7a4954c36feb741113b3 |
occt: master 23963a92 2015-10-19 14:28:06
Committer: bugmaster Details Diff |
0026779: Draw Harness, ViewerTest - vstate output is incorrect for sub-shapes selection without opening local context - vstate output was corrected to handle parts selection without opened local context; - test case for issue 0026779 |
Affected Issues 0026779 |
|
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
add - tests/bugs/vis/bug26779 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-10-15 12:26 |
|
New Issue | |
2015-10-15 12:26 |
|
Assigned To | => vpa |
2015-10-15 12:26 |
|
Steps to Reproduce Updated | |
2015-10-15 12:26 |
|
Status | new => assigned |
2015-10-15 19:35 | git | Note Added: 0046806 | |
2015-10-15 19:36 |
|
Note Added: 0046807 | |
2015-10-15 19:36 |
|
Assigned To | vpa => kgv |
2015-10-15 19:36 |
|
Status | assigned => resolved |
2015-10-15 19:53 | git | Note Added: 0046809 | |
2015-10-15 19:58 | kgv | Note Added: 0046810 | |
2015-10-15 19:58 | kgv | Assigned To | kgv => bugmaster |
2015-10-15 19:58 | kgv | Status | resolved => reviewed |
2015-10-15 19:58 | kgv | Steps to Reproduce Updated | |
2015-10-15 19:58 | kgv | Product Version | 6.9.1 => |
2015-10-16 12:47 |
|
Assigned To | bugmaster => mkv |
2015-10-16 16:27 | git | Note Added: 0046939 | |
2015-10-19 16:27 |
|
Note Added: 0047195 | |
2015-10-19 16:28 |
|
Note Added: 0047196 | |
2015-10-19 16:28 |
|
Note Added: 0047197 | |
2015-10-19 16:28 |
|
Assigned To | mkv => vpa |
2015-10-19 16:28 |
|
Status | reviewed => assigned |
2015-10-19 16:29 |
|
Test case number | => bugs vis bug26779 |
2015-10-19 17:34 | git | Note Added: 0047199 | |
2015-10-19 17:34 |
|
Status | assigned => resolved |
2015-10-19 17:35 |
|
Note Added: 0047200 | |
2015-10-19 17:35 |
|
Assigned To | vpa => bugmaster |
2015-10-19 17:35 |
|
Status | resolved => reviewed |
2015-10-19 17:44 |
|
Assigned To | bugmaster => mkv |
2015-10-20 15:13 |
|
Note Added: 0047224 | |
2015-10-20 15:14 |
|
Note Added: 0047225 | |
2015-10-20 15:14 |
|
Assigned To | mkv => bugmaster |
2015-10-20 15:14 |
|
Status | reviewed => tested |
2015-10-23 12:30 | bugmaster | Changeset attached | => occt master 23963a92 |
2015-10-23 12:30 | bugmaster | Status | tested => verified |
2015-10-23 12:30 | bugmaster | Resolution | open => fixed |
2016-04-17 14:42 | git | Note Added: 0053223 | |
2016-04-20 15:42 |
|
Fixed in Version | => 7.0.0 |
2016-04-20 15:51 |
|
Status | verified => closed |