OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'test-cpu-profiler/*': [SKIP], | 225 'test-cpu-profiler/*': [SKIP], |
226 | 226 |
227 # Fails since 16322 (new test). | 227 # Fails since 16322 (new test). |
228 'test-code-stubs-arm/ConvertDToI': [SKIP], | 228 'test-code-stubs-arm/ConvertDToI': [SKIP], |
229 | 229 |
230 # BUG(2998). | 230 # BUG(2998). |
231 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 231 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
232 | 232 |
233 # BUG(3150). | 233 # BUG(3150). |
234 'test-api/PreCompileInvalidPreparseDataError': [SKIP], | 234 'test-api/PreCompileInvalidPreparseDataError': [SKIP], |
| 235 |
| 236 'test-types/Convert' : [SKIP], |
| 237 'test-symbols/Create' : [SKIP], |
| 238 'test-parsing/ParserSync' : [SKIP], |
| 239 'test-parsing/ErrorsEvalAndArguments' : [SKIP], |
| 240 'test-parsing/ErrorsFutureStrictReservedWords' : [SKIP], |
| 241 'test-parsing/ErrorsReservedWords' : [SKIP], |
| 242 'test-parsing/ErrorsYieldStrict' : [SKIP], |
| 243 'test-parsing/ErrorsNotAnIdentifierName' : [SKIP], |
| 244 'test-parsing/FunctionDeclaresItselfStrict' : [SKIP], |
| 245 'test-parsing/ErrorsObjectLiteralChecking' : [SKIP], |
| 246 'test-parsing/InvalidLeftHandSide' : [SKIP], |
| 247 'test-heap/GarbageCollection' : [SKIP], |
| 248 'test-heap/GlobalHandles' : [SKIP], |
| 249 'test-heap/WeakGlobalHandlesScavenge' : [SKIP], |
| 250 'test-heap/DeleteWeakGlobalHandle' : [SKIP], |
| 251 'test-heap/GrowAndShrinkNewSpace' : [SKIP], |
| 252 'test-heap/OptimizedAllocationAlwaysInNewSpace' : [SKIP], |
| 253 'test-heap/OptimizedPretenuringAllocationFolding' : [SKIP], |
| 254 'test-heap/OptimizedPretenuringObjectArrayLiterals' : [SKIP], |
| 255 'test-heap/OptimizedPretenuringAllocationFoldingBlocks' : [SKIP], |
| 256 'test-heap/OptimizedPretenuringMixedInObjectProperties' : [SKIP], |
| 257 'test-heap/OptimizedPretenuringDoubleArrayProperties' : [SKIP], |
| 258 'test-heap/OptimizedPretenuringdoubleArrayLiterals' : [SKIP], |
| 259 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals' : [SKIP], |
| 260 'test-heap/OptimizedPretenuringNestedObjectLiterals' : [SKIP], |
| 261 'test-heap/OptimizedPretenuringNestedDoubleLiterals' : [SKIP], |
| 262 'test-heap/Regress169928' : [SKIP], |
| 263 'test-decls/Unknown' : [SKIP], |
| 264 'test-decls/Present' : [SKIP], |
| 265 'test-decls/Absent' : [SKIP], |
| 266 'test-decls/Appearing' : [SKIP], |
| 267 'test-decls/Reappearing' : [SKIP], |
| 268 'test-decls/ExistsInPrototype' : [SKIP], |
| 269 'test-decls/AbsentInPrototype' : [SKIP], |
| 270 'test-decls/ExistsInHiddenPrototype' : [SKIP], |
| 271 'test-debug/ConditionalScriptBreakPoint' : [SKIP], |
| 272 'test-debug/DebugEvaluate' : [SKIP], |
| 273 'test-debug/ConditionalBreakpointWithCodeGenerationDisallowed' : [SKIP], |
| 274 'test-debug/DebugEvaluateWithCodeGenerationDisallowed' : [SKIP], |
| 275 'test-debug/DebugBreak' : [SKIP], |
| 276 'test-debug/ThreadedDebugging' : [SKIP], |
| 277 'test-debug/RecursiveBreakpoints' : [SKIP], |
| 278 'test-dictionary/HashMap' : [SKIP], |
| 279 'test-debug/Backtrace' : [SKIP], |
| 280 'test-debug/DebugBreakLoop' : [SKIP], |
| 281 'test-constantpool/ConstantPool' : [SKIP], |
| 282 'test-compiler/GetScriptLineNumber' : [SKIP], |
| 283 'test-api/ScriptMakingExternalString' : [SKIP], |
| 284 'test-api/ScriptMakingExternalAsciiString' : [SKIP], |
| 285 'test-api/MakingExternalStringConditions' : [SKIP], |
| 286 'test-api/MakingExternalAsciiStringConditions' : [SKIP], |
| 287 'test-api/MakingExternalUnalignedAsciiString' : [SKIP], |
| 288 'test-api/IndexedInterceptorUnboxedDoubleWithIndexedAccessor' : [SKIP], |
| 289 'test-api/IndependentWeakHandle' : [SKIP], |
| 290 'test-api/GCFromWeakCallbacks' : [SKIP], |
| 291 'test-api/IndependentHandleRevival' : [SKIP], |
| 292 'test-api/StringWrite' : [SKIP], |
| 293 'test-api/Threading3' : [SKIP], |
| 294 'test-api/Threading4' : [SKIP], |
| 295 'test-api/Threading2' : [SKIP], |
| 296 'test-api/FixedFloat32Array' : [SKIP], |
| 297 'test-api/FixedFloat64Array' : [SKIP], |
| 298 'test-api/ExternalFloat32Array' : [SKIP], |
| 299 'test-api/ExternalFloat64Array' : [SKIP], |
| 300 'test-api/ExternalArrays' : [SKIP], |
| 301 'test-api/Float32Array' : [SKIP], |
| 302 'test-api/Float64Array' : [SKIP], |
| 303 'test-api/Regress2333' : [SKIP], |
| 304 'test-alloc/StressHandles' : [SKIP], |
| 305 'test-alloc/StressJS' : [SKIP], |
| 306 'test-accessors/HandleScopePop' : [SKIP], |
| 307 'test-accessors/Gc' : [SKIP], |
| 308 |
235 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 309 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
236 ] | 310 ] |
OLD | NEW |