| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], | 149 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], |
| 150 | 150 |
| 151 # BUG(3055). | 151 # BUG(3055). |
| 152 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], | 152 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], |
| 153 | 153 |
| 154 # BUG(3005). | 154 # BUG(3005). |
| 155 'test-alloc/CodeRange': [PASS, FAIL], | 155 'test-alloc/CodeRange': [PASS, FAIL], |
| 156 | 156 |
| 157 # BUG(3215). Crashes on windows. | 157 # BUG(3215). Crashes on windows. |
| 158 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 158 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
| 159 |
| 160 # BUG(3331). Fails on windows. |
| 161 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
| 162 |
| 159 }], # 'system == windows' | 163 }], # 'system == windows' |
| 160 | 164 |
| 161 ############################################################################## | 165 ############################################################################## |
| 162 ['system == macos', { | 166 ['system == macos', { |
| 163 | 167 |
| 164 # BUG(3125). | 168 # BUG(3125). |
| 165 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 169 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
| 166 'test-debug/DebugStepLinear': [PASS, FLAKY], | 170 'test-debug/DebugStepLinear': [PASS, FLAKY], |
| 167 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 171 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 168 }], # 'system == macos' | 172 }], # 'system == macos' |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 'test-api/Float32Array' : [SKIP], | 318 'test-api/Float32Array' : [SKIP], |
| 315 'test-api/Float64Array' : [SKIP], | 319 'test-api/Float64Array' : [SKIP], |
| 316 'test-api/Regress2333' : [SKIP], | 320 'test-api/Regress2333' : [SKIP], |
| 317 'test-alloc/StressHandles' : [SKIP], | 321 'test-alloc/StressHandles' : [SKIP], |
| 318 'test-alloc/StressJS' : [SKIP], | 322 'test-alloc/StressJS' : [SKIP], |
| 319 'test-accessors/HandleScopePop' : [SKIP], | 323 'test-accessors/HandleScopePop' : [SKIP], |
| 320 'test-accessors/Gc' : [SKIP], | 324 'test-accessors/Gc' : [SKIP], |
| 321 | 325 |
| 322 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 326 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 323 ] | 327 ] |
| OLD | NEW |