Lines Matching refs:FAIL

44 #define FAIL(msg) FAIL_AND_RETURN(, msg)
272 FAIL("Expected ;");
356 FAIL("Undefined function");
359 FAIL("Undefined function table");
392 FAIL("Expected stdlib parameter");
398 FAIL("Expected foreign parameter");
402 FAIL("Duplicate parameter name");
407 FAIL("Expected heap parameter");
411 FAIL("Duplicate parameter name");
443 FAIL("Expected identifier");
447 FAIL("Redefinition of variable");
457 FAIL("Numeric literal out of range");
468 FAIL("Numeric literal out of range");
480 FAIL("Expected numeric literal");
492 FAIL("Bad variable declaration");
502 FAIL("Can only use immutable variables in global definition");
505 FAIL("Can only define immutable variables with other immutables");
510 FAIL("Expected int, float, double, or fround for global definition");
539 FAIL("Expected numeric literal");
560 FAIL("Expected |0 type annotation for foreign integer import");
585 FAIL("Expected ArrayBuffer view");
614 FAIL("Invalid member of stdlib.Math");
625 FAIL("Invalid member of stdlib");
638 FAIL("Illegal export name");
643 FAIL("Expected function name");
647 FAIL("Expected function");
660 FAIL("Single function export must be a function name");
664 FAIL("Single function export must be a function");
675 FAIL("Expected table name");
680 FAIL("Function table redefined");
684 FAIL("Function table name collides");
691 FAIL("Expected function name");
695 FAIL("Expected function");
701 FAIL("Exceeded function table size");
704 FAIL("Function table definition doesn't match use");
721 FAIL("Function table size does not match uses");
733 FAIL("Expected function name");
745 FAIL("Function name collides with variable");
747 FAIL("Function redefined");
764 FAIL("Number of parameters exceeds internal limit");
791 FAIL("Expected return at end of non-void function");
810 FAIL("Number of local variables exceeds internal limit");
821 FAIL("Size of function body exceeds internal limit");
834 FAIL("Function definition doesn't match use");
852 FAIL("Expected parameter name");
868 FAIL("Duplicate parameter name");
873 FAIL("Bad integer parameter annotation.");
888 FAIL("Expected fround");
913 FAIL("Expected local variable identifier");
917 FAIL("Duplicate local variable name");
933 FAIL("Numeric literal out of range");
943 FAIL("Expected variable initial value");
949 FAIL("Initializing from global requires const variable");
961 FAIL("Bad local variable definition");
985 FAIL("Numeric literal out of range");
999 FAIL("Expected variable initial value");
1003 FAIL("expected fround or const global");
1021 FAIL("Expected variable initial value");
1134 FAIL("Invalid return type");
1139 FAIL("Invalid void return type");
1275 FAIL("Illegal break");
1292 FAIL("Illegal continue");
1303 FAIL("Double label unsupported");
1318 FAIL("Expected signed for switch value");
1365 FAIL("Expected numeric literal");
1369 FAIL("Numeric literal out of range");
2455 FAIL("Heap access out of range");
2474 FAIL("Expected shift of word size");
2477 FAIL("Expected valid heap access shift");
2480 FAIL("Expected heap access shift to match heap view");
2489 FAIL("Expected intish index");
2500 FAIL("Expected fround");
2519 FAIL("Illegal conversion to float");