@@ -334,9 +334,12 @@ pipeline_tests(
334334 # Additional failing Prism tests - various location and desugaring differences
335335 "testdata/cfg/block_return_bug.rb" ,
336336 "testdata/compiler/block_iseq_names.rb" ,
337+ "testdata/compiler/block_return_unsafe.rb" ,
337338 "testdata/compiler/default_with_escape.rb" ,
339+ "testdata/compiler/destructuring_assignment.rb" ,
340+ "testdata/compiler/exceptions/lambda_return_over_exception_frames_compiled_compiled.rb" ,
341+ "testdata/compiler/exceptions/lambda_return_over_exception_frames_interpreted_compiled.rb" ,
338342 "testdata/compiler/exceptions/raise_across_interop__*.rb" ,
339- "testdata/compiler/exceptions/raise_across_interop.rb" ,
340343 "testdata/compiler/exceptions/rescue_in_block.rb" ,
341344 "testdata/compiler/intrinsics/array_compact.rb" ,
342345 "testdata/compiler/intrinsics/array_compact_bang.rb" ,
@@ -460,6 +463,16 @@ pipeline_tests(
460463 "testdata/rbs/signatures_params_autocorrect.rb" ,
461464 "testdata/resolver/multi_assign.rb" ,
462465 "testdata/rewriter/prop.rb" ,
466+ "testdata/rewriter/prop_foreign.rb" ,
467+
468+ # Additional failing tests
469+ "testdata/lsp/fast_path/alias_stub_module__*.rb" ,
470+ "testdata/lsp/fast_path/alias_stub_module__*.rbupdate" ,
471+ "testdata/lsp/fast_path/not_enough_files/**" ,
472+ "testdata/lsp/fast_path/too_many_files/**" ,
473+ "testdata/packager/empty_package_file/**" ,
474+ "testdata/packager/package-no-spec/**" ,
475+ "testdata/packager/unpackaged-error/**" ,
463476 ],
464477 ),
465478 "PrismPosTests" ,
0 commit comments