Charles Betros
|
747f4d0865
|
Merge pull request #1116 from fanoI/DateTime_fixes
Plugged more methods of DateTime.
|
2019-05-10 20:01:53 -05:00 |
|
Quajak
|
a7722657fe
|
Merge pull request #1124 from fanoI/cgs-fix
Fixes #1109 and #1078.
|
2019-05-04 19:14:00 +02:00 |
|
Quajak
|
68629f133d
|
Undo registry addition and try nogui
This commit tests is nogui will allow the tests to run on appveyor without problem.
|
2019-05-04 17:33:20 +02:00 |
|
Quajak
|
339e389f5d
|
Minimal graphics test
Commented out all cgs tests except `FullScreenCanvas.GetFullScreenCanvas();` to determine cause of timeout
Also Renamed registery
|
2019-05-02 15:23:55 +02:00 |
|
Charles Betros
|
b9307acfdf
|
Fix multi-cluster allocation when writing using fatstream.
|
2019-04-19 18:07:47 -05:00 |
|
José Pedro
|
169dc5eae1
|
Updates for VS 2019.
Package updates.
|
2019-04-16 00:26:33 +01:00 |
|
Charles Betros
|
bc8e4ea23c
|
Remove analyzers from build
|
2019-04-13 23:05:14 -05:00 |
|
fanoI
|
ffca0df48e
|
Fixes #1109 and #1078.
The CGS test kernel is now enabled always.
|
2019-02-17 16:35:24 +01:00 |
|
fanoI
|
eaec73f960
|
Plugged more methods of DateTime.
|
2019-01-27 16:36:52 +01:00 |
|
José Pedro
|
97aa856615
|
Package updates.
Build updates.
|
2018-12-25 21:03:24 +00:00 |
|
José Pedro
|
a563edb047
|
Fixed test kernel targets.
|
2018-12-05 23:16:18 +00:00 |
|
José Pedro
|
482ef83d3c
|
Build target fixes.
|
2018-12-05 22:39:01 +00:00 |
|
José Pedro
|
3d3f032d79
|
Added tests for Array.Empty<T>().
|
2018-12-03 17:25:03 +00:00 |
|
José Pedro
|
0d84f15e3e
|
Package updates.
|
2018-12-02 22:10:08 +00:00 |
|
Matthijs ter Woord
|
7407e4a878
|
Merge pull request #1013 from Geramy/Int16_Int32_StackOverflow_Test
Added Int16 and Int32 StackOverflow test
|
2018-11-28 12:10:13 +01:00 |
|
fanoI
|
fdfaaa113d
|
Removed FAT2 code from the solution: it is not needed anymore.
|
2018-11-04 15:13:18 +01:00 |
|
fanoI
|
4e7e5b5ff8
|
Added tests for StringBuilder, StringReader and StringWriter (for https://github.com/CosmosOS/Cosmos/issues/1027).
- FAT1 and FAT2 tests are joined in an unique FAT test
- IOTest refactored similarly as BCLTest
|
2018-11-04 14:51:02 +01:00 |
|
José Pedro
|
746b6da5d7
|
Build updates.
|
2018-11-01 14:39:15 +00:00 |
|
José Pedro
|
39d3d2be14
|
Moved Cosmos.Build.Common to Common.
Moved Cosmos.Build.Common.Tests to Common.
|
2018-10-30 11:56:00 +00:00 |
|
José Pedro
|
aeed119d51
|
Build updates.
|
2018-10-29 01:02:16 +00:00 |
|
José Pedro
|
39b06adcaa
|
Added roslyn analyzers.
|
2018-10-15 21:19:01 +01:00 |
|
Quajak
|
180d7a8e8d
|
Merge branch 'master' into pr/1013
|
2018-10-10 10:11:36 +02:00 |
|
Quajak
|
1a930e3181
|
Fixed and Added Tests
Fixed tests for Int32 and Int64, so that they actually work.
Added tests for UInt32 and UInt64
|
2018-10-09 22:13:47 +02:00 |
|
Charles Betros
|
bdcec8717f
|
Merge pull request #1050 from CosmosOS/chore/RemoveFrotzDemoKernel
Remove frotz demo.
|
2018-10-07 15:27:11 -05:00 |
|
Charles Betros
|
668debc3ab
|
Merge pull request #1031 from CosmosOS/coredump-fixes
Fixed core dump
|
2018-10-07 15:00:35 -05:00 |
|
Charles Betros
|
b7961f492d
|
Remove frotz demo.
|
2018-10-07 14:46:59 -05:00 |
|
José Pedro
|
b7e9b37db3
|
Test runner improvements.
|
2018-10-07 19:04:04 +01:00 |
|
José Pedro
|
a8f3f39b5d
|
Renamed Cosmos.TestRunner.UI.Avalonia to Cosmos.TestRunner.UI.
|
2018-10-07 01:40:21 +01:00 |
|
fanoI
|
a882e34665
|
Merge pull request #1041 from quajak/memory-stream
Fixed IO Tests
|
2018-09-30 13:12:13 +02:00 |
|
jp2masa
|
842e185328
|
Merge pull request #1047 from CosmosOS/div-rem-int64-tests
Added tests for 64-bit division
|
2018-09-23 23:45:40 +01:00 |
|
José Pedro
|
301c01c20c
|
Added tests for 64-bit division.
|
2018-09-23 22:35:17 +01:00 |
|
José Pedro
|
7cd10de8d6
|
Merge latest from master.
|
2018-09-23 18:16:38 +01:00 |
|
fanoI
|
c0ce82a9fd
|
Merge pull request #908 from fanoI/hashtable-work
[WIP] Created plugs to make Hashtable work (at least when an object is key).
|
2018-09-23 18:11:16 +02:00 |
|
fanoI
|
db730bda35
|
Merge pull request #951 from CosmosOS/timespan-datetime
Fixed TimeSpan and DateTime
|
2018-09-23 18:07:28 +02:00 |
|
fanoI
|
613f0a83a0
|
Merge pull request #1025 from fanoI/MemoryCopyOperations.Copy_work
Memory copy operations.copy work
|
2018-09-23 14:37:32 +02:00 |
|
Quajak
|
cfa2d95588
|
Fixed ExceptionTests
|
2018-09-16 17:25:51 +02:00 |
|
fanoI
|
5209ea5154
|
Merge pull request #1022 from quajak/master
Removed BitConverterImpl, as we now support unsafe
|
2018-09-16 16:11:34 +02:00 |
|
Quajak
|
fb6b96f178
|
Fixed IO Tests
|
2018-09-08 19:27:09 +02:00 |
|
José Pedro
|
1fb82aafca
|
Project updates.
|
2018-08-31 20:35:34 +01:00 |
|
José Pedro
|
ebeef5d635
|
Test runner cleanup.
Removed TestKernels.csproj.
|
2018-08-30 18:39:18 +01:00 |
|
José Pedro
|
4e5e505e81
|
Fixed core dump.
Fixed test runner core dump handler.
Implemented debug engine core dump handler.
Added SendCoreDump calls for null reference, stack corruption and stack overflow exceptions.
|
2018-08-29 18:34:20 +01:00 |
|
José Pedro
|
43b7614e83
|
Merge latest from master.
|
2018-08-27 22:57:51 +01:00 |
|
fanoI
|
a3852b50e3
|
Changed position of the DiskManager test in the Kernels directory.
|
2018-08-27 15:47:19 +02:00 |
|
fanoI
|
1fc3c768b6
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into DiskManager
# Conflicts:
# Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj
|
2018-08-27 13:19:46 +02:00 |
|
fanoI
|
abd73fd75e
|
Finally HashTable works with ValueTypes!
|
2018-08-27 12:52:25 +02:00 |
|
José Pedro
|
aa190578b1
|
Added tests for boxed int.
|
2018-08-24 19:22:58 +01:00 |
|
fanoI
|
e941c8561c
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into hashtable-work
|
2018-08-22 17:50:46 +02:00 |
|
fanoI
|
552008c32b
|
Make only a PropertyGroup or Appvoyer does not recognizes unsafe...
|
2018-08-22 16:03:42 +02:00 |
|
fanoI
|
707e60de3b
|
Work around for AppVoyer bug
|
2018-08-22 15:49:35 +02:00 |
|
fanoI
|
5659ff5a83
|
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into MemoryCopyOperations.Copy_work
# Conflicts:
# Test.sln
# Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj
# Tests/Cosmos.TestRunner.Full/TestKernelSets.cs
|
2018-08-21 21:50:13 +02:00 |
|