| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 | 88 |
| 89 ############################################################################## | 89 ############################################################################## |
| 90 # TurboFan compiler failures. | 90 # TurboFan compiler failures. |
| 91 | 91 |
| 92 # Some tests are just too slow to run for now. | 92 # Some tests are just too slow to run for now. |
| 93 'test-api/Threading*': [PASS, NO_VARIANTS], | 93 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 94 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 94 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
| 95 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 95 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
| 96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
| 97 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 97 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
| 98 # BUG(3742). |
| 99 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| 98 | 100 |
| 99 # Support for %GetFrameDetails is missing and requires checkpoints. | 101 # Support for %GetFrameDetails is missing and requires checkpoints. |
| 100 'test-api/Regress385349': [PASS, NO_VARIANTS], | 102 'test-api/Regress385349': [PASS, NO_VARIANTS], |
| 101 'test-debug/DebuggerStatement': [PASS, NO_VARIANTS], | 103 'test-debug/DebuggerStatement': [PASS, NO_VARIANTS], |
| 102 'test-debug/DebuggerStatementBreakpoint': [PASS, NO_VARIANTS], | 104 'test-debug/DebuggerStatementBreakpoint': [PASS, NO_VARIANTS], |
| 103 'test-debug/DebugEvaluateWithCodeGenerationDisallowed': [PASS, NO_VARIANTS], | 105 'test-debug/DebugEvaluateWithCodeGenerationDisallowed': [PASS, NO_VARIANTS], |
| 104 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], | 106 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], |
| 105 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], | 107 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], |
| 106 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], | 108 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], |
| 107 'test-debug/ScriptNameAndData': [PASS, NO_VARIANTS], | 109 'test-debug/ScriptNameAndData': [PASS, NO_VARIANTS], |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 'test-api/Float32Array' : [SKIP], | 425 'test-api/Float32Array' : [SKIP], |
| 424 'test-api/Float64Array' : [SKIP], | 426 'test-api/Float64Array' : [SKIP], |
| 425 'test-api/Regress2333' : [SKIP], | 427 'test-api/Regress2333' : [SKIP], |
| 426 'test-alloc/StressHandles' : [SKIP], | 428 'test-alloc/StressHandles' : [SKIP], |
| 427 'test-alloc/StressJS' : [SKIP], | 429 'test-alloc/StressJS' : [SKIP], |
| 428 'test-accessors/HandleScopePop' : [SKIP], | 430 'test-accessors/HandleScopePop' : [SKIP], |
| 429 'test-accessors/Gc' : [SKIP], | 431 'test-accessors/Gc' : [SKIP], |
| 430 | 432 |
| 431 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 433 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 432 ] | 434 ] |
| OLD | NEW |