-
Notifications
You must be signed in to change notification settings - Fork 4
RDKEMW-9552 : improve l1 tests hdmi cec source #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
RDKEMW-9552 : improve l1 tests hdmi cec source #288
Conversation
Signed-off-by: Kirubagaran Jayaraman <[email protected]>
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
…Improve-L1-Tests-HdmiCecSource
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
| Plugin::HdmiCecSourceProcessor proc(Connection::getInstance()); | ||
|
|
||
| EXPECT_NO_THROW(proc.process(featureAbort, header)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity Issue - Uninitialized pointer read
Using uninitialized value "reason.impl" when calling "FeatureAbort".
High Impact, CWE-457
UNINIT
RDKEMW-9552 : improve l1 tests hdmi cec source
Test run