| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| 92 | 92 |
| 93 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 93 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], | 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], |
| 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], | 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], |
| 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], | 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], |
| 97 | 97 |
| 98 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. | 98 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. |
| 99 'test-mark-compact/MarkingDeque': [SKIP], | 99 'test-mark-compact/MarkingDeque': [SKIP], |
| 100 | 100 |
| 101 # BUG(3914). | |
| 102 'test-decls/CrossScriptStaticLookupUndeclared': [SKIP], | |
| 103 'test-decls/CrossScriptReferencesHarmony': [SKIP], | |
| 104 'test-decls/CrossScriptReferencesHarmonyRegress': [SKIP], | |
| 105 | |
| 106 ############################################################################ | 101 ############################################################################ |
| 107 # Slow tests. | 102 # Slow tests. |
| 108 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 103 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 109 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 104 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 110 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 105 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 111 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 106 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 112 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 107 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 113 }], # ALWAYS | 108 }], # ALWAYS |
| 114 | 109 |
| 115 ############################################################################## | 110 ############################################################################## |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 'test-accessors/HandleScopePop' : [SKIP], | 396 'test-accessors/HandleScopePop' : [SKIP], |
| 402 'test-accessors/Gc' : [SKIP], | 397 'test-accessors/Gc' : [SKIP], |
| 403 | 398 |
| 404 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 399 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 405 | 400 |
| 406 ['arch == ppc64', { | 401 ['arch == ppc64', { |
| 407 #issue 2857 | 402 #issue 2857 |
| 408 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP], | 403 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP], |
| 409 }], # 'arch == ppc64' | 404 }], # 'arch == ppc64' |
| 410 ] | 405 ] |
| OLD | NEW |