Skip to content

Re-enable NSKIP009 - #848

Merged
ppenna merged 1 commit into
nanvix/v3.12.3from
nskip/009
Aug 4, 2026
Merged

Re-enable NSKIP009#848
ppenna merged 1 commit into
nanvix/v3.12.3from
nskip/009

Conversation

@ada-x64

@ada-x64 ada-x64 commented Jul 31, 2026

Copy link
Copy Markdown

Closes #477

What

Remove NSKIP009 class guard on test_super.TestSuper.

Why

class cell corruption crash is gone.
Verified the full lifecycle on Linux.

Copilot AI lite review requested due to automatic review settings July 31, 2026 22:04

Copilot AI left a comment

Copy link
Copy Markdown

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 re-enables the Lib/test/test_super.py TestSuper test class by removing the Nanvix-specific NSKIP009 class-level skip, with the intent of restoring coverage now that the underlying __class__ cell corruption crash is believed to be resolved.

Changes:

  • Removed the NSKIP009 @unittest.skipIf(support.is_nanvix, ...) guard from TestSuper.

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

Comment thread Lib/test/test_super.py

# NSKIP009 https://github.com/nanvix/cpython/issues/477
@unittest.skipIf(support.is_nanvix, "NSKIP009: VM crash from __class__ cell corruption")
class TestSuper(unittest.TestCase):
Copilot AI review requested due to automatic review settings August 3, 2026 14:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (1)

Lib/test/test_super.py:50

  • Removing the class-level skip decorator means from test import support is now unused in this file (no remaining references). Please drop the import to avoid dead code and keep test modules tidy.

class TestSuper(unittest.TestCase):

@ada-x64
ada-x64 marked this pull request as ready for review August 3, 2026 14:42
__class__ cell corruption crash is gone.
Copilot AI review requested due to automatic review settings August 4, 2026 17:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@ppenna
ppenna merged commit 22d43f2 into nanvix/v3.12.3 Aug 4, 2026
13 checks passed
@ppenna
ppenna deleted the nskip/009 branch August 4, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[NSKIP009] VM crash from __class__ cell corruption

3 participants