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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
127 | 127 |
128 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. | 128 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. |
129 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]], | 129 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]], |
130 }], # ALWAYS | 130 }], # ALWAYS |
131 | 131 |
132 ############################################################################## | 132 ############################################################################## |
| 133 ['novfp3 == True', { |
| 134 # TODO(yangguo): Got very slow after 3069c43. |
| 135 'test-debug/DebugBreakLoop': [SKIP], |
| 136 }], # novfp3 == True |
| 137 |
| 138 ############################################################################## |
133 ['arch == arm64', { | 139 ['arch == arm64', { |
134 | 140 |
135 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 141 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
136 | 142 |
137 'test-api/Bug618': [PASS], | 143 'test-api/Bug618': [PASS], |
138 | 144 |
139 # BUG(v8:3385). | 145 # BUG(v8:3385). |
140 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], | 146 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], |
141 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL]
, | 147 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL]
, |
142 | 148 |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 ############################################################################## | 426 ############################################################################## |
421 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 427 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
422 | 428 |
423 # Pass but take too long with the simulator. | 429 # Pass but take too long with the simulator. |
424 'test-api/Threading1': [PASS, SLOW], | 430 'test-api/Threading1': [PASS, SLOW], |
425 'test-api/Threading2': [PASS, SLOW], | 431 'test-api/Threading2': [PASS, SLOW], |
426 'test-api/ExternalArrays': [PASS, SLOW], | 432 'test-api/ExternalArrays': [PASS, SLOW], |
427 | 433 |
428 }], # 'arch == ppc64 and simulator_run == True' | 434 }], # 'arch == ppc64 and simulator_run == True' |
429 ] | 435 ] |
OLD | NEW |