Wiki

root/cobra/trunk/Tests/100-basics

Name Size Rev Age Last Change
../
001.cobra 61 bytes 1177 4 years chuck: Importing test cases.
002-blank-lines.cobra 65 bytes 1177 4 years chuck: Importing test cases.
003-blank-lines-with-tabs.cobra 71 bytes 1376 4 years Chuck.Esterbrook: Fixed: A stray space on a blank line triggers a false error message about …
004-post-indentation-tabs.cobra 67 bytes 1177 4 years chuck: Importing test cases.
010-single-line-comments.cobra 201 bytes 1376 4 years Chuck.Esterbrook: Fixed: A stray space on a blank line triggers a false error message about …
011-more-comments.cobra 131 bytes 1177 4 years chuck: Importing test cases.
012-more-comments.cobra 130 bytes 1177 4 years chuck: Importing test cases.
013-more-comments.cobra 142 bytes 1177 4 years chuck: Importing test cases.
014-indent-with-spaces.cobra 57 bytes 1177 4 years chuck: Importing test cases.
015-look-ma-no-namespace.cobra 44 bytes 1177 4 years chuck: Importing test cases.
016-is-same-line.cobra 41 bytes 1177 4 years chuck: Importing test cases.
020-var-decl.cobra 86 bytes 1177 4 years chuck: Importing test cases.
021-var-decl.cobra 121 bytes 1177 4 years chuck: Importing test cases.
025-assign-in-expr.cobra 227 bytes 1324 4 years chuck: Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
026-assign-in-statement.cobra 179 bytes 1324 4 years chuck: Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
030-hello-world.cobra 109 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
030j-hello-world1.cobra 169 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
030j-hello-world.cobra 155 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
031-hello-world.cobra 147 bytes 1177 4 years chuck: Importing test cases.
032-get-property-static.cobra 127 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
032j-get-property-static.cobra 0.5 KB 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
033-get-property-instance.cobra 127 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
033j-get-property-instance.cobra 321 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
034-set-property.cobra 160 bytes 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
034j-set-property.cobra 0.6 KB 2587 6 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
040-assert.cobra 320 bytes 1542 4 years Chuck.Esterbrook: * Fixed: Assignments can be used in assert conditions even though they …
041-bool.cobra 0.7 KB 1177 4 years chuck: Importing test cases.
042-int.cobra 0.9 KB 2590 6 months Charles.Esterbrook: Fixed: Cannot access int.maxValue et al. reported-by:jonathandavid …
050-decimal.cobra 0.8 KB 2592 6 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
052-float.cobra 0.8 KB 2592 6 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
052j-float.cobra 0.8 KB 2592 6 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
053-division.cobra 0.7 KB 1177 4 years chuck: Importing test cases.
054-modulus.cobra 99 bytes 1177 4 years chuck: Importing test cases.
055-char.cobra 338 bytes 2136 3 years Chuck.Esterbrook: Fixed: "Lexer error when nesting single quotes in Strings" ticket:166
060-string.cobra 1.4 KB 2631 8 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
060j-string.cobra 1.5 KB 2631 8 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
062-string-substitution.cobra 1.3 KB 2631 8 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
062c-string-substitution-fmt.cobra 435 bytes 2632 7 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
062j-string-substitution-fmt.cobra 0.6 KB 2631 8 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
063-string-substitution-escaped.cobra 1.4 KB 2631 8 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
064-1-string-raw.cobra 472 bytes 2136 3 years Chuck.Esterbrook: Fixed: "Lexer error when nesting single quotes in Strings" ticket:166
064-string-substitution.cobra 157 bytes 1181 4 years chuck: Warn about unnecessary parens on method declarations and calls that have …
065-indexing.cobra 355 bytes 1181 4 years chuck: Warn about unnecessary parens on method declarations and calls that have …
066-indexing-in-string-subst.cobra 170 bytes 1177 4 years chuck: Importing test cases.
070-is-and-is-not.cobra 0.8 KB 2631 8 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
070j-is-and-is-not.cobra 0.8 KB 2632 7 weeks Charles.Esterbrook: JVM back-end progress. credit:hopscc
071-not.cobra 201 bytes 1177 4 years chuck: Importing test cases.
072-equals.cobra 482 bytes 1177 4 years chuck: Importing test cases.
080-inherits.cobra 1.1 KB 1177 4 years chuck: Importing test cases.
085-instantiation.cobra 261 bytes 1181 4 years chuck: Warn about unnecessary parens on method declarations and calls that have …
100-if-else.cobra 471 bytes 1177 4 years chuck: Importing test cases.
101-if-else.cobra 0.7 KB 1177 4 years chuck: Importing test cases.
110-while.cobra 0.9 KB 2274 2 years Chuck.Esterbrook: Fixed: In the condition of a post while, a local variable cannot be …
120-for-numeric.cobra 1.4 KB 1485 4 years Chuck.Esterbrook: Fixed: Using "continue" in new style numeric for loops does not increment …
122-for-numeric.cobra 2.5 KB 1485 4 years Chuck.Esterbrook: Fixed: Using "continue" in new style numeric for loops does not increment …
130-for-enumerable.cobra 0.7 KB 1324 4 years chuck: Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
140-break.cobra 344 bytes 1181 4 years chuck: Warn about unnecessary parens on method declarations and calls that have …
150-continue.cobra 476 bytes 1181 4 years chuck: Warn about unnecessary parens on method declarations and calls that have …
200-try-raise.cobra 2.7 KB 1862 3 years Chuck.Esterbrook: Fixed: A return statement in the try block of a try...success
202-try-assert.cobra 0.8 KB 1177 4 years chuck: Importing test cases.
300-enums.cobra 250 bytes 1177 4 years chuck: Importing test cases.
301-enums.cobra 254 bytes 1177 4 years chuck: Importing test cases.
302-enums.cobra 301 bytes 1177 4 years chuck: Importing test cases.
303-enums.cobra 255 bytes 1177 4 years chuck: Importing test cases.
304-enums.cobra 305 bytes 1177 4 years chuck: Importing test cases.
305-enums.cobra 119 bytes 1181 4 years chuck: Warn about unnecessary parens on method declarations and calls that have …
306-enums.cobra 141 bytes 1177 4 years chuck: Importing test cases.
307-enums.cobra 439 bytes 1702 3 years Chuck.Esterbrook: Added storage type specification for enums.
310-enums-combine.cobra 489 bytes 1818 3 years Chuck.Esterbrook: Support bitwise-and for testing enums. reported-by:gauthier
320-enums-errors.cobra 81 bytes 2123 3 years Chuck.Esterbrook: Fixed: A duplicate enum error produces an internal error/exception rather …
322-enums-errors.cobra 199 bytes 2217 2 years Chuck.Esterbrook: Fixed: Comparing an int and an enum causes an internal exception instead …
330-enums-comma.cobra 286 bytes 2385 20 months Chuck.Esterbrook: Enumeration members can now be placed on the same line separated by …
332-enums-comma.cobra 254 bytes 2385 20 months Chuck.Esterbrook: Enumeration members can now be placed on the same line separated by …
334-enums-comma.cobra 509 bytes 2385 20 months Chuck.Esterbrook: Enumeration members can now be placed on the same line separated by …
400-branch.cobra 1.0 KB 1399 4 years Chuck.Esterbrook: Support putting a code block of one statement on the same line as a …
402-branch.cobra 207 bytes 1177 4 years chuck: Importing test cases.
404-branch-errors.cobra 125 bytes 2272 2 years Chuck.Esterbrook: Improved error checking for branch statement.
500-to.cobra 159 bytes 1177 4 years chuck: Importing test cases.
502-to.cobra 410 bytes 1198 4 years chuck: Forgot these files with the last checkin. Last checkin notes were: Fixed: …
504-to-error.cobra 118 bytes 1177 4 years chuck: Importing test cases.
506-to-informative.cobra 0.6 KB 1177 4 years chuck: Importing test cases.
600-backend-names.cobra 0.6 KB 2578 7 months Charles.Esterbrook: JVM back-end progress, courtesy of hopscc. credit:hopscc
700-print.cobra 422 bytes 1177 4 years chuck: Importing test cases.
702-print.cobra 112 bytes 1177 4 years chuck: Importing test cases.
704-print-lexical-error.cobra 73 bytes 2407 19 months Chuck.Esterbrook: Fixed: File and line number are duplicated in some compiler error …
706-print-errors.cobra 272 bytes 2380 21 months Chuck.Esterbrook: Improved error checking for statement regarding expressions that don't …
900-access.cobra 158 bytes 1177 4 years chuck: Importing test cases.
901-access.cobra 118 bytes 1177 4 years chuck: Importing test cases.
902-access.cobra 118 bytes 1324 4 years chuck: Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
903-use-structs.cobra 115 bytes 1177 4 years chuck: Importing test cases.
910-is-same-line.cobra 172 bytes 1177 4 years chuck: Importing test cases.
920-hex-lit.cobra 2.9 KB 1581 3 years Chuck.Esterbrook: Fixed: Some bitwise operations with integer literals of 16 or 8 bits …
930-pow-expr.cobra 0.6 KB 2093 3 years Chuck.Esterbrook: Minimal support for ** operator (power expressions). credit:hopscc …
Note: See TracBrowser for help on using the browser.