Skip to content

Conversation

@JeniferC99
Copy link
Collaborator

Copilot AI review requested due to automatic review settings October 30, 2025 00:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables four test cases across two test files by adding the DISABLED_ prefix to their test names. The tests are being temporarily disabled, likely due to flakiness or environment-specific issues that need to be addressed separately.

  • Disabled three tracer tests in tracer_gtest.cpp
  • Disabled one profiler test in profiler_gtest.cpp

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
projects/rocprofiler/tests-v2/featuretests/tracer/tracer_gtest.cpp Disabled three test cases: function name matching, kernel duration validation, and end time comparison
projects/rocprofiler/tests-v2/featuretests/profiler/profiler_gtest.cpp Disabled one test case for kernel number validation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

// Test:4 Compares end-time is greater than start-time in current
// tracer output
TEST_F(HelloWorldTest, WhenRunningTracerWithAppThenEndTimeIsGreaterThenStartTime) {
TEST_F(HelloWorldTest, DISABLED_WhenRunningTracerWithAppThenEndTimeIsGreaterThenStartTime) {
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'Then' to 'Than' in test name. The test name should be 'EndTimeIsGreaterThanStartTime' not 'EndTimeIsGreaterThenStartTime'.

Suggested change
TEST_F(HelloWorldTest, DISABLED_WhenRunningTracerWithAppThenEndTimeIsGreaterThenStartTime) {
TEST_F(HelloWorldTest, DISABLED_WhenRunningTracerWithAppThenEndTimeIsGreaterThanStartTime) {

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants