Cosmos/Tests/Cosmos.Compiler.Tests.Bcl/System
fanoI e240641863 Created plugs to make Hashtable work (at least when an object is key).
There are issue however:
1. IL2CPU modifications are needed (see the PR for the list of the PR of IL2CPU to merge to make this usable)
2. Some fix in IL2CPU seems to give problems with Dictionary (VMT problem again?)
3. Hashtable with valuetype as key doesn't work (ContainsKey() always return false)
2018-02-25 15:27:39 +01:00
..
Collections Created plugs to make Hashtable work (at least when an object is key). 2018-02-25 15:27:39 +01:00
Text Updated to the New Project System 2018-01-28 02:57:08 +01:00
ArrayTests.cs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
BitConverterTest.cs BCL tests. 2018-01-14 16:58:25 +00:00
BooleanTest.cs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
ByteTest.cs BCL tests. 2018-01-14 16:58:25 +00:00
CharTest.cs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
DecimalTest.cs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
DelegatesTest.cs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
DoubleTest.cs Added back float and double parsing tests, accidentally removed in the previous commit. 2018-01-14 19:12:14 +00:00
Int16Test.cs BCL tests. 2018-01-14 16:58:25 +00:00
Int32Test.cs BCL tests. 2018-01-14 16:58:25 +00:00
Int64Test.cs BCL tests. 2018-01-14 16:58:25 +00:00
MathTest.cs BCL tests. 2018-01-14 16:58:25 +00:00
ObjectTests.cs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
RandomTests.cs Added tests. 2017-12-17 18:53:30 +00:00
SByteTest.cs BCL tests. 2018-01-14 16:58:25 +00:00
SingleTest.cs Added back float and double parsing tests, accidentally removed in the previous commit. 2018-01-14 19:12:14 +00:00
StringTest.cs Dictionary<String, T> works finally! 2018-02-04 18:48:58 +01:00
ThreadTest.cs Thread.Sleep plug and added ThreadTest 2018-01-21 19:15:27 +01:00
UInt16Test.cs BCL tests. 2018-01-14 16:58:25 +00:00
UInt32Test.cs BCL tests. 2018-01-14 16:58:25 +00:00
UInt64Test.cs BCL tests. 2018-01-14 16:58:25 +00:00
UnsafeCodeTest.cs Finally Directory.Info function again calling the right plug too: IFileSystemObject_get_Exists! 2018-01-03 22:17:51 +01:00