| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 | 70 |
| 71 # BUG(355): Test crashes on ARM. | 71 # BUG(355): Test crashes on ARM. |
| 72 test-log/ProfLazyMode: SKIP | 72 test-log/ProfLazyMode: SKIP |
| 73 | 73 |
| 74 # BUG(1075): Unresolved crashes. | 74 # BUG(1075): Unresolved crashes. |
| 75 test-serialize/Deserialize: SKIP | 75 test-serialize/Deserialize: SKIP |
| 76 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 76 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 77 test-serialize/DeserializeAndRunScript2: SKIP | 77 test-serialize/DeserializeAndRunScript2: SKIP |
| 78 test-serialize/DeserializeFromSecondSerialization: SKIP | 78 test-serialize/DeserializeFromSecondSerialization: SKIP |
| 79 | 79 |
| 80 # BUG(2874): Threading problems. |
| 81 test-api/*: PASS || FLAKY |
| 80 ############################################################################## | 82 ############################################################################## |
| 81 [ $arch == mipsel ] | 83 [ $arch == mipsel ] |
| 82 | 84 |
| 83 # BUG(2657): Test sometimes times out on MIPS simulator. | 85 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 84 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T | 86 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T |
| 85 | 87 |
| 86 # BUG(1075): Unresolved crashes on MIPS also. | 88 # BUG(1075): Unresolved crashes on MIPS also. |
| 87 test-serialize/Deserialize: SKIP | 89 test-serialize/Deserialize: SKIP |
| 88 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 90 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 89 test-serialize/DeserializeAndRunScript2: SKIP | 91 test-serialize/DeserializeAndRunScript2: SKIP |
| (...skipping 30 matching lines...) Expand all Loading... |
| 120 # Native Client doesn't support sockets. | 122 # Native Client doesn't support sockets. |
| 121 test-debug/DebuggerAgent: SKIP | 123 test-debug/DebuggerAgent: SKIP |
| 122 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 124 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 123 test-socket/Socket: SKIP | 125 test-socket/Socket: SKIP |
| 124 | 126 |
| 125 # Profiling doesn't work on Native Client. | 127 # Profiling doesn't work on Native Client. |
| 126 test-cpu-profiler/*: SKIP | 128 test-cpu-profiler/*: SKIP |
| 127 | 129 |
| 128 # Fails since 16322 (new test). | 130 # Fails since 16322 (new test). |
| 129 test-code-stubs-arm/ConvertDToI: SKIP | 131 test-code-stubs-arm/ConvertDToI: SKIP |
| OLD | NEW |