Skip to content

Commit

Permalink
[Tst] Exclude unsupported tests from PSym regression suite
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Nov 27, 2023
1 parent 77b4296 commit bcd649b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ private static void createExcludeList() {

// TODO Unsupported: continue statement
excluded.add("../../../Tst/RegressionTests/Feature2Stmts/Correct/foreach2");
excluded.add("../../../Tst/RegressionTests/Feature2Stmts/Correct/foreach4");
excluded.add("../../../Tst/RegressionTests/Feature2Stmts/DynamicError/foreach2");
excluded.add("../../../Tst/RegressionTests/Feature2Stmts/DynamicError/foreach4");
excluded.add("../../../Tst/RegressionTests/Feature2Stmts/DynamicError/continue1");

// TODO Unsupported: receive in state exit functions
Expand Down

0 comments on commit bcd649b

Please sign in to comment.