| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index b6822652be90800daff2b3aaedf345a79664edf9..31ee0fbecbdc57d07d4c3b47e5068d87f6e66f32 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -232,5 +232,79 @@
|
|
|
| # BUG(3150).
|
| 'test-api/PreCompileInvalidPreparseDataError': [SKIP],
|
| +
|
| + 'test-types/Convert' : [SKIP],
|
| + 'test-symbols/Create' : [SKIP],
|
| + 'test-parsing/ParserSync' : [SKIP],
|
| + 'test-parsing/ErrorsEvalAndArguments' : [SKIP],
|
| + 'test-parsing/ErrorsFutureStrictReservedWords' : [SKIP],
|
| + 'test-parsing/ErrorsReservedWords' : [SKIP],
|
| + 'test-parsing/ErrorsYieldStrict' : [SKIP],
|
| + 'test-parsing/ErrorsNotAnIdentifierName' : [SKIP],
|
| + 'test-parsing/FunctionDeclaresItselfStrict' : [SKIP],
|
| + 'test-parsing/ErrorsObjectLiteralChecking' : [SKIP],
|
| + 'test-parsing/InvalidLeftHandSide' : [SKIP],
|
| + 'test-heap/GarbageCollection' : [SKIP],
|
| + 'test-heap/GlobalHandles' : [SKIP],
|
| + 'test-heap/WeakGlobalHandlesScavenge' : [SKIP],
|
| + 'test-heap/DeleteWeakGlobalHandle' : [SKIP],
|
| + 'test-heap/GrowAndShrinkNewSpace' : [SKIP],
|
| + 'test-heap/OptimizedAllocationAlwaysInNewSpace' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringAllocationFolding' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringObjectArrayLiterals' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringAllocationFoldingBlocks' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringMixedInObjectProperties' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringDoubleArrayProperties' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringdoubleArrayLiterals' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringNestedObjectLiterals' : [SKIP],
|
| + 'test-heap/OptimizedPretenuringNestedDoubleLiterals' : [SKIP],
|
| + 'test-heap/Regress169928' : [SKIP],
|
| + 'test-decls/Unknown' : [SKIP],
|
| + 'test-decls/Present' : [SKIP],
|
| + 'test-decls/Absent' : [SKIP],
|
| + 'test-decls/Appearing' : [SKIP],
|
| + 'test-decls/Reappearing' : [SKIP],
|
| + 'test-decls/ExistsInPrototype' : [SKIP],
|
| + 'test-decls/AbsentInPrototype' : [SKIP],
|
| + 'test-decls/ExistsInHiddenPrototype' : [SKIP],
|
| + 'test-debug/ConditionalScriptBreakPoint' : [SKIP],
|
| + 'test-debug/DebugEvaluate' : [SKIP],
|
| + 'test-debug/ConditionalBreakpointWithCodeGenerationDisallowed' : [SKIP],
|
| + 'test-debug/DebugEvaluateWithCodeGenerationDisallowed' : [SKIP],
|
| + 'test-debug/DebugBreak' : [SKIP],
|
| + 'test-debug/ThreadedDebugging' : [SKIP],
|
| + 'test-debug/RecursiveBreakpoints' : [SKIP],
|
| + 'test-dictionary/HashMap' : [SKIP],
|
| + 'test-debug/Backtrace' : [SKIP],
|
| + 'test-debug/DebugBreakLoop' : [SKIP],
|
| + 'test-constantpool/ConstantPool' : [SKIP],
|
| + 'test-compiler/GetScriptLineNumber' : [SKIP],
|
| + 'test-api/ScriptMakingExternalString' : [SKIP],
|
| + 'test-api/ScriptMakingExternalAsciiString' : [SKIP],
|
| + 'test-api/MakingExternalStringConditions' : [SKIP],
|
| + 'test-api/MakingExternalAsciiStringConditions' : [SKIP],
|
| + 'test-api/MakingExternalUnalignedAsciiString' : [SKIP],
|
| + 'test-api/IndexedInterceptorUnboxedDoubleWithIndexedAccessor' : [SKIP],
|
| + 'test-api/IndependentWeakHandle' : [SKIP],
|
| + 'test-api/GCFromWeakCallbacks' : [SKIP],
|
| + 'test-api/IndependentHandleRevival' : [SKIP],
|
| + 'test-api/StringWrite' : [SKIP],
|
| + 'test-api/Threading3' : [SKIP],
|
| + 'test-api/Threading4' : [SKIP],
|
| + 'test-api/Threading2' : [SKIP],
|
| + 'test-api/FixedFloat32Array' : [SKIP],
|
| + 'test-api/FixedFloat64Array' : [SKIP],
|
| + 'test-api/ExternalFloat32Array' : [SKIP],
|
| + 'test-api/ExternalFloat64Array' : [SKIP],
|
| + 'test-api/ExternalArrays' : [SKIP],
|
| + 'test-api/Float32Array' : [SKIP],
|
| + 'test-api/Float64Array' : [SKIP],
|
| + 'test-api/Regress2333' : [SKIP],
|
| + 'test-alloc/StressHandles' : [SKIP],
|
| + 'test-alloc/StressJS' : [SKIP],
|
| + 'test-accessors/HandleScopePop' : [SKIP],
|
| + 'test-accessors/Gc' : [SKIP],
|
| +
|
| }], # 'arch == nacl_ia32 or arch == nacl_x64'
|
| ]
|
|
|