Skip to content

Re-enable NSKIP017 - #851

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

Re-enable NSKIP017#851
ppenna merged 1 commit into
nanvix/v3.12.3from
nskip/017

Conversation

@ada-x64

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

Copy link
Copy Markdown

Closes #485

What

Remove NSKIP017 guard on test_coroutines.test_fatal_coro_warning.

Why

Coroutine never-awaited warning fires correctly now.
Verified the full lifecycle on Linux.

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

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 CoroutineTest.test_fatal_coro_warning on Nanvix by removing the NSKIP017 skip guard, restoring coverage for the “never-awaited coroutine” warning lifecycle in that environment.

Changes:

  • Removed the NSKIP017 comment and @unittest.skipIf(support.is_nanvix, ...) decorator from test_fatal_coro_warning.

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

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.

@ada-x64
ada-x64 marked this pull request as ready for review August 3, 2026 14:42
Coroutine never-awaited warning fires correctly now.
Copilot AI review requested due to automatic review settings August 4, 2026 22:07

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 c7e53b0 into nanvix/v3.12.3 Aug 4, 2026
13 checks passed
@ppenna
ppenna deleted the nskip/017 branch August 4, 2026 22:23
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.

[NSKIP017] event loop interferes with coro warning in standalone

3 participants