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)