| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								pending.rb
							
						
					
				 | 
				
					
						
							
							* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
						
					
				 | 
				2008-06-19 16:08:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								runner.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/runner.rb (assert_normal_exit): add :timeout option.
						
					
				 | 
				2010-02-17 12:27:34 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_attr.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_attr.rb: moved test for [ruby-core:14641].
						
					
				 | 
				2008-01-17 16:59:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_autoload.rb
							
						
					
				 | 
				
					
						
							
							fix tests for load_path.
						
					
				 | 
				2009-06-22 07:28:33 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_block.rb
							
						
					
				 | 
				
					
						
							
							* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from
						
					
				 | 
				2008-12-15 07:26:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_class.rb
							
						
					
				 | 
				
					
						
							
							* variable.c (rb_autoload_load): checks if iv_tbl is valid.
						
					
				 | 
				2009-05-15 06:15:14 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_eval.rb
							
						
					
				 | 
				
					
						
							
							fixed tests.
						
					
				 | 
				2009-12-04 07:09:21 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_exception.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_exception.rb: test for [ruby-core:24767].
						
					
				 | 
				2009-08-05 04:01:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_finalizer.rb
							
						
					
				 | 
				
					
						
							
							* gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizers
						
					
				 | 
				2008-08-06 11:48:30 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_flip.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_flip.rb: new test for flip-flop operator.
						
					
				 | 
				2007-07-10 06:57:56 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_flow.rb
							
						
					
				 | 
				
					
						
							
							* vm.c (vm_exec): reset thread state before starting vm loop.
						
					
				 | 
				2010-02-09 19:06:39 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_fork.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_fork.rb: add a test for [ruby-core:28924].
						
					
				 | 
				2010-04-19 16:03:39 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_gc.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]
						
					
				 | 
				2009-10-16 09:42:20 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_io.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_io.rb: reduced megacontent test.
						
					
				 | 
				2010-04-18 03:26:56 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_jump.rb
							
						
					
				 | 
				
					
						
							
							* compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction to
						
					
				 | 
				2010-04-20 15:28:33 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_literal.rb
							
						
					
				 | 
				
					
						
							
							* parse.y (literal_concat_gen): concat body from dstr instead of
						
					
				 | 
				2009-09-03 08:57:28 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_load.rb
							
						
					
				 | 
				
					
						
							
							* file.c (file_load_ok): checks if regular file.  [ruby-dev:38097]
						
					
				 | 
				2009-02-27 06:49:43 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_marshal.rb
							
						
					
				 | 
				
					
						
							
							bootstraptest/test_marshal.rb: test updated
						
					
				 | 
				2008-03-01 04:07:26 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_massign.rb
							
						
					
				 | 
				
					
						
							
							* insns.def (expandarray): fix stack inc.
						
					
				 | 
				2008-01-23 17:17:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_method.rb
							
						
					
				 | 
				
					
						
							
							* compile.c (iseq_compile_each): fix stack consistency error.
						
					
				 | 
				2009-07-30 12:42:41 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_objectspace.rb
							
						
					
				 | 
				
					
						
							
							reduce test time.
						
					
				 | 
				2009-02-02 08:08:52 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_proc.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_proc.rb: suppress error message.
						
					
				 | 
				2009-01-02 13:20:46 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_struct.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_struct.rb: some test moved from test to shut
						
					
				 | 
				2008-03-13 16:40:33 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_syntax.rb
							
						
					
				 | 
				
					
						
							
							* parse.y (parser_yylex): reverted r27388 due to backward
						
					
				 | 
				2010-04-21 04:36:05 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								test_thread.rb
							
						
					
				 | 
				
					
						
							
							* bootstraptest/test_thread.rb: fix test.  [Bug #2342]
						
					
				 | 
				2010-04-22 14:02:09 +00:00 |