Uncomment codegen crashing tests#8175
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (5)
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 |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] test: cpython/Lib/test/test_grammar.py dependencies: dependent tests: (no tests depend on grammar) [x] test: cpython/Lib/test/test_list.py (TODO: 4) dependencies: dependent tests: (no tests depend on list) [x] test: cpython/Lib/test/test_patma.py dependencies: dependent tests: (no tests depend on patma) [x] test: cpython/Lib/test/test_super.py (TODO: 3) dependencies: dependent tests: (no tests depend on super) [x] test: cpython/Lib/test/test_pep646_syntax.py dependencies: dependent tests: (no tests depend on pep646_syntax) Legend:
|
|
awesome |
Summary
These tests were causing RustPython to crash during the codegen phase, which is no longer the case
These no longer crash RustPython after #8138 (most likely)