34 Commits (a63473d1da2b3ef6823512160ea23bb818ff0d36)

Author SHA1 Message Date
David Srbecký a63473d1da Fixed race condition that was causing unit tests to fail 16 years ago
David Srbecký b963238781 Created ModuleCollection class 16 years ago
David Srbecký 846fe05dfe Debugger tests - less verbose - do not show properties that have a default value (false, 0, null, {}) 16 years ago
David Srbecký ce0ef733f8 Print paused location for the Paused event; 17 years ago
David Srbecký 5b8dec3cce Fixed Forum-7984: Handling of StackOverflow exception 17 years ago
David Srbecký f205eaa07b Pretty printing of unit tests: Collapsed Is* into one property. Inline enumerators. 17 years ago
David Srbecký cd1de9b0e0 Test for debug types 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 17 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 17 years ago
David Srbecký d03abbe470 Reformatted the output of debugger tests: properties are outputted as attributes rather then elements 17 years ago
David Srbecký d95b4ac9c9 Enforce invariant culture for debugger unit tests 17 years ago
David Srbecký da2a5721d2 More verbose error messages of unit tests. (For server diagnostics, the unit tests work on my machine) 17 years ago
David Srbecký 2545154105 Changed semantics of Process.Terminate: The process is not immediately marked as exited; It is marked as exited when the callback is received. 17 years ago
David Srbecký a7edbf180a Completely rewritten the sate management for Process. 18 years ago
David Srbecký ec2863a837 Added synchronous Continue and Step*. 18 years ago
David Srbecký 8f87c69eff Tests - sort serialized data alphabetically 18 years ago
David Srbecký 882b0af0c5 Removed Value.Name property. 18 years ago
David Srbecký 41386ade75 Remove IExpirable from Value. 18 years ago
David Srbecký 03a4e7c589 Tests output - use name of dumped object as the XML node name. 18 years ago
David Srbecký 2b2b1a35ee Updated Stepping test 18 years ago
David Srbecký e2e20eeb70 Include ToString value in the test output 18 years ago
David Srbecký c4c7289fa6 A set of properties to expand can be specified in debugger tests. 18 years ago
David Srbecký 9aaa783bf9 Debugger tests - do not expand properties by default. 18 years ago
David Srbecký 9d7ca80e7f ".cs" part of test name 18 years ago
David Srbecký a82ac0c580 Added the expected output to the tests as well 18 years ago
David Srbecký 0bcac074c1 Tweak debug test output - specify the object type as attribute rather then container node. 18 years ago
David Srbecký 9113b7c44d Update debugger tests. 18 years ago
David Srbecký 4bce79054f Tests and tested programs can be defined in the same file. 18 years ago
David Srbecký 40ab07da2c Methods for running all debugger tests from one assembly - not used now 18 years ago
David Srbecký 72d158f3e7 Tests for the last revision generic 18 years ago
David Srbecký 360acce034 Added specific Ast Expression so that more information can be preserved. 18 years ago
David Srbecký ed21dc016f Fixed last build; 19 years ago
David Srbecký 128320fba5 Added exception test 19 years ago
David Srbecký 34a6fb2cd1 Debugger tests: Store various states to XML and compare with previous results 19 years ago