Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!323
Resolve "New data structure for storing stateblocks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "New data structure for storing stateblocks"
256-new-data-structure-for-storing-stateblocks
into
devel
Overview
0
Commits
47
Pipelines
28
Changes
1
Merged
Joan Solà Ortega
requested to merge
256-new-data-structure-for-storing-stateblocks
into
devel
5 years ago
Overview
0
Commits
47
Pipelines
28
Changes
1
Expand
Closes
#256 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
01e1a948
Prev
Next
Show latest version
1 file
+
3
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
01e1a948
WIP chasing segfault in gtest_frame_base
· 01e1a948
Joan Solà Ortega
authored
5 years ago
test/gtest_frame_base.cpp
+
3
−
1
Options
@@ -85,8 +85,10 @@ TEST(FrameBase, LinksToTree)
@@ -85,8 +85,10 @@ TEST(FrameBase, LinksToTree)
// tree is inconsistent since we are missing the constrained_by link
// tree is inconsistent since we are missing the constrained_by link
// ASSERT_FALSE(P->check(0));
// ASSERT_FALSE(P->check(0));
P
->
print
(
4
,
1
,
1
,
1
);
// tree is now consistent
// tree is now consistent
ASSERT_TRUE
(
P
->
check
(
0
));
ASSERT_TRUE
(
P
->
check
(
1
));
// F1 has one capture and no factors-by
// F1 has one capture and no factors-by
ASSERT_FALSE
(
F1
->
getCaptureList
().
empty
());
ASSERT_FALSE
(
F1
->
getCaptureList
().
empty
());
Loading