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

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

Issue 1581103005: Skip failing wasm tests on platforms with function descriptors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ['system == aix and arch == ppc64', { 467 ['system == aix and arch == ppc64', {
468 468
469 # BUG 2857 469 # BUG 2857
470 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP], 470 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP],
471 471
472 }], # 'system == aix and arch == ppc64' 472 }], # 'system == aix and arch == ppc64'
473 473
474 ############################################################################## 474 ##############################################################################
475 ['system == aix or (arch == ppc64 and byteorder == big)', { 475 ['system == aix or (arch == ppc64 and byteorder == big)', {
476 476
477 # Test currently broken for platforms with function desciptors 477 # TODO(ppc): Fix for platforms with function desciptors.
478 'test-run-machops/RunComputedCodeObject' : [SKIP], 478 'test-run-machops/RunComputedCodeObject' : [SKIP],
479 'test-run-wasm-module/Run_WasmModule_Return114' : [SKIP],
480 'test-run-wasm-module/Run_WasmModule_CallAdd' : [SKIP],
481 'test-run-wasm-module/Run_WasmModule_CallMain_recursive' : [SKIP],
479 482
480 }], # 'system == aix or (arch == ppc64 and byteorder == big)' 483 }], # 'system == aix or (arch == ppc64 and byteorder == big)'
481 484
482 ############################################################################## 485 ##############################################################################
483 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 486 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
484 487
485 # Pass but take too long with the simulator. 488 # Pass but take too long with the simulator.
486 'test-api/Threading1': [PASS, SLOW], 489 'test-api/Threading1': [PASS, SLOW],
487 'test-api/Threading2': [PASS, SLOW], 490 'test-api/Threading2': [PASS, SLOW],
488 'test-api/ExternalArrays': [PASS, SLOW], 491 'test-api/ExternalArrays': [PASS, SLOW],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 578 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
576 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 579 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
577 }], # ignition == True 580 }], # ignition == True
578 581
579 ['ignition == True and arch == arm64', { 582 ['ignition == True and arch == arm64', {
580 'test-js-arm64-variables/lookup_slots': [SKIP], 583 'test-js-arm64-variables/lookup_slots': [SKIP],
581 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 584 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
582 }], # ignition == True and arch == arm64 585 }], # ignition == True and arch == arm64
583 586
584 ] 587 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698