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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 # BUG(355): Test crashes on ARM. | 95 # BUG(355): Test crashes on ARM. |
96 'test-log/ProfLazyMode': [SKIP], | 96 'test-log/ProfLazyMode': [SKIP], |
97 | 97 |
98 # BUG(1075): Unresolved crashes. | 98 # BUG(1075): Unresolved crashes. |
99 'test-serialize/Deserialize': [SKIP], | 99 'test-serialize/Deserialize': [SKIP], |
100 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 100 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
101 'test-serialize/DeserializeAndRunScript2': [SKIP], | 101 'test-serialize/DeserializeAndRunScript2': [SKIP], |
102 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 102 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
103 | 103 |
| 104 # BUG(2999). |
| 105 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
| 106 |
104 ############################################################################ | 107 ############################################################################ |
105 # Slow tests. | 108 # Slow tests. |
106 'test-api/Threading1': [PASS, SLOW], | 109 'test-api/Threading1': [PASS, SLOW], |
107 'test-api/Threading2': [PASS, SLOW], | 110 'test-api/Threading2': [PASS, SLOW], |
108 'test-api/Threading3': [PASS, SLOW], | 111 'test-api/Threading3': [PASS, SLOW], |
109 'test-api/Threading4': [PASS, SLOW], | 112 'test-api/Threading4': [PASS, SLOW], |
110 }], # 'arch == arm' | 113 }], # 'arch == arm' |
111 | 114 |
112 ############################################################################## | 115 ############################################################################## |
113 ['arch == mipsel', { | 116 ['arch == mipsel', { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 # Profiling doesn't work on Native Client. | 162 # Profiling doesn't work on Native Client. |
160 'test-cpu-profiler/*': [SKIP], | 163 'test-cpu-profiler/*': [SKIP], |
161 | 164 |
162 # Fails since 16322 (new test). | 165 # Fails since 16322 (new test). |
163 'test-code-stubs-arm/ConvertDToI': [SKIP], | 166 'test-code-stubs-arm/ConvertDToI': [SKIP], |
164 | 167 |
165 # BUG(2998). | 168 # BUG(2998). |
166 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 169 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
167 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 170 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
168 ] | 171 ] |
OLD | NEW |