| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 # BUG(355): Test crashes on ARM. | 63 # BUG(355): Test crashes on ARM. |
| 64 test-log/ProfLazyMode: SKIP | 64 test-log/ProfLazyMode: SKIP |
| 65 | 65 |
| 66 # BUG(1075): Unresolved crashes. | 66 # BUG(1075): Unresolved crashes. |
| 67 test-serialize/Deserialize: SKIP | 67 test-serialize/Deserialize: SKIP |
| 68 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 68 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 69 test-serialize/DeserializeAndRunScript2: SKIP | 69 test-serialize/DeserializeAndRunScript2: SKIP |
| 70 test-serialize/DeserializeFromSecondSerialization: SKIP | 70 test-serialize/DeserializeFromSecondSerialization: SKIP |
| 71 | 71 |
| 72 ############################################################################## | 72 ############################################################################## |
| 73 [ $arch == arm || $arch == mipsel ] | |
| 74 | |
| 75 # BUG(2628): Signal may come when pc is close to frame enter/exit code and on | |
| 76 # simulator the stack frame is not set up when it is expected to be for the pc | |
| 77 # value. | |
| 78 test-cpu-profiler/CollectCpuProfile: PASS || FAIL | |
| 79 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL | |
| 80 | |
| 81 ############################################################################## | |
| 82 [ $arch == android_arm || $arch == android_ia32 ] | 73 [ $arch == android_arm || $arch == android_ia32 ] |
| 83 | 74 |
| 84 # Tests crash as there is no /tmp directory in Android. | 75 # Tests crash as there is no /tmp directory in Android. |
| 85 test-log/LogAccessorCallbacks: SKIP | 76 test-log/LogAccessorCallbacks: SKIP |
| 86 test-log/LogCallbacks: SKIP | 77 test-log/LogCallbacks: SKIP |
| 87 test-log/ProfLazyMode: SKIP | 78 test-log/ProfLazyMode: SKIP |
| 88 | 79 |
| 89 # platform-tls.h does not contain an ANDROID-related header. | 80 # platform-tls.h does not contain an ANDROID-related header. |
| 90 test-platform-tls/FastTLS: SKIP | 81 test-platform-tls/FastTLS: SKIP |
| 91 | 82 |
| 92 # This test times out. | 83 # This test times out. |
| 93 test-threads/ThreadJoinSelf: SKIP | 84 test-threads/ThreadJoinSelf: SKIP |
| 94 | 85 |
| 95 ############################################################################## | 86 ############################################################################## |
| 96 [ $arch == nacl_ia32 || $arch == nacl_x64 ] | 87 [ $arch == nacl_ia32 || $arch == nacl_x64 ] |
| 97 | 88 |
| 98 # These tests fail as there is no /tmp directory in Native Client. | 89 # These tests fail as there is no /tmp directory in Native Client. |
| 99 test-log/LogAccessorCallbacks: SKIP | 90 test-log/LogAccessorCallbacks: SKIP |
| 100 test-log/LogCallbacks: SKIP | 91 test-log/LogCallbacks: SKIP |
| 101 test-log/ProfLazyMode: SKIP | 92 test-log/ProfLazyMode: SKIP |
| 102 | 93 |
| 103 # Native Client doesn't support sockets. | 94 # Native Client doesn't support sockets. |
| 104 test-debug/DebuggerAgent: SKIP | 95 test-debug/DebuggerAgent: SKIP |
| 105 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 96 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 106 test-sockets/Socket: SKIP | 97 test-sockets/Socket: SKIP |
| 107 | 98 |
| 108 # Profiling doesn't work on Native Client. | 99 # Profiling doesn't work on Native Client. |
| 109 test-cpu-profiler/*: SKIP | 100 test-cpu-profiler/*: SKIP |
| OLD | NEW |