Cosmos/Tests/Cosmos.TestRunner.Core
fanoI db5b713090 CGS is finally ready to be used! Let's merge it...
- To solve the slowness of the MemoryBlock Fill() method when the block has a big size I've created a new class for this MemoryOperations that for now contains only the method Fill() with a part implemented in ASM and with some overloads to semplify its usage from managed code. In future in this class will be added other methods to operate fast on memory for example Cmp() and Copy().
- Adding (not passing) test of the Color struct to the BoxingTest kernel
- Removed BoxingTest kernel inside BCL test: it was a duplicate of the BoxingTest kernel
- Restored correct TestKernelSets
- In the CGS Test kernel the last rectangle is now LimeGreen instead of another type of red (more clear that is working correctly)
- Added to X# the generation of the instruction Shuftps
- Added to X# the generation of the instruction MoveUPS
- Modified Guess Demo to wait for a key press to terminate (it closed suddenly in case the number was guessed)
- The VBE IOMemoryBlock has again size of 1920x1200 (the max usable)
- Added CGS Demo
- Code clean up
2017-03-05 20:32:55 +01:00
..
Properties
app.config Updating solution config. 2016-03-13 12:27:58 -05:00
Cosmos.TestRunner.Core.csproj First release of CGS, really preliminar work. 2016-12-18 16:33:23 +01:00
DefaultEngineConfiguration.cs Fixed delegates and moved some assemblers. 2016-09-28 23:24:04 -05:00
Engine.Bochs.cs Make testrunner fail if host shuts down. Also report failed if no results returned. 2016-06-19 10:20:43 -05:00
Engine.cs working on statics. 2016-09-04 09:57:47 -05:00
Engine.Helpers.cs working on statics. 2016-09-04 09:57:47 -05:00
Engine.Run.cs Enable kernel execution. 2016-02-14 15:22:48 +01:00
Engine.Running.cs Tests fixes and minor changes 2016-10-02 18:59:11 +01:00
Engine.VMware.cs Make testrunner fail if host shuts down. Also report failed if no results returned. 2016-06-19 10:20:43 -05:00
Enums.cs Refactoring of kernel tester. Take out generic part of the runner, so other targets (vmware, hyper-v in the future, etc) can also be tested. 2015-07-18 00:40:53 +02:00
MultiplexingOutputHandler.cs Improve logging stability of the test runner. 2015-07-20 21:01:56 +02:00
OutputHandlerBase.cs Improve logging stability of the test runner. 2015-07-20 21:01:56 +02:00
OutputHandlerBasic.cs Improve logging stability of the test runner. 2015-07-20 21:01:56 +02:00
OutputHandlerConsole.cs Enable code to build. 2016-02-14 14:58:19 +01:00
OutputHandlerFullConsole.cs Enable code to build. 2016-02-14 14:58:19 +01:00
OutputHandlerFullTextBase.cs Enable code to build. 2016-02-14 14:58:19 +01:00
OutputHandlerTextBase.cs Enable code to build. 2016-02-14 14:58:19 +01:00
OutputHandlerXml.cs Added a test kernel for boxing. 2015-07-24 17:52:44 -05:00
OutputHandlerXml.Helpers.cs Continuing work on #140. XML Logging almost works ok. 2015-06-21 14:45:09 +02:00
RunConfiguration.cs Refactoring of kernel tester. Take out generic part of the runner, so other targets (vmware, hyper-v in the future, etc) can also be tested. 2015-07-18 00:40:53 +02:00
TaskFailedException.cs Fix a bug in the reporting. 2015-06-27 16:31:11 +02:00
TestKernelSets.cs CGS is finally ready to be used! Let's merge it... 2017-03-05 20:32:55 +01:00