| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 | 248 |
| 249 # BUG(3215). Crashes on windows. | 249 # BUG(3215). Crashes on windows. |
| 250 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 250 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
| 251 | 251 |
| 252 # BUG(3331). Fails on windows. | 252 # BUG(3331). Fails on windows. |
| 253 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 253 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
| 254 | 254 |
| 255 # BUG(v8:3433). Crashes on windows. | 255 # BUG(v8:3433). Crashes on windows. |
| 256 'test-cpu-profiler/FunctionApplySample': [SKIP], | 256 'test-cpu-profiler/FunctionApplySample': [SKIP], |
| 257 | 257 |
| 258 # TODO(mstarzinger): Investigate and fix. | |
| 259 'test-run-properties/TypedArrayLoad': [SKIP], | |
| 260 | |
| 261 }], # 'system == windows' | 258 }], # 'system == windows' |
| 262 | 259 |
| 263 ############################################################################## | 260 ############################################################################## |
| 264 ['system == macos', { | 261 ['system == macos', { |
| 265 | 262 |
| 266 # BUG(3125). | 263 # BUG(3125). |
| 267 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 264 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
| 268 'test-debug/DebugStepLinear': [PASS, FLAKY], | 265 'test-debug/DebugStepLinear': [PASS, FLAKY], |
| 269 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 266 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 270 }], # 'system == macos' | 267 }], # 'system == macos' |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'test-api/Float32Array' : [SKIP], | 450 'test-api/Float32Array' : [SKIP], |
| 454 'test-api/Float64Array' : [SKIP], | 451 'test-api/Float64Array' : [SKIP], |
| 455 'test-api/Regress2333' : [SKIP], | 452 'test-api/Regress2333' : [SKIP], |
| 456 'test-alloc/StressHandles' : [SKIP], | 453 'test-alloc/StressHandles' : [SKIP], |
| 457 'test-alloc/StressJS' : [SKIP], | 454 'test-alloc/StressJS' : [SKIP], |
| 458 'test-accessors/HandleScopePop' : [SKIP], | 455 'test-accessors/HandleScopePop' : [SKIP], |
| 459 'test-accessors/Gc' : [SKIP], | 456 'test-accessors/Gc' : [SKIP], |
| 460 | 457 |
| 461 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 458 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 462 ] | 459 ] |
| OLD | NEW |