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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'test-debug/ConditionalScriptBreakPoint' : [SKIP], | 380 'test-debug/ConditionalScriptBreakPoint' : [SKIP], |
381 'test-debug/DebugEvaluate' : [SKIP], | 381 'test-debug/DebugEvaluate' : [SKIP], |
382 'test-debug/ConditionalBreakpointWithCodeGenerationDisallowed' : [SKIP], | 382 'test-debug/ConditionalBreakpointWithCodeGenerationDisallowed' : [SKIP], |
383 'test-debug/DebugEvaluateWithCodeGenerationDisallowed' : [SKIP], | 383 'test-debug/DebugEvaluateWithCodeGenerationDisallowed' : [SKIP], |
384 'test-debug/DebugBreak' : [SKIP], | 384 'test-debug/DebugBreak' : [SKIP], |
385 'test-debug/ThreadedDebugging' : [SKIP], | 385 'test-debug/ThreadedDebugging' : [SKIP], |
386 'test-debug/RecursiveBreakpoints' : [SKIP], | 386 'test-debug/RecursiveBreakpoints' : [SKIP], |
387 'test-dictionary/HashMap' : [SKIP], | 387 'test-dictionary/HashMap' : [SKIP], |
388 'test-debug/Backtrace' : [SKIP], | 388 'test-debug/Backtrace' : [SKIP], |
389 'test-debug/DebugBreakLoop' : [SKIP], | 389 'test-debug/DebugBreakLoop' : [SKIP], |
390 'test-constantpool/ConstantPool' : [SKIP], | |
391 'test-compiler/GetScriptLineNumber' : [SKIP], | 390 'test-compiler/GetScriptLineNumber' : [SKIP], |
392 'test-api/ScriptMakingExternalString' : [SKIP], | 391 'test-api/ScriptMakingExternalString' : [SKIP], |
393 'test-api/ScriptMakingExternalOneByteString' : [SKIP], | 392 'test-api/ScriptMakingExternalOneByteString' : [SKIP], |
394 'test-api/MakingExternalStringConditions' : [SKIP], | 393 'test-api/MakingExternalStringConditions' : [SKIP], |
395 'test-api/MakingExternalOneByteStringConditions' : [SKIP], | 394 'test-api/MakingExternalOneByteStringConditions' : [SKIP], |
396 'test-api/MakingExternalUnalignedOneByteString' : [SKIP], | 395 'test-api/MakingExternalUnalignedOneByteString' : [SKIP], |
397 'test-api/IndexedInterceptorUnboxedDoubleWithIndexedAccessor' : [SKIP], | 396 'test-api/IndexedInterceptorUnboxedDoubleWithIndexedAccessor' : [SKIP], |
398 'test-api/IndependentWeakHandle' : [SKIP], | 397 'test-api/IndependentWeakHandle' : [SKIP], |
399 'test-api/GCFromWeakCallbacks' : [SKIP], | 398 'test-api/GCFromWeakCallbacks' : [SKIP], |
400 'test-api/IndependentHandleRevival' : [SKIP], | 399 'test-api/IndependentHandleRevival' : [SKIP], |
(...skipping 27 matching lines...) Expand all Loading... |
428 ############################################################################## | 427 ############################################################################## |
429 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 428 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
430 | 429 |
431 # Pass but take too long with the simulator. | 430 # Pass but take too long with the simulator. |
432 'test-api/Threading1': [PASS, SLOW], | 431 'test-api/Threading1': [PASS, SLOW], |
433 'test-api/Threading2': [PASS, SLOW], | 432 'test-api/Threading2': [PASS, SLOW], |
434 'test-api/ExternalArrays': [PASS, SLOW], | 433 'test-api/ExternalArrays': [PASS, SLOW], |
435 | 434 |
436 }], # 'arch == ppc64 and simulator_run == True' | 435 }], # 'arch == ppc64 and simulator_run == True' |
437 ] | 436 ] |
OLD | NEW |