Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Simplify compilation result tests by factoring out common code. | Justin Clark-Casey (justincc) | 2014-08-02 | 1 | -71/+45 |
| | |||||
* | In compiler regression tests, setup and teardown structures for each test to ↵ | Justin Clark-Casey (justincc) | 2014-08-02 | 1 | -1/+5 |
| | | | | avoid any possibility of inter-test inter-ference | ||||
* | Fix issue with LSL jumps screwing up the C# compiler error -> LSL code ↵ | Justin Clark-Casey (justincc) | 2014-08-02 | 1 | -5/+52 |
| | | | | | | | | position map and leading to invalid error line numbers/columns This is because jump statement generation was mistakenly inserting its own line without updating the csharp positions in CSCodeGenerator. This is Aleric Inglewood's patch in http://opensimulator.org/mantis/view.php?id=7195 but applied to opensim itself rather than the defunct code generation in opensim-libs. Thanks! This patch also adds a regression test for this case from myself. | ||||
* | In compiler tests, remove the ResolveEventHandlers after test exit | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -3/+6 |
| | |||||
* | Make CompilerTest add same AssemblyResolver as XEngine to see if this solves ↵ | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -1/+7 |
| | | | | the issue with different AppDomain BaseDirectory in local and Jenkins test runs | ||||
* | Temporarily print regression TestCastAndConcatString() script compile errors ↵ | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -4/+5 |
| | | | | | | out to console to get a handle on what's going wrong. Does not fail for me locally and I failed to notice this test was failing on Jenkins. | ||||
* | Fix issues where reported LSL compiler error line numbers do not match the ↵ | Justin Clark-Casey (justincc) | 2014-05-24 | 1 | -15/+15 |
| | | | | | | | script. This is probably due to changes in the layout of the generated script preamble (using statements etc, ) in c8afc852 (Jan 17 2013). Re-enabled existing regression test that exercises at least one case of this. | ||||
* | Get regression test TestUseUndeclaredVariable() functional again, though not ↵ | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -8/+19 |
| | | | | | | yet enabled. This reveals the position map problems and will make the fix (and subsequent continual checking) easier. | ||||
* | Reactivate regression test TestCastAndConcatString() in CompilerTests. | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -8/+16 |
| | |||||
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -1/+1 |
| | | | | automatically turns off any logging enabled between tests | ||||
* | Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ↵ | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -1/+6 |
| | | | | they're running | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 1 | -0/+153 |