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

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

Issue 1948053002: [wasm] Skip additional wasm tests on big-endian platforms. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | test/mjsunit/mjsunit.status » ('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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], 338 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP],
339 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], 339 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP],
340 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], 340 'test-run-wasm-module/Run_WasmModule_Global': [SKIP],
341 'test-run-wasm/Run_Wasm_Int32LoadInt16_signext': [SKIP], 341 'test-run-wasm/Run_Wasm_Int32LoadInt16_signext': [SKIP],
342 'test-run-wasm/Run_Wasm_Int32LoadInt16_zeroext': [SKIP], 342 'test-run-wasm/Run_Wasm_Int32LoadInt16_zeroext': [SKIP],
343 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], 343 'test-run-wasm/Run_WasmMixedGlobals': [SKIP],
344 'test-run-wasm-64/Run_WasmI64*': [SKIP], 344 'test-run-wasm-64/Run_WasmI64*': [SKIP],
345 'test-run-wasm-64/Run_Wasm_I64*': [SKIP], 345 'test-run-wasm-64/Run_Wasm_I64*': [SKIP],
346 'test-run-wasm-64/Run_Wasm_LoadStoreI64_sx': [SKIP], 346 'test-run-wasm-64/Run_Wasm_LoadStoreI64_sx': [SKIP],
347 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], 347 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP],
348 'test-run-wasm-64/Run_WasmCall_Int64Sub': [SKIP],
349 'test-run-wasm-64/Run_Wasm_MemI64_Sum': [SKIP],
348 }], # 'byteorder == big' 350 }], # 'byteorder == big'
349 351
350 ############################################################################## 352 ##############################################################################
351 ['arch == arm', { 353 ['arch == arm', {
352 354
353 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 355 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
354 356
355 # BUG(355): Test crashes on ARM. 357 # BUG(355): Test crashes on ARM.
356 'test-log/ProfLazyMode': [SKIP], 358 'test-log/ProfLazyMode': [SKIP],
357 359
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'test-run-inlining/InlineSurplusArguments': [FAIL], 635 'test-run-inlining/InlineSurplusArguments': [FAIL],
634 'test-run-inlining/InlineBuiltin': [FAIL], 636 'test-run-inlining/InlineBuiltin': [FAIL],
635 'test-run-inlining/InlineTwiceDependent': [FAIL], 637 'test-run-inlining/InlineTwiceDependent': [FAIL],
636 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], 638 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
637 639
638 # BUG(4751). Flaky with ignition and tsan. 640 # BUG(4751). Flaky with ignition and tsan.
639 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], 641 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
640 }], # ignition or ignition_turbofan 642 }], # ignition or ignition_turbofan
641 643
642 ] 644 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698