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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], | 77 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], |
78 | 78 |
79 # BUG(3055). | 79 # BUG(3055). |
80 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], | 80 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI
L], ['mode == debug', FLAKY]], |
81 | 81 |
82 # BUG(3005). | 82 # BUG(3005). |
83 'test-alloc/CodeRange': [PASS, FAIL], | 83 'test-alloc/CodeRange': [PASS, FAIL], |
84 }], # 'system == windows' | 84 }], # 'system == windows' |
85 | 85 |
86 ############################################################################## | 86 ############################################################################## |
| 87 ['system == macos', { |
| 88 |
| 89 # BUG(3125). |
| 90 'test-debug/*': [PASS, ['mode == debug', FLAKY]], |
| 91 }], # 'system == macos' |
| 92 |
| 93 ############################################################################## |
87 ['arch == arm', { | 94 ['arch == arm', { |
88 | 95 |
89 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 96 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
90 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 97 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
91 # a long time. | 98 # a long time. |
92 'test-api/OutOfMemory': [SKIP], | 99 'test-api/OutOfMemory': [SKIP], |
93 'test-api/OutOfMemoryNested': [SKIP], | 100 'test-api/OutOfMemoryNested': [SKIP], |
94 | 101 |
95 # BUG(355): Test crashes on ARM. | 102 # BUG(355): Test crashes on ARM. |
96 'test-log/ProfLazyMode': [SKIP], | 103 'test-log/ProfLazyMode': [SKIP], |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 # Profiling doesn't work on Native Client. | 169 # Profiling doesn't work on Native Client. |
163 'test-cpu-profiler/*': [SKIP], | 170 'test-cpu-profiler/*': [SKIP], |
164 | 171 |
165 # Fails since 16322 (new test). | 172 # Fails since 16322 (new test). |
166 'test-code-stubs-arm/ConvertDToI': [SKIP], | 173 'test-code-stubs-arm/ConvertDToI': [SKIP], |
167 | 174 |
168 # BUG(2998). | 175 # BUG(2998). |
169 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 176 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
170 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 177 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
171 ] | 178 ] |
OLD | NEW |