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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 # Windows doesn't support nosnap mode. | 145 # Windows doesn't support nosnap mode. |
146 'test-serialize/*': [SKIP], | 146 'test-serialize/*': [SKIP], |
147 }], # 'no_snap == True and system == windows' | 147 }], # 'no_snap == True and system == windows' |
148 | 148 |
149 ############################################################################## | 149 ############################################################################## |
150 ['system == windows', { | 150 ['system == windows', { |
151 | 151 |
152 # BUG(2999). | 152 # BUG(2999). |
153 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 153 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
154 | 154 |
155 # BUG(3055). | |
156 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], | |
157 | |
158 # BUG(3005). | 155 # BUG(3005). |
159 'test-alloc/CodeRange': [PASS, FAIL], | 156 'test-alloc/CodeRange': [PASS, FAIL], |
160 | 157 |
161 # BUG(3215). Crashes on windows. | 158 # BUG(3215). Crashes on windows. |
162 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 159 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
163 | 160 |
164 # BUG(3331). Fails on windows. | 161 # BUG(3331). Fails on windows. |
165 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 162 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
166 | 163 |
167 }], # 'system == windows' | 164 }], # 'system == windows' |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'test-api/Float32Array' : [SKIP], | 336 'test-api/Float32Array' : [SKIP], |
340 'test-api/Float64Array' : [SKIP], | 337 'test-api/Float64Array' : [SKIP], |
341 'test-api/Regress2333' : [SKIP], | 338 'test-api/Regress2333' : [SKIP], |
342 'test-alloc/StressHandles' : [SKIP], | 339 'test-alloc/StressHandles' : [SKIP], |
343 'test-alloc/StressJS' : [SKIP], | 340 'test-alloc/StressJS' : [SKIP], |
344 'test-accessors/HandleScopePop' : [SKIP], | 341 'test-accessors/HandleScopePop' : [SKIP], |
345 'test-accessors/Gc' : [SKIP], | 342 'test-accessors/Gc' : [SKIP], |
346 | 343 |
347 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 344 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
348 ] | 345 ] |
OLD | NEW |