v8/test/cctest
erik.corry@gmail.com 5312fc05be The OutOfMemory and OutOfMemoryNested tests set a heap limit that was too low.
A change in the way heap was allocated meant that the initial heap size was
sometimes not higher than the limit, which mean that the limit started having
and effect and prevented V8 from booting up.

Fixes http://code.google.com/p/v8/issues/detail?id=25
Review URL: http://codereview.chromium.org/2924

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@325 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-09-17 10:58:45 +00:00
..
cctest.cc Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
cctest.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
cctest.status Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
SConscript Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-api.cc The OutOfMemory and OutOfMemoryNested tests set a heap limit that was too low. 2008-09-17 10:58:45 +00:00
test-assembler-arm.cc Fix some arm related flags with the new flag system. 2008-09-12 11:00:36 +00:00
test-assembler-ia32.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-ast.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-compiler.cc Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
test-conversions.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-debug.cc This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
test-decls.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-disasm-arm.cc Fixed arm disassembler build problems. 2008-09-11 16:41:19 +00:00
test-disasm-ia32.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-flags.cc This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
test-hashmap.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-heap.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-lock.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-mark-compact.cc This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
test-platform-linux.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-platform-macos.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-platform-nullos.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-platform-win32.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-serialize.cc This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
test-spaces.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-strings.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test-utils.cc Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
testcfg.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00