Skip a bunch of new failing nacl tests
R=machenbach@chromium.org BUG= Review URL: https://codereview.chromium.org/227133006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20535 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e7f0beeaa6
commit
1b31d2b34a
@ -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'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user