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
composable_kernel
Commits
0cf8b552
Commit
0cf8b552
authored
Aug 22, 2022
by
Adam Osewski
Browse files
Disable BitwiseRepresentation UT.
parent
5212fb44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/data_type/int4.cpp
test/data_type/int4.cpp
+1
-1
No files found.
test/data_type/int4.cpp
View file @
0cf8b552
...
@@ -124,7 +124,7 @@ TEST(Int4, DISABLED_CopyAsI8NegativeValue)
...
@@ -124,7 +124,7 @@ TEST(Int4, DISABLED_CopyAsI8NegativeValue)
}
}
}
}
TEST
(
Int4
,
BitwiseRepresentation
)
TEST
(
Int4
,
DISABLED_
BitwiseRepresentation
)
{
{
using
bit8_t
=
std
::
bitset
<
8
>
;
using
bit8_t
=
std
::
bitset
<
8
>
;
...
...
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