Commit graph

5769 commits

Author SHA1 Message Date
fanoI
ee11522200 Merged master fixed conflict. 2016-01-14 20:49:49 +01:00
Charles Betros
06fe844e67 Merge pull request #319 from charsleysa/patch-1
Updated Exceptions test runner
2016-01-12 22:57:43 -06:00
Charles Betros
ac423d389c Merge 2016-01-06 22:14:41 -06:00
Charles Betros
aaa0bb3eb6 Fixed string split and compare ordinal. Made some chnages to debug nessages to showmring and section. 2016-01-06 22:07:30 -06:00
fanoI
41d6aaf2c0 Re-enabled all tests
- TestPath, TestDirectory and TestFileStream was commented
2016-01-06 22:24:19 +01:00
fanoI
bfc3934be0 FATStream Constructor Fixed: FatTable generated for empty files too
- FATStream Constructor Fixed: FatTable generated for empty files too
- Corrected method WriteAllLines()
- Added new method ReadAllLines()
- In FatTestKernel added utility method StringArrayAreEquals()
- In FatTestKernel fixed assertions on file existence
- In FatTestKernel used ReadAllLines() to check that WriteAllLines()
succeeded
- In FatTestKernel moved AppendAllText() test as last of File as - for
now - is always failing
2016-01-06 22:21:52 +01:00
Charles Betros
82d0e07cf3 Made TraceAssemblies work again. 2016-01-04 21:47:38 -06:00
Charles Betros
2ec375e1c8 Fixed unbox and unbox_any. Also added interfaces to the branch ops. Added checks in assembler for duplicate methods. Added a few more exception message resource strings. 2016-01-04 21:42:56 -06:00
Charles Betros
48a3aca852 Fixed debugger asm label and asm label for pointers. 2016-01-04 21:35:20 -06:00
fanoI
0d07f9bae8 Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2016-01-04 20:55:05 +01:00
Stefan Andres Charsley
07750e4004 Updated Exceptions test runner
- Updated test runner to include exception filtering tests
2016-01-04 21:37:49 +13:00
Charles Betros
e740dc92fd Merge pull request #290 from Redall/patch-4
Updated the install-VS2015.bat file
2016-01-01 22:00:31 -06:00
Charles Betros
0829cf8204 Merge pull request #318 from fanoI/master
Added new (failing) tests on FAT
2016-01-01 21:53:59 -06:00
Charles Betros
476eb6d09f Merge pull request #314 from MyvarHD/#313
Fixed #313
2016-01-01 21:52:59 -06:00
Charles Betros
438ac960c1 Closes #11 2015-12-31 15:25:10 -06:00
fanoI
f4d627d22e Added new (failing) tests on FAT
- Added test to write another file in the same directory
- Added test for new method WriteAllLines()
- Added test for method WriteAllBytes() / ReadAllBytes()
- Added tests to create files in a subdirectory
- Added utility method byteArrayAreEquals()
2015-12-30 22:15:19 +01:00
Emile Badenhorst
d1d9cd0974 Fiex #313 2015-12-28 13:34:21 +02:00
Charles Betros
6a9526cc93 Merge pull request #310 from fanoI/master
TestFileStream() assertion fix
2015-12-27 11:48:12 -06:00
fanoI
77a49293c8 TestFileStream() assertion fix 2015-12-27 18:43:14 +01:00
Charles Betros
17eba61566 Merge pull request #309 from fanoI/master
FAT fixes
2015-12-27 11:31:56 -06:00
fanoI
5221adad8c FAT fixes
- GetFileName() of root directory does not correctly returned null
- GetExtension() returned the extension with the '.'
- Modified TestFile() to overwrite the file with the expected value or
the test will be OK only the first time
- Corrected the tests of GetFileName(), GetFileNameWithoutExtension()
- Added new tests
- Re-enabled TestFileStream()
2015-12-27 17:35:48 +01:00
fanoI
fceb1cd95b Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-27 14:50:02 +01:00
Charles Betros
612fbb760d Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-26 18:55:42 -06:00
Charles Betros
6ed36d75b6 Set string.empty. 2015-12-26 18:55:32 -06:00
Charles Betros
3c52efaac6 Reorganized some plugs 2015-12-26 18:04:58 -06:00
fanoI
742242e3dd Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-26 14:50:30 +01:00
Charles Betros
c9f5c23bab Merge pull request #301 from MyvarHD/master
Fixed VBE Bochs support
2015-12-25 12:52:58 -06:00
fanoI
760bdec2ca Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-20 21:02:41 +01:00
Charles Betros
ac13fb8ced Fixed tests. 2015-12-20 13:42:06 -06:00
fanoI
585ef34d43 Merge pull request #3 from CosmosOS/master
Getting latest FAT TestRunner
2015-12-20 20:18:00 +01:00
Charles Betros
edb5a6df65 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-20 09:46:18 -06:00
Charles Betros
a7ff742e2a Latest file system tets. 2015-12-20 09:46:09 -06:00
fanoI
a399009af9 Merge pull request #2 from CosmosOS/master
Cosmos Update
2015-12-20 15:44:27 +01:00
Charles Betros
7268261324 Fixed bug in heap. Entry index didn't get reset. 2015-12-19 09:04:59 -06:00
Charles Betros
1a2ed6b720 Fixed speed issue with the heap. 2015-12-18 12:28:24 -06:00
Charles Betros
30e2ffad09 Remove debug define. 2015-12-18 10:41:45 -06:00
Charles Betros
519e58dd44 Removed unused project. 2015-12-18 09:44:39 -06:00
Charles Betros
e98b7c136c Moved fat test kernel to tests folder. 2015-12-18 08:58:50 -06:00
Charles Betros
5ec6d38ad4 Adding TextScreenHelpers. 2015-12-18 08:23:38 -06:00
Charles Betros
21c464d946 Merge 2015-12-18 08:22:57 -06:00
Charles Betros
c01f5f1048 Reorganizing plugs. 2015-12-18 08:08:49 -06:00
Emile Badenhorst
a3cadd2b95 Fixed VBE to support Bochs 2015-12-18 15:17:20 +02:00
Emile Badenhorst
59c2fdfbbb Merge pull request #17 from CosmosOS/master
Update
2015-12-18 09:03:55 +02:00
Charles Betros
c018d75bf5 Merge pull request #283 from fanoI/master
Implemented Console's CursorSize and CursorVisible properties …
2015-12-17 08:23:51 -06:00
Charles Betros
4659878000 Closes #188 and closes #215. Fixed uninstall. 2015-12-17 01:39:03 -06:00
Charles Betros
f4d0ec86a6 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-17 00:16:22 -06:00
Charles Betros
929bd8d575 Removed source2 folder. 2015-12-17 00:16:15 -06:00
Charles Betros
4e08b03a8a Closes #271. Added an option for stack corruption detection. Checks can now occur after every instruction or for method footers ornly. 2015-12-17 00:15:51 -06:00
fanoI
847a1a772b Used right expception, new TextScreenHelpers class (for debug)
- In the DebugTextScreen class used the already existing
NotImplementedException instead of create a new exception type
- Created new class TextScreenHelpers  for the debug of the TextScreen
Class
- In the TextScreen class replaced any call to Debugger.XXX() in
TextScreenHelpers.DebugXXX()
2015-12-13 16:39:04 +01:00
Redall
4897c0fd39 Update install-VS2015.bat 2015-12-13 14:28:21 +01:00