| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ############################################################################## | 80 ############################################################################## |
| 81 [ $arch == mipsel ] | 81 [ $arch == mipsel ] |
| 82 | 82 |
| 83 # BUG(2628): The test sometimes fails on MIPS simulator. | |
| 84 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL | |
| 85 | |
| 86 # BUG(2657): Test sometimes times out on MIPS simulator. | 83 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 87 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T | 84 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T |
| 88 | 85 |
| 89 ############################################################################## | 86 ############################################################################## |
| 90 [ $arch == android_arm || $arch == android_ia32 ] | 87 [ $arch == android_arm || $arch == android_ia32 ] |
| 91 | 88 |
| 92 # Tests crash as there is no /tmp directory in Android. | 89 # Tests crash as there is no /tmp directory in Android. |
| 93 test-log/LogAccessorCallbacks: SKIP | 90 test-log/LogAccessorCallbacks: SKIP |
| 94 test-log/LogCallbacks: SKIP | 91 test-log/LogCallbacks: SKIP |
| 95 test-log/ProfLazyMode: SKIP | 92 test-log/ProfLazyMode: SKIP |
| (...skipping 12 matching lines...) Expand all Loading... |
| 108 test-log/LogCallbacks: SKIP | 105 test-log/LogCallbacks: SKIP |
| 109 test-log/ProfLazyMode: SKIP | 106 test-log/ProfLazyMode: SKIP |
| 110 | 107 |
| 111 # Native Client doesn't support sockets. | 108 # Native Client doesn't support sockets. |
| 112 test-debug/DebuggerAgent: SKIP | 109 test-debug/DebuggerAgent: SKIP |
| 113 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 110 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 114 test-sockets/Socket: SKIP | 111 test-sockets/Socket: SKIP |
| 115 | 112 |
| 116 # Profiling doesn't work on Native Client. | 113 # Profiling doesn't work on Native Client. |
| 117 test-cpu-profiler/*: SKIP | 114 test-cpu-profiler/*: SKIP |
| OLD | NEW |