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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 66 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
67 | 67 |
68 # This tests only the type system, so there is no point in running several | 68 # This tests only the type system, so there is no point in running several |
69 # variants. | 69 # variants. |
70 'test-types/*': [PASS, NO_VARIANTS], | 70 'test-types/*': [PASS, NO_VARIANTS], |
71 | 71 |
72 # BUG(2999). | 72 # BUG(2999). |
73 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], | 73 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
74 # BUG(3287). | 74 # BUG(3287). |
75 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], | 75 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], |
| 76 # BUG(3055). |
| 77 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, FAIL], |
76 | 78 |
77 ############################################################################ | 79 ############################################################################ |
78 # Slow tests. | 80 # Slow tests. |
79 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 81 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
80 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 82 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
81 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 83 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
82 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 84 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
83 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 85 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
84 }], # ALWAYS | 86 }], # ALWAYS |
85 | 87 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'test-serialize/*': [SKIP], | 143 'test-serialize/*': [SKIP], |
142 }], # 'no_snap == True and system == windows' | 144 }], # 'no_snap == True and system == windows' |
143 | 145 |
144 ############################################################################## | 146 ############################################################################## |
145 ['system == windows', { | 147 ['system == windows', { |
146 | 148 |
147 # BUG(2999). | 149 # BUG(2999). |
148 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 150 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
149 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], | 151 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], |
150 | 152 |
151 # BUG(3055). | |
152 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], | |
153 | |
154 # BUG(3005). | 153 # BUG(3005). |
155 'test-alloc/CodeRange': [PASS, FAIL], | 154 'test-alloc/CodeRange': [PASS, FAIL], |
156 | 155 |
157 # BUG(3215). Crashes on windows. | 156 # BUG(3215). Crashes on windows. |
158 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 157 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
159 | 158 |
160 # BUG(3331). Fails on windows. | 159 # BUG(3331). Fails on windows. |
161 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 160 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
162 | 161 |
163 }], # 'system == windows' | 162 }], # 'system == windows' |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 'test-api/Float32Array' : [SKIP], | 317 'test-api/Float32Array' : [SKIP], |
319 'test-api/Float64Array' : [SKIP], | 318 'test-api/Float64Array' : [SKIP], |
320 'test-api/Regress2333' : [SKIP], | 319 'test-api/Regress2333' : [SKIP], |
321 'test-alloc/StressHandles' : [SKIP], | 320 'test-alloc/StressHandles' : [SKIP], |
322 'test-alloc/StressJS' : [SKIP], | 321 'test-alloc/StressJS' : [SKIP], |
323 'test-accessors/HandleScopePop' : [SKIP], | 322 'test-accessors/HandleScopePop' : [SKIP], |
324 'test-accessors/Gc' : [SKIP], | 323 'test-accessors/Gc' : [SKIP], |
325 | 324 |
326 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 325 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
327 ] | 326 ] |
OLD | NEW |