Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Noric Couderc
JBrainy
Commits
f6bf9a48
Commit
f6bf9a48
authored
Nov 30, 2021
by
Noric Couderc
Browse files
Deleted test that didn't work anymore
The unsupported events are just dropped now.
parent
c7e894de
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/test/kotlin/EventSetBuilderTest.kt
View file @
f6bf9a48
...
...
@@ -88,13 +88,4 @@ class EventSetBuilderTest {
Assertions
.
assertEquals
(
expected
.
toSet
(),
builder
.
getCounterSet
())
}
// @Disabled("PAPI_L1_DCA is not available on the machine")
@Test
fun
testEventBuildInvalidEvents
()
{
val
spec
=
FeatureSet
()
// Oh no! empty list of PAPI events!
val
builder
=
EventSetBuilder
(
spec
)
Assertions
.
assertThrows
(
RuntimeException
::
class
.
java
)
{
spec
.
accept
(
builder
)
}
}
}
\ No newline at end of file
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