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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 # This tests only that the preparser and parser agree, so there is no point in | 63 # This tests only that the preparser and parser agree, so there is no point in |
64 # running several variants. Note that this still takes ages, because there | 64 # running several variants. Note that this still takes ages, because there |
65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. | 65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
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-hydrogen-types/*': [PASS, NO_VARIANTS], | 70 'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
71 'test-types/*': [PASS, NO_VARIANTS], | 71 'test-types/*': [PASS, NO_VARIANTS], |
72 | 72 |
73 # BUG(2999). | 73 # The cpu profiler tests are notoriously flaky. |
74 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], | 74 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
75 # BUG(3287). | 75 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
76 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], | 76 'test-cpu-profiler/*': [PASS, FLAKY], |
77 | 77 |
78 ############################################################################ | 78 ############################################################################ |
79 # Slow tests. | 79 # Slow tests. |
80 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 80 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
81 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 81 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
82 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 82 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
83 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 83 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
84 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 84 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
85 }], # ALWAYS | 85 }], # ALWAYS |
86 | 86 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 ['no_snap == True and system == windows', { | 140 ['no_snap == True and system == windows', { |
141 # Windows doesn't support nosnap mode. | 141 # Windows doesn't support nosnap mode. |
142 'test-serialize/*': [SKIP], | 142 'test-serialize/*': [SKIP], |
143 }], # 'no_snap == True and system == windows' | 143 }], # 'no_snap == True and system == windows' |
144 | 144 |
145 ############################################################################## | 145 ############################################################################## |
146 ['system == windows', { | 146 ['system == windows', { |
147 | 147 |
148 # BUG(2999). | 148 # BUG(2999). |
149 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 149 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
150 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], | |
151 | 150 |
152 # BUG(3055). | 151 # BUG(3055). |
153 '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]], |
154 | 153 |
155 # BUG(3005). | 154 # BUG(3005). |
156 'test-alloc/CodeRange': [PASS, FAIL], | 155 'test-alloc/CodeRange': [PASS, FAIL], |
157 | 156 |
158 # BUG(3215). Crashes on windows. | 157 # BUG(3215). Crashes on windows. |
159 'test-lockers/MultithreadedParallelIsolates': [SKIP], | 158 'test-lockers/MultithreadedParallelIsolates': [SKIP], |
160 | 159 |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 'test-api/Float32Array' : [SKIP], | 318 'test-api/Float32Array' : [SKIP], |
320 'test-api/Float64Array' : [SKIP], | 319 'test-api/Float64Array' : [SKIP], |
321 'test-api/Regress2333' : [SKIP], | 320 'test-api/Regress2333' : [SKIP], |
322 'test-alloc/StressHandles' : [SKIP], | 321 'test-alloc/StressHandles' : [SKIP], |
323 'test-alloc/StressJS' : [SKIP], | 322 'test-alloc/StressJS' : [SKIP], |
324 'test-accessors/HandleScopePop' : [SKIP], | 323 'test-accessors/HandleScopePop' : [SKIP], |
325 'test-accessors/Gc' : [SKIP], | 324 'test-accessors/Gc' : [SKIP], |
326 | 325 |
327 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 326 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
328 ] | 327 ] |
OLD | NEW |