-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Three new Test Suits Statements, Accessors, and Unary update expressions #181
base: develop
Are you sure you want to change the base?
Conversation
As a note some code is currently commented out until two different bugs are fixed |
The tests shouldn't provide workaround for bugs. They should expose the bugs so we can see when they are fixed. So please, make sure to let the test fail... or if it is a crashing bug.... add a dummy: assert_true(false, "This code should be uncommented when the bug is fixed!"); so it will not crash but still fail |
@DiasFranciscoA Having that code uncommented prevents a compile. Additionally it will not be fixed until GMRT as mentioned by Russell YoYoGames/GameMaker-Bugs#8041 (comment) |
- Also fixed name
BasicAccessorExpressionsTestSuite
Support for validating
BasicAccessorExpressionsTestSuite
BasicStatementExpressionsTestSuite
if
,for
,with
,try
, etc.BasicUnaryUpdateExpressions