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
Geramy Loveless
7e4f4fc3bc
fixed assert by removing efuse == false
...
put just efuse in to assert instead. Assert.IsTrue means that as long as its true don't Assert the message.
2018-07-25 10:13:16 -07:00
Geramy Loveless
ba221cfe1c
accidentally put stackoverflow for exception
...
now using overflowexception accidentally put stackoverflowexception for the test.
2018-07-24 22:08:31 -07:00
Geramy Loveless
c157317889
Added Int16 and Int32 StackOverflow test
...
Added Int16 and Int32 StackOverflow test for add and sub.ovf Ticket: IL2CPU/#9 and IL2CPU/#10
2018-07-24 18:55:21 -07:00
José Pedro
71e754fe2f
BCL tests.
2018-01-14 16:58:25 +00:00
Kudzu
fa4c223452
Move again because of submodules being less than half baked in git.
2017-08-10 16:04:19 -04:00
Kudzu
fa00b78441
New Cosmos parent dir
2017-08-08 11:29:41 -04:00
fanoI
b16b034ff9
Restored Int32 tests and added another concat test to String.
2016-08-24 14:21:18 +02:00
Charles Betros
3f47a50ea0
Comment failing tests.
2016-08-18 23:29:03 -05:00
fanoI
eb533357b0
- Correctly plugged Enum's GetHashCode()
...
- Removed GetHashCode() methods that were not really needed
- Plugged class CultureInfo for GetHashCode()
- Plugged class Runtime.CompilerServices for GetHashCode()
- Plugged class RuntimeTypeImpl for GetHashCode()
- Fixed tests that were failing using true .NET GetHashCode()
- Fixed IL Interpreter added SHIFT, AND, XOR... for sbyte and short
2016-03-05 23:10:06 +01:00
fanoI
f167ae91e6
Added a lot of tests for Primitive Types there a lot of failure for compiler bug or native methods that need to be implemented. Indeed the commited version is not compiling for GetHashCode() that cannot be plugged...
2016-02-28 16:32:25 +01:00