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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'test-api/OutOfMemoryNested': [SKIP], | 75 'test-api/OutOfMemoryNested': [SKIP], |
76 | 76 |
77 # BUG(355): Test crashes on ARM. | 77 # BUG(355): Test crashes on ARM. |
78 'test-log/ProfLazyMode': [SKIP], | 78 'test-log/ProfLazyMode': [SKIP], |
79 | 79 |
80 # BUG(1075): Unresolved crashes. | 80 # BUG(1075): Unresolved crashes. |
81 'test-serialize/Deserialize': [SKIP], | 81 'test-serialize/Deserialize': [SKIP], |
82 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 82 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
83 'test-serialize/DeserializeAndRunScript2': [SKIP], | 83 'test-serialize/DeserializeAndRunScript2': [SKIP], |
84 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 84 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
85 | |
86 # BUG(2874): Threading problems. | |
87 'test-api/*': [PASS, FLAKY], | |
88 }], # 'arch == arm' | 85 }], # 'arch == arm' |
89 ############################################################################## | 86 ############################################################################## |
90 ['arch == mipsel', { | 87 ['arch == mipsel', { |
91 | 88 |
92 # BUG(2657): Test sometimes times out on MIPS simulator. | 89 # BUG(2657): Test sometimes times out on MIPS simulator. |
93 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 90 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
94 | 91 |
95 # BUG(1075): Unresolved crashes on MIPS also. | 92 # BUG(1075): Unresolved crashes on MIPS also. |
96 'test-serialize/Deserialize': [SKIP], | 93 'test-serialize/Deserialize': [SKIP], |
97 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 94 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP], | 130 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP], |
134 'test-socket/Socket': [SKIP], | 131 'test-socket/Socket': [SKIP], |
135 | 132 |
136 # Profiling doesn't work on Native Client. | 133 # Profiling doesn't work on Native Client. |
137 'test-cpu-profiler/*': [SKIP], | 134 'test-cpu-profiler/*': [SKIP], |
138 | 135 |
139 # Fails since 16322 (new test). | 136 # Fails since 16322 (new test). |
140 'test-code-stubs-arm/ConvertDToI': [SKIP], | 137 'test-code-stubs-arm/ConvertDToI': [SKIP], |
141 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 138 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
142 ] | 139 ] |
OLD | NEW |