Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
62ab25fc
Commit
62ab25fc
authored
Mar 08, 2019
by
Paul
Browse files
Formatting
parent
2c9f9c48
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
test/schedule_test.cpp
test/schedule_test.cpp
+13
-8
No files found.
test/schedule_test.cpp
View file @
62ab25fc
...
@@ -648,7 +648,9 @@ TEST_CASE(inner_split1)
...
@@ -648,7 +648,9 @@ TEST_CASE(inner_split1)
EXPECT
(
t
.
get_stream
(
output
)
==
0
);
EXPECT
(
t
.
get_stream
(
output
)
==
0
);
EXPECT
(
get_wait_for
(
output
)
==
EXPECT
(
get_wait_for
(
output
)
==
get_wait_for
(
t
.
get_stream
(
output
),
{
t
.
get_stream
(
c1
.
back
()),
t
.
get_stream
(
i1
),
t
.
get_stream
(
s1
),
t
.
get_stream
(
s2
)}));
get_wait_for
(
t
.
get_stream
(
output
),
{
t
.
get_stream
(
c1
.
back
()),
t
.
get_stream
(
i1
),
t
.
get_stream
(
s1
),
t
.
get_stream
(
s2
)}));
check_conflicts
(
p
,
{
c1
,
{
i1
},
{
s1
},
{
s2
}});
check_conflicts
(
p
,
{
c1
,
{
i1
},
{
s1
},
{
s2
}});
}
}
...
@@ -670,8 +672,11 @@ TEST_CASE(inner_split2)
...
@@ -670,8 +672,11 @@ TEST_CASE(inner_split2)
EXPECT
(
t
.
get_stream
(
s1
.
back
())
!=
t
.
get_stream
(
s2
.
back
()));
EXPECT
(
t
.
get_stream
(
s1
.
back
())
!=
t
.
get_stream
(
s2
.
back
()));
EXPECT
(
t
.
get_stream
(
output
)
==
0
);
EXPECT
(
t
.
get_stream
(
output
)
==
0
);
EXPECT
(
get_wait_for
(
output
)
==
EXPECT
(
get_wait_for
(
output
)
==
get_wait_for
(
t
.
get_stream
(
output
),
get_wait_for
(
t
.
get_stream
(
output
),
{
t
.
get_stream
(
c1
.
back
()),
t
.
get_stream
(
i1
),
t
.
get_stream
(
s1
.
back
()),
t
.
get_stream
(
s2
.
back
())}));
{
t
.
get_stream
(
c1
.
back
()),
t
.
get_stream
(
i1
),
t
.
get_stream
(
s1
.
back
()),
t
.
get_stream
(
s2
.
back
())}));
check_conflicts
(
p
,
{
c1
,
{
i1
},
s1
,
s2
});
check_conflicts
(
p
,
{
c1
,
{
i1
},
s1
,
s2
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment