root/cobra/trunk/Tests/700-command-line
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| 600-checks | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … | |
| 900-check-complier-message-format | 2425 | 21 months | Show column info for parser errors. ticket:212 credit:hopscc | |
| libdir | 1177 | 4 years | Importing test cases. | |
| 100-find-cobra.cobra | 116 bytes | 2473 | 17 months | Improved CobraCore.findCobraExe (which is used by … |
| 102-invoke-cobra.cobra | 506 bytes | 1412 | 4 years | Fix bug in cobra -h Fix test case for cobra -h to check exit code and … |
| 104-cobra-test.cobra | 1.4 KB | 2295 | 2 years | Added -test-runner command line option to specify the method to invoke to … |
| 106-cobra-test-program.cobra | 408 bytes | 2295 | 2 years | Added -test-runner command line option to specify the method to invoke to … |
| 108-cobra-test-library.cobra | 223 bytes | 2295 | 2 years | Added -test-runner command line option to specify the method to invoke to … |
| 110-hello.cobra | 38 bytes | 2202 | 3 years | Fixed: -highlight does not play well with programs that have def main … |
| 112-run-hello.cobra | 1.3 KB | 2550 | 11 months | Minor. |
| 114-compile-if-needed.cobra | 1.5 KB | 2105 | 3 years | Rename -cif option abbreviation to -cin to match the full option name, … |
| 116-highlight.cobra | 483 bytes | 2202 | 3 years | Fixed: -highlight does not play well with programs that have def main … |
| 118-time-it.cobra | 0.5 KB | 2228 | 3 years | Fixed: cobra -timeit problems ticket:182 credit:hopscc |
| 200-cobra-errors-cause-non-zero-exit.cobra | 328 bytes | 1225 | 4 years | Fixed: Using out args with -dst causes bad code generation. Added … |
| 202-skip-has-errors.cobra | 134 bytes | 1177 | 4 years | Importing test cases. |
| 300-args-reference-gac-lib.cobra | 411 bytes | 1673 | 4 years | Modified commandline options so -r becomes synonym for -run rather than … |
| 400-foolib.cobra | 290 bytes | 1177 | 4 years | Importing test cases. |
| 402-fooprog.cobra | 295 bytes | 1673 | 4 years | Modified commandline options so -r becomes synonym for -run rather than … |
| 404-fooprog.cobra | 224 bytes | 1673 | 4 years | Modified commandline options so -r becomes synonym for -run rather than … |
| 410-use-lowernames-dll.cobra | 93 bytes | 1673 | 4 years | Modified commandline options so -r becomes synonym for -run rather than … |
| 500-sharp-args.cobra | 82 bytes | 2075 | 3 years | def main improvements. See release notes for full details. |
| 510-lib-option-prep.cobra | 400 bytes | 1473 | 4 years | Fix last problems in "testify" for Windows. |
| 512-lib-option.cobra | 110 bytes | 1673 | 4 years | Modified commandline options so -r becomes synonym for -run rather than … |
| 520-debug.cobra | 0.8 KB | 1216 | 4 years | Fix to pass on Windows/.NET |
| 530-misc-errors.cobra | 277 bytes | 1226 | 4 years | Added test case for "cobra /some/dir" fix. |
| 540-upper-extension.COBRA | 40 bytes | 1610 | 4 years | Fixed: The Cobra command line compiler throws an exception for files with … |
| 600-include-asserts.cobra | 80 bytes | 1371 | 4 years | Added command line options: -include-asserts[:no|yes] default is yes … |
| 601-include-traces.cobra | 251 bytes | 1699 | 4 years | Add compile option -include-traces default value yes to allow compile time … |
| 602-turbo.cobra | 106 bytes | 1699 | 4 years | Add compile option -include-traces default value yes to allow compile time … |
| 604-dst-and-yield.cobra | 484 bytes | 1434 | 4 years | Fixed: "cobra -exception-report -detailed-stack-trace foo.cobra" (also, … |
| 650-out-option.cobra | 104 bytes | 1738 | 4 years | Added -out: command line option. |
| 652-out-option-verify.cobra | 198 bytes | 1738 | 4 years | Added -out: command line option. |
| 660-ref-error.cobra | 130 bytes | 2048 | 3 years | Test case for bad -ref: paths. ticket:119 credit:hopscc |
| 700-run-args.cobra | 1.1 KB | 2137 | 3 years | Fix a problem created by the last patch. Raw strings can no longer end in … |
| 702-echo.cobra | 205 bytes | 1991 | 3 years | Fixed: Quoted command line parameters past -- are broken up. ticket:147 … |
| 800-foolib1.cobra | 377 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 802-fooprog.cobra | 359 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 804-fooprog.cobra | 490 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 812-lib-option.cobra | 129 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 840-include-asserts.cobra | 128 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 842-turbo.cobra | 106 bytes | 2518 | 12 months | Code cleanup. |
| 850-correct-source.cobra | 1.0 KB | 1851 | 3 years | Add new bang-equals source correction. |
| 860-files.cobra | 406 bytes | 2141 | 3 years | Tweak an error validation with can vary between platforms (but still … |
| 860-namespace.cobra | 230 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 862-namespace-ert.cobra | 239 bytes | 2001 | 3 years | Compiler directives have changed to @foo. ticket:109 |
| 870-ert-failure-recovery.cobra | 0.8 KB | 2210 | 3 years | Fixed: Non removal of intermediate file if -embed-run-time/ert specified … |
| 871-ert-failure-sample.cobra | 130 bytes | 2210 | 3 years | Fixed: Non removal of intermediate file if -embed-run-time/ert specified … |
| 880-compile-sharp.cobra | 282 bytes | 2301 | 2 years | Fixed: Unable compile C#-only sources. ticket:194 credit:hopscc |
| hello-cobra.cs | 147 bytes | 2301 | 2 years | Fixed: Unable compile C#-only sources. ticket:194 credit:hopscc |
| lowernames.cs | 72 bytes | 1296 | 4 years | Add a test case for a C# class in a DLL whose methods start with lowercase … |
| testify-set-up | 40 bytes | 1296 | 4 years | Add a test case for a C# class in a DLL whose methods start with lowercase … |
| testify-set-up.bat | 163 bytes | 1473 | 4 years | Fix last problems in "testify" for Windows. |
Note: See TracBrowser
for help on using the browser.



