Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: test/cctest/cctest.status

Issue 517943002: Fix cctest/test-run-properties/TypedArrayLoad. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | test/cctest/compiler/test-run-properties.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 262
263 # BUG(3125). 263 # BUG(3125).
264 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 264 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
265 'test-debug/DebugStepLinear': [PASS, FLAKY], 265 'test-debug/DebugStepLinear': [PASS, FLAKY],
266 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 266 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
267 }], # 'system == macos' 267 }], # 'system == macos'
268 268
269 ############################################################################## 269 ##############################################################################
270 ['arch == arm', { 270 ['arch == arm', {
271 271
272 # TODO(mstarzinger): This fails on ARM hardware, but not in the simulator.
273 'test-run-properties/TypedArrayLoad': [SKIP],
274
275 # BUG(355): Test crashes on ARM. 272 # BUG(355): Test crashes on ARM.
276 'test-log/ProfLazyMode': [SKIP], 273 'test-log/ProfLazyMode': [SKIP],
277 274
278 # BUG(1075): Unresolved crashes. 275 # BUG(1075): Unresolved crashes.
279 'test-serialize/Deserialize': [SKIP], 276 'test-serialize/Deserialize': [SKIP],
280 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 277 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
281 'test-serialize/DeserializeAndRunScript2': [SKIP], 278 'test-serialize/DeserializeAndRunScript2': [SKIP],
282 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 279 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
283 280
284 ############################################################################ 281 ############################################################################
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'test-api/Float32Array' : [SKIP], 450 'test-api/Float32Array' : [SKIP],
454 'test-api/Float64Array' : [SKIP], 451 'test-api/Float64Array' : [SKIP],
455 'test-api/Regress2333' : [SKIP], 452 'test-api/Regress2333' : [SKIP],
456 'test-alloc/StressHandles' : [SKIP], 453 'test-alloc/StressHandles' : [SKIP],
457 'test-alloc/StressJS' : [SKIP], 454 'test-alloc/StressJS' : [SKIP],
458 'test-accessors/HandleScopePop' : [SKIP], 455 'test-accessors/HandleScopePop' : [SKIP],
459 'test-accessors/Gc' : [SKIP], 456 'test-accessors/Gc' : [SKIP],
460 457
461 }], # 'arch == nacl_ia32 or arch == nacl_x64' 458 }], # 'arch == nacl_ia32 or arch == nacl_x64'
462 ] 459 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/compiler/test-run-properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698