Update NOP tests to 3.14.5#7902
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (28)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
is this worth to do? we can simply add blocklist for #6839 too |
I think so, it will provide better tests if/when we'll have |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] test: cpython/Lib/test/test_asdl_parser.py dependencies: dependent tests: (no tests depend on asdl_parser) [x] test: cpython/Lib/test/test_xxtestfuzz.py dependencies: dependent tests: (no tests depend on xxtestfuzz) [x] test: cpython/Lib/test/test_peg_generator dependencies: dependent tests: (no tests depend on peg_generator) [x] test: cpython/Lib/test/test_clinic.py dependencies: dependent tests: (1 tests)
[x] test: cpython/Lib/test/test_type_cache.py dependencies: dependent tests: (no tests depend on type_cache) [x] test: cpython/Lib/test/test_tools dependencies: dependent tests: (no tests depend on tools) [x] test: cpython/Lib/test/test_generated_cases.py dependencies: dependent tests: (no tests depend on generated_cases) [x] test: cpython/Lib/test/test_xxlimited.py dependencies: dependent tests: (no tests depend on xxlimited) Legend:
|
Those tests should be skipped, thus a "NOP test".
The motivation of this PR is to mark those items as done at #6839