Skip to content
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

Simplify and organize gdb tests #1224

Merged
merged 11 commits into from
Mar 22, 2024
Merged

Conversation

roxx30198
Copy link
Contributor

@roxx30198 roxx30198 commented Nov 18, 2023

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • If this PR is a work in progress, are you filing the PR as a draft?

Corrected the currently failing tests in tests/debugging also improved examples code.
Closes: #1216

@roxx30198 roxx30198 self-assigned this Nov 18, 2023
@roxx30198 roxx30198 added the tests Related to test suite or test run infrastructure label Nov 18, 2023
@roxx30198 roxx30198 marked this pull request as draft November 20, 2023 16:08
@roxx30198 roxx30198 force-pushed the tests_gdb branch 10 times, most recently from 817e780 to c191a70 Compare November 25, 2023 02:25
@roxx30198 roxx30198 force-pushed the tests_gdb branch 2 times, most recently from a728d43 to c1d85f3 Compare November 30, 2023 18:54
@roxx30198 roxx30198 marked this pull request as ready for review November 30, 2023 18:57
@roxx30198 roxx30198 force-pushed the tests_gdb branch 2 times, most recently from 5467fee to cc98013 Compare November 30, 2023 21:28
@roxx30198 roxx30198 force-pushed the tests_gdb branch 2 times, most recently from 4d14999 to dbead26 Compare December 9, 2023 00:32
Copy link
Contributor

@ZzEeKkAa ZzEeKkAa left a comment

Choose a reason for hiding this comment

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

Thank you! These changes are really good, just left few comments to make it cleaner.

@coveralls
Copy link
Collaborator

coveralls commented Mar 21, 2024

Coverage Status

coverage: 79.874%. remained the same
when pulling a3808f0 on roxx30198:tests_gdb
into 611a597 on IntelPython:main.

@ZzEeKkAa ZzEeKkAa changed the title WIP: Corrected gdb tests failing and corrected examples. Organize gdb tests Mar 22, 2024
@ZzEeKkAa ZzEeKkAa changed the title Organize gdb tests Simplify and organize gdb tests Mar 22, 2024
@ZzEeKkAa ZzEeKkAa self-requested a review March 22, 2024 18:34
@ZzEeKkAa
Copy link
Contributor

I've pushed some commits on top of it to simplify and organize gdb tests

ZzEeKkAa
ZzEeKkAa previously approved these changes Mar 22, 2024
@ZzEeKkAa ZzEeKkAa marked this pull request as ready for review March 22, 2024 18:43
@ZzEeKkAa ZzEeKkAa enabled auto-merge March 22, 2024 20:22
Copy link
Contributor

@diptorupd diptorupd left a comment

Choose a reason for hiding this comment

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

Thanks @ZzEeKkAa for reviving and @roxx30198 for starting the work.

@ZzEeKkAa ZzEeKkAa disabled auto-merge March 22, 2024 21:30
@ZzEeKkAa ZzEeKkAa merged commit 5245479 into IntelPython:main Mar 22, 2024
51 of 63 checks passed
github-actions bot added a commit that referenced this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Related to test suite or test run infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix xfail and skipped tests for tests/debugging.
4 participants