| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 | 93 |
| 94 # BUG(355): Test crashes on ARM. | 94 # BUG(355): Test crashes on ARM. |
| 95 test-log/ProfLazyMode: SKIP | 95 test-log/ProfLazyMode: SKIP |
| 96 | 96 |
| 97 # BUG(1075): Unresolved crashes. | 97 # BUG(1075): Unresolved crashes. |
| 98 test-serialize/Deserialize: SKIP | 98 test-serialize/Deserialize: SKIP |
| 99 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 99 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 100 test-serialize/DeserializeAndRunScript2: SKIP | 100 test-serialize/DeserializeAndRunScript2: SKIP |
| 101 test-serialize/DeserializeFromSecondSerialization: SKIP | 101 test-serialize/DeserializeFromSecondSerialization: SKIP |
| 102 | 102 |
| 103 # BUG(2874): Threading problems. |
| 104 test-api/*: PASS || FLAKY |
| 103 ############################################################################## | 105 ############################################################################## |
| 104 [ $arch == mipsel ] | 106 [ $arch == mipsel ] |
| 105 | 107 |
| 106 # BUG(2657): Test sometimes times out on MIPS simulator. | 108 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 107 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T | 109 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T |
| 108 | 110 |
| 109 # BUG(1075): Unresolved crashes on MIPS also. | 111 # BUG(1075): Unresolved crashes on MIPS also. |
| 110 test-serialize/Deserialize: SKIP | 112 test-serialize/Deserialize: SKIP |
| 111 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 113 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 112 test-serialize/DeserializeAndRunScript2: SKIP | 114 test-serialize/DeserializeAndRunScript2: SKIP |
| (...skipping 30 matching lines...) Expand all Loading... |
| 143 # Native Client doesn't support sockets. | 145 # Native Client doesn't support sockets. |
| 144 test-debug/DebuggerAgent: SKIP | 146 test-debug/DebuggerAgent: SKIP |
| 145 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 147 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 146 test-socket/Socket: SKIP | 148 test-socket/Socket: SKIP |
| 147 | 149 |
| 148 # Profiling doesn't work on Native Client. | 150 # Profiling doesn't work on Native Client. |
| 149 test-cpu-profiler/*: SKIP | 151 test-cpu-profiler/*: SKIP |
| 150 | 152 |
| 151 # Fails since 16322 (new test). | 153 # Fails since 16322 (new test). |
| 152 test-code-stubs-arm/ConvertDToI: SKIP | 154 test-code-stubs-arm/ConvertDToI: SKIP |
| OLD | NEW |