| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 | 168 |
| 169 # BUG(3125). | 169 # BUG(3125). |
| 170 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 170 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
| 171 'test-debug/DebugStepLinear': [PASS, FLAKY], | 171 'test-debug/DebugStepLinear': [PASS, FLAKY], |
| 172 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 172 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 173 }], # 'system == macos' | 173 }], # 'system == macos' |
| 174 | 174 |
| 175 ############################################################################## | 175 ############################################################################## |
| 176 ['arch == arm', { | 176 ['arch == arm', { |
| 177 | 177 |
| 178 # Temporarily disabled test | |
| 179 'test-compiler/SerializeToplevel': [SKIP], | |
| 180 | |
| 181 # BUG(355): Test crashes on ARM. | 178 # BUG(355): Test crashes on ARM. |
| 182 'test-log/ProfLazyMode': [SKIP], | 179 'test-log/ProfLazyMode': [SKIP], |
| 183 | 180 |
| 184 # BUG(1075): Unresolved crashes. | 181 # BUG(1075): Unresolved crashes. |
| 185 'test-serialize/Deserialize': [SKIP], | 182 'test-serialize/Deserialize': [SKIP], |
| 186 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 183 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 187 'test-serialize/DeserializeAndRunScript2': [SKIP], | 184 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 188 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 185 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 189 | 186 |
| 190 ############################################################################ | 187 ############################################################################ |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'test-api/Float32Array' : [SKIP], | 336 'test-api/Float32Array' : [SKIP], |
| 340 'test-api/Float64Array' : [SKIP], | 337 'test-api/Float64Array' : [SKIP], |
| 341 'test-api/Regress2333' : [SKIP], | 338 'test-api/Regress2333' : [SKIP], |
| 342 'test-alloc/StressHandles' : [SKIP], | 339 'test-alloc/StressHandles' : [SKIP], |
| 343 'test-alloc/StressJS' : [SKIP], | 340 'test-alloc/StressJS' : [SKIP], |
| 344 'test-accessors/HandleScopePop' : [SKIP], | 341 'test-accessors/HandleScopePop' : [SKIP], |
| 345 'test-accessors/Gc' : [SKIP], | 342 'test-accessors/Gc' : [SKIP], |
| 346 | 343 |
| 347 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 344 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 348 ] | 345 ] |
| OLD | NEW |