sourcemod/sourcepawn/compiler/tests
2015-02-02 21:10:20 -08:00
..
disabled Remove handling of class pseudokeyword since there is no C++ API to use it. 2014-11-09 18:12:30 -08:00
fail-array-on-implicit-this.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-array-on-implicit-this.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-assign-null-to-any.sp Check for null map in matchtag(). 2014-07-20 10:15:49 -07:00
fail-assign-null-to-any.txt Check for null map in matchtag(). 2014-07-20 10:15:49 -07:00
fail-assign-string-and-nonstring.sp Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
fail-assign-string-and-nonstring.txt Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
fail-assign-to-this.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-assign-to-this.txt Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-bad-arg-decls.sp Improve error messaging. 2014-07-03 00:21:18 -07:00
fail-bad-arg-decls.txt Replace symbol proxies with type symbols. 2014-12-12 10:10:43 -08:00
fail-bad-array-decls.sp Fix a loophole with static local variables. 2014-11-08 02:54:29 -08:00
fail-bad-array-decls.txt Fix a loophole with static local variables. 2014-11-08 02:54:29 -08:00
fail-bad-void.sp Add some tests and errors for bad void usage. 2014-07-04 17:14:40 -07:00
fail-bad-void.txt Add some tests and errors for bad void usage. 2014-07-04 17:14:40 -07:00
fail-call-non-static-on-type.sp Add static method support to methodmaps. 2014-12-12 10:10:46 -08:00
fail-call-non-static-on-type.txt Add static method support to methodmaps. 2014-12-12 10:10:46 -08:00
fail-call-static-via-instance.sp Add static method support to methodmaps. 2014-12-12 10:10:46 -08:00
fail-call-static-via-instance.txt Add static method support to methodmaps. 2014-12-12 10:10:46 -08:00
fail-cannot-view-as-void.sp Add a view_as operator. 2014-11-30 19:08:25 -08:00
fail-cannot-view-as-void.txt Add a view_as operator. 2014-11-30 19:08:25 -08:00
fail-coerce-ref-string-to-any.sp Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
fail-coerce-ref-string-to-any.txt Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
fail-coerce-string-to-any.sp Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
fail-coerce-string-to-any.txt Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
fail-ctor-bad-return-type.sp Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-ctor-bad-return-type.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-default-args-in-public.sp Fix reading the wrong symbol name when throw argument errors. 2014-11-22 12:23:57 -08:00
fail-default-args-in-public.txt Fix reading the wrong symbol name when throw argument errors. 2014-11-22 12:23:57 -08:00
fail-delete-no-dtor.sp Allow base destructors to run and fix some error reporting. 2014-06-21 12:27:04 -07:00
fail-delete-no-dtor.txt Introduce 4-token lookahead buffer. 2014-06-21 23:35:55 -07:00
fail-dtor-extra-args.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-dtor-extra-args.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-dtor-non-native.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-dtor-non-native.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-dtor-returns-value.sp Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-dtor-returns-value.txt Introduce 4-token lookahead buffer. 2014-06-21 23:35:55 -07:00
fail-duplicate-getter.sp Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-duplicate-getter.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-duplicate-methods.sp Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-duplicate-methods.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-duplicate-property.sp Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-duplicate-property.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-dynamic-array-bad-type.sp Add new dynamic array syntax. 2014-11-08 02:48:13 -08:00
fail-dynamic-array-bad-type.txt Add new dynamic array syntax. 2014-11-08 02:48:13 -08:00
fail-indeterminate-string-literal.sp Make sizeof on indeterminate arrays an error. 2014-11-08 02:07:43 -08:00
fail-indeterminate-string-literal.txt Make sizeof on indeterminate arrays an error. 2014-11-08 02:07:43 -08:00
fail-method-name-too-long.sp Add support for fully inline functions in methodmaps. 2014-06-22 13:21:46 -07:00
fail-method-name-too-long.txt Add support for fully inline functions in methodmaps. 2014-06-22 13:21:46 -07:00
fail-method-on-array.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-method-on-array.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-method-on-function.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-method-on-function.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-method-requires-brace.sp Fix bug in requiring braces for new methods. 2014-06-22 13:28:35 -07:00
fail-method-requires-brace.txt Fix bug in requiring braces for new methods. 2014-06-22 13:28:35 -07:00
fail-methodmap-as-rvalue.sp Replace symbol proxies with type symbols. 2014-12-12 10:10:43 -08:00
fail-methodmap-as-rvalue.txt Replace symbol proxies with type symbols. 2014-12-12 10:10:43 -08:00
fail-methodmap-missing-method.sp Show errors for methods that are unused. (bug 6183) 2014-07-12 10:28:29 -07:00
fail-methodmap-missing-method.txt Show errors for methods that are unused. (bug 6183) 2014-07-12 10:28:29 -07:00
fail-mismatch-on-implicit-this.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-mismatch-on-implicit-this.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-missing-arg-comma.sp Fix crash with malformed arguments (bug 6176). 2014-07-12 09:31:51 -07:00
fail-missing-arg-comma.txt Fix crash with malformed arguments (bug 6176). 2014-07-12 09:31:51 -07:00
fail-multi-tag-on-implicit-this.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-multi-tag-on-implicit-this.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-new-with-no-constructor.sp Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-new-with-no-constructor.txt Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-new-with-no-methodmap.sp Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-new-with-no-methodmap.txt Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-new-with-non-nullable.sp Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-new-with-non-nullable.txt Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-newdecls.sp Define post-fix arrays as determinate and pre-fix arrays as indeterminate. 2014-11-07 22:39:00 -08:00
fail-newdecls.txt Remove sizeof() as a special-case default argument value. 2015-02-02 21:10:20 -08:00
fail-no-tag-on-implicit-this.sp Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-no-tag-on-implicit-this.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-nullable-needs-new.sp Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-nullable-needs-new.txt Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
fail-old-decl-new-types.sp Add support for inline native methods. 2014-06-22 01:44:23 -07:00
fail-old-decl-new-types.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-property-bad-return-type.sp Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-property-bad-return-type.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-property-bad-return-value.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-property-bad-this-type.sp Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-property-bad-this-type.txt Add property accessors to methodmaps. 2014-06-22 22:02:02 -07:00
fail-ref-on-implicit-this.sp Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-ref-on-implicit-this.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
fail-sizeof-default-arg.sp Remove sizeof() as a special-case default argument value. 2015-02-02 21:10:20 -08:00
fail-sizeof-default-arg.txt Remove sizeof() as a special-case default argument value. 2015-02-02 21:10:20 -08:00
fail-tag-enum-as-implicit-int.sp Disallow retagging enums or using implicit-int as an enum tag. 2014-11-20 19:30:22 -08:00
fail-tag-enum-as-implicit-int.txt Disallow retagging enums or using implicit-int as an enum tag. 2014-11-20 19:30:22 -08:00
fail-this-outside-method.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
fail-this-outside-method.txt Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-any-in-newdecl.sp Allow the any type in non-native newdecls. 2014-07-17 21:43:59 -07:00
ok-bad-int-cast.sp Allow int: and void: tags, but warn. 2014-12-10 02:36:30 -08:00
ok-base-dtor.sp Allow base destructors to run and fix some error reporting. 2014-06-21 12:27:04 -07:00
ok-base-type-as-thistag.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-call-static-method.sp Add static method support to methodmaps. 2014-12-12 10:10:46 -08:00
ok-chaining.sp Allow chaining off method calls. (bug 6178) 2014-07-12 10:05:43 -07:00
ok-class-arg.sp Unkeyword "class", make it contextual. 2014-07-08 00:44:34 -07:00
ok-coerce-on-operators.sp Fix comparisons of derived tags (bug 6239). 2014-11-08 20:27:39 -08:00
ok-ctor-dtor.sp Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
ok-dynamic-char.sp Allow dynamic char arrays. 2014-11-08 17:39:43 -08:00
ok-for-newdecl.sp Fix bug in newdecls in for loop initializers. 2014-07-05 00:48:32 -07:00
ok-inheritance.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-inline-methods.sp Add #pragma newdecls required|optional. 2014-07-05 01:08:14 -07:00
ok-inline-natives.sp Add support for inline native methods. 2014-06-22 01:44:23 -07:00
ok-local-dynamic-bool.sp Fix a bug where local dynamic array declarations could be mistakenly parsed as old decls (bug 6280). 2014-11-09 00:15:09 -08:00
ok-method-on-const.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-method-on-constref.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-method-on-element.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-method-on-ref.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-method-on-scalar.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
ok-methodmap-semis.sp Fix const with newdecls and a varargs bug. (bug 6179) 2014-07-17 20:44:54 -07:00
ok-new-decl-args.sp Define post-fix arrays as determinate and pre-fix arrays as indeterminate. 2014-11-07 22:39:00 -08:00
ok-new-dynamic-array-syntax.sp Add new dynamic array syntax. 2014-11-08 02:48:13 -08:00
ok-new-with-nullable-methodmap.sp Add a "new" keyword for constructing nullable methodmaps. 2014-11-30 18:38:26 -08:00
ok-newdecl-const.sp Fix const with newdecls and a varargs bug. (bug 6179) 2014-07-17 20:44:54 -07:00
ok-newdecls.sp Define post-fix arrays as determinate and pre-fix arrays as indeterminate. 2014-11-07 22:39:00 -08:00
ok-null-compare.sp Rename. 2014-07-17 21:19:31 -07:00
ok-properties.sp Add #pragma newdecls required|optional. 2014-07-05 01:08:14 -07:00
ok-reparse-delete.sp Mark usage correctly when invoking special natives. 2014-07-17 22:30:13 -07:00
ok-setter-no-getter.sp Fix a crash when properties have setters but not getters. 2014-10-29 20:51:03 -07:00
ok-static-stock.sp Fix "static stock" not working (bug 6174). 2014-07-10 23:18:07 -07:00
ok-static-stocks-1.sp Allow "stock static" in addition to "static stock". 2015-01-04 12:04:51 -08:00
ok-static-stocks-2.sp Allow "stock static" in addition to "static stock". 2015-01-04 12:04:51 -08:00
ok-trailing-comma-in-literal.sp Add test. 2014-08-26 14:58:58 -05:00
ok-typed-vararg-in-new-function.sp Disallow coercion to/from char[] and any[]. 2014-12-14 02:00:58 -08:00
ok-typedef-func-chars.sp Fix typedefs not fixing string sizes (bug 6220). 2014-08-20 00:26:09 -07:00
ok-use-aliased-constructor.sp Fix a bug where aliased constructors of nullable methodmaps could not be used. 2014-11-30 18:56:37 -08:00
ok-varargs.sp Fix bug in variadic argument parsing. 2014-07-21 23:01:35 -07:00
ok-view-int-as-float.sp Add a view_as operator. 2014-11-30 19:08:25 -08:00
runtests.py Bug fixes. 2014-07-03 00:14:12 -07:00
warn-bad-upcast.sp Define 'this' as a keyword. 2014-11-09 13:01:35 -08:00
warn-bad-upcast.txt Introduce basic methodmaps (PR #38). 2014-06-21 04:10:15 -07:00
warn-oldstyle-cast.sp Old style retagging should emit a compiler warning when newdecls are required. 2014-12-17 16:37:39 -06:00
warn-oldstyle-cast.txt Old style retagging should emit a compiler warning when newdecls are required. 2014-12-17 16:37:39 -06:00