v8/test/cctest
dslomov 1f6c46879b Test for access checks on super assignments.
R=verwaest@chromium.org
BUG=chromium:470113
LOG=N

Review URL: https://codereview.chromium.org/1034523002

Cr-Commit-Position: refs/heads/master@{#27438}
2015-03-25 12:52:11 +00:00
..
compiler Added %_HeapObjectGetMap and %_MapGetInstanceType intrinsics. 2015-03-24 15:20:57 +00:00
cctest.cc Fix cctest + unittest to work with an external snapshot. 2015-02-10 15:38:09 +00:00
cctest.gyp PPC: Changes to allow AIX to compile with gcc 4.8.3 2015-03-18 08:43:28 +00:00
cctest.h Make tests pass with weak closure overapproximation enabled 2015-03-18 10:01:36 +00:00
cctest.status Remove the check for turbofan unsupported platform. 2015-03-23 10:06:27 +00:00
DEPS
gay-fixed.cc
gay-fixed.h
gay-precision.cc
gay-precision.h
gay-shortest.cc
gay-shortest.h
log-eq-of-logging-and-traversal.js
OWNERS Update cctest OWNERS file for mips committers. 2014-09-18 17:33:24 +00:00
print-extension.cc
print-extension.h
profiler-extension.cc
profiler-extension.h
test-accessors.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-alloc.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-api-interceptors.cc fix nonmasking interceptor ic with interceptor on receiver 2015-03-25 12:34:10 +00:00
test-api.cc Test for access checks on super assignments. 2015-03-25 12:52:11 +00:00
test-api.h split interceptor tests off of test-api 2015-02-06 12:08:07 +00:00
test-array-list.cc Retain maps embedded in optimized code for several garbage collections. 2015-03-06 12:36:32 +00:00
test-assembler-arm64.cc [arm64] Assembler support for internal references. 2015-03-19 10:24:54 +00:00
test-assembler-arm.cc [arm] Assembler support for internal references. 2015-02-06 07:21:23 +00:00
test-assembler-ia32.cc [ia32] Assembler support for internal references. 2015-02-06 08:51:51 +00:00
test-assembler-mips64.cc MIPS64: Fix bug in jump table test. 2015-03-19 12:42:11 +00:00
test-assembler-mips.cc MIPS: Assembler support for internal references. 2015-02-09 20:50:03 +00:00
test-assembler-ppc.cc Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
test-assembler-x64.cc [x64] Assembler support for internal references and RIP relative addressing. 2015-02-06 12:48:52 +00:00
test-assembler-x87.cc X87: Assembler support for internal references. 2015-02-15 06:50:11 +00:00
test-ast.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
test-atomicops.cc
test-bignum-dtoa.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-bignum.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-bit-vector.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
test-circular-queue.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-code-stubs-arm64.cc
test-code-stubs-arm.cc
test-code-stubs-ia32.cc
test-code-stubs-mips64.cc MIPS64: Fix ConvertDToI test. 2014-10-01 16:25:01 +00:00
test-code-stubs-mips.cc
test-code-stubs-x64.cc
test-code-stubs-x87.cc
test-code-stubs.cc Fix the test-code-stubs tests. 2015-01-30 13:36:13 +00:00
test-code-stubs.h
test-compiler.cc Allow passing sourceMapUrl when compiling scripts 2015-03-05 13:03:57 +00:00
test-constantpool.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-conversions.cc add 0 length guard in IsNonArrayIndexInteger 2015-03-12 10:44:38 +00:00
test-cpu-profiler.cc CpuProfiler: push the collected information about deopts to cpu profiler 2015-03-24 12:46:26 +00:00
test-date.cc
test-debug.cc Set test expectations prior to enabling --turbo-osr. 2015-03-24 19:02:55 +00:00
test-decls.cc Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
test-deoptimization.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-dictionary.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-disasm-arm64.cc Add FRINTP (round towards positive infinity) instruction. 2014-10-22 11:06:22 +00:00
test-disasm-arm.cc [arm] Recognize SXTB, SXTH, UXTB and UXTH. 2014-11-10 05:49:17 +00:00
test-disasm-ia32.cc [turbofan] Introduce optional Float64Min and Float64Max machine operators. 2015-03-12 14:07:39 +00:00
test-disasm-mips64.cc
test-disasm-mips.cc
test-disasm-ppc.cc Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
test-disasm-x64.cc [turbofan] Turn Math.clz32 into an inlinable builtin. 2015-03-20 08:37:34 +00:00
test-disasm-x87.cc X87: [turbofan] support all shift operands on ia32 2014-10-08 06:13:22 +00:00
test-diy-fp.cc
test-double.cc Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
test-dtoa.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-fast-dtoa.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-feedback-vector.cc Feedback vector: ASAN found memory leaks during AST Numbering pass. 2015-03-17 15:16:36 +00:00
test-fixed-dtoa.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-flags.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-func-name-inference.cc Refactor BreakLocationIterator. 2015-03-04 13:15:34 +00:00
test-fuzz-arm64.cc
test-gc-tracer.cc
test-global-handles.cc
test-global-object.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-hashing.cc Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
test-hashmap.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-heap-profiler.cc Remove uid and title from HeapSnapshot 2015-03-10 15:14:07 +00:00
test-heap.cc VectorICs: Address test-heap TODOS 2015-03-25 11:15:22 +00:00
test-hydrogen-types.cc
test-javascript-arm64.cc
test-js-arm64-variables.cc
test-list.cc
test-liveedit.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
test-lockers.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-log-stack-tracer.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-log.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-macro-assembler-arm.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-macro-assembler-ia32.cc Reland 24052 - Require V8 to be explicitly initialized before an Isolate is created 2014-09-19 08:01:35 +00:00
test-macro-assembler-mips64.cc
test-macro-assembler-mips.cc MIPS: Use signaling NaN for holes in fixed double arrays. 2015-01-22 06:15:02 +00:00
test-macro-assembler-x64.cc [x64] Make r12 allocatable. 2015-02-27 08:04:07 +00:00
test-macro-assembler-x87.cc Reland 24052 - Require V8 to be explicitly initialized before an Isolate is created 2014-09-19 08:01:35 +00:00
test-mark-compact.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-mementos.cc
test-microtask-delivery.cc
test-migrations.cc Reland "Fix memory leak caused by field type in descriptor array." 2015-03-23 11:20:50 +00:00
test-object-observe.cc Remove ForceDelete 2015-01-20 13:41:31 +00:00
test-ordered-hash-table.cc
test-parsing.cc [strong] Check strong mode free variables against the global object. 2015-03-24 16:46:59 +00:00
test-platform-linux.cc
test-platform-win32.cc
test-platform.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-profile-generator.cc Remove obsolete method ProfileTree::AddPathFromStart and the corresponding test. 2015-02-11 07:27:09 +00:00
test-random-number-generator.cc Reland 24052 - Require V8 to be explicitly initialized before an Isolate is created 2014-09-19 08:01:35 +00:00
test-regexp.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-reloc-info.cc Remove redundant source position information in RelocInfo 2015-02-12 12:15:31 +00:00
test-representation.cc
test-sampler-api.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-serialize.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-spaces.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-strings.cc PPC: fix allocation issues for PPC64. 2015-03-13 11:18:31 +00:00
test-strtod.cc Revert of Remove obsolete V8_INFINITY macro. (patchset #3 id:40001 of https://codereview.chromium.org/798413003/) 2014-12-20 13:17:35 +00:00
test-symbols.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-thread-termination.cc Reland "Correctly propagate terminate exception in TryCall." 2015-02-24 08:30:30 +00:00
test-threads.cc
test-transitions.cc Reland: Simplify and compact transitions storage 2015-03-06 14:08:47 +00:00
test-types.cc [turbofan] Make the representation type component independent of the semantic component. 2015-02-12 15:21:33 +00:00
test-unbound-queue.cc
test-unboxed-doubles.cc Reland "Filter invalid slots out from the SlotsBuffer after marking." 2015-03-25 08:52:58 +00:00
test-unique.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
test-unscopables-hidden-prototype.cc
test-utils-arm64.cc
test-utils-arm64.h
test-utils.cc Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
test-version.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-weakmaps.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-weaksets.cc Revert "Merge old data and pointer space." 2015-03-19 22:03:32 +00:00
test-weaktypedarrays.cc Just visit young array buffers during scavenge. Additionally keep the views in new space in a separate global list and move them to the corresponding array buffers when they get promoted. 2015-03-11 10:58:03 +00:00
testcfg.py
trace-extension.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
trace-extension.h
types-fuzz.h [turbofan] Make the representation type component independent of the semantic component. 2015-02-12 15:21:33 +00:00