| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 71 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 72 test-serialize/DeserializeAndRunScript2: SKIP | 72 test-serialize/DeserializeAndRunScript2: SKIP |
| 73 test-serialize/DeserializeFromSecondSerialization: SKIP | 73 test-serialize/DeserializeFromSecondSerialization: SKIP |
| 74 | 74 |
| 75 ############################################################################## | 75 ############################################################################## |
| 76 [ $arch == mipsel ] | 76 [ $arch == mipsel ] |
| 77 | 77 |
| 78 # BUG(2628): The test sometimes fails on MIPS simulator. | 78 # BUG(2628): The test sometimes fails on MIPS simulator. |
| 79 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL | 79 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL |
| 80 | 80 |
| 81 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 82 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T |
| 83 |
| 81 ############################################################################## | 84 ############################################################################## |
| 82 [ $arch == android_arm || $arch == android_ia32 ] | 85 [ $arch == android_arm || $arch == android_ia32 ] |
| 83 | 86 |
| 84 # Tests crash as there is no /tmp directory in Android. | 87 # Tests crash as there is no /tmp directory in Android. |
| 85 test-log/LogAccessorCallbacks: SKIP | 88 test-log/LogAccessorCallbacks: SKIP |
| 86 test-log/LogCallbacks: SKIP | 89 test-log/LogCallbacks: SKIP |
| 87 test-log/ProfLazyMode: SKIP | 90 test-log/ProfLazyMode: SKIP |
| 88 | 91 |
| 89 # platform-tls.h does not contain an ANDROID-related header. | 92 # platform-tls.h does not contain an ANDROID-related header. |
| 90 test-platform-tls/FastTLS: SKIP | 93 test-platform-tls/FastTLS: SKIP |
| 91 | 94 |
| 92 # This test times out. | 95 # This test times out. |
| 93 test-threads/ThreadJoinSelf: SKIP | 96 test-threads/ThreadJoinSelf: SKIP |
| 94 | 97 |
| 95 ############################################################################## | 98 ############################################################################## |
| 96 [ $arch == nacl_ia32 || $arch == nacl_x64 ] | 99 [ $arch == nacl_ia32 || $arch == nacl_x64 ] |
| 97 | 100 |
| 98 # These tests fail as there is no /tmp directory in Native Client. | 101 # These tests fail as there is no /tmp directory in Native Client. |
| 99 test-log/LogAccessorCallbacks: SKIP | 102 test-log/LogAccessorCallbacks: SKIP |
| 100 test-log/LogCallbacks: SKIP | 103 test-log/LogCallbacks: SKIP |
| 101 test-log/ProfLazyMode: SKIP | 104 test-log/ProfLazyMode: SKIP |
| 102 | 105 |
| 103 # Native Client doesn't support sockets. | 106 # Native Client doesn't support sockets. |
| 104 test-debug/DebuggerAgent: SKIP | 107 test-debug/DebuggerAgent: SKIP |
| 105 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 108 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 106 test-sockets/Socket: SKIP | 109 test-sockets/Socket: SKIP |
| 107 | 110 |
| 108 # Profiling doesn't work on Native Client. | 111 # Profiling doesn't work on Native Client. |
| 109 test-cpu-profiler/*: SKIP | 112 test-cpu-profiler/*: SKIP |
| OLD | NEW |