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

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

Issue 2066223002: [turbofan] Introduce CheckHole and CheckHoleNaN operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments. Blacklist test Created 4 years, 6 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 | « src/types.h ('k') | 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 834
835 # TODO(rmcilroy,titzer): Times out after 835 # TODO(rmcilroy,titzer): Times out after
836 # https://codereview.chromium.org/1951013002 . 836 # https://codereview.chromium.org/1951013002 .
837 'regress/regress-599717': [PASS, ['tsan', SKIP]], 837 'regress/regress-599717': [PASS, ['tsan', SKIP]],
838 838
839 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 839 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
840 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. 840 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
841 'harmony/generators-turbo': [PASS, FAST_VARIANTS], 841 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
842 'regress/regress-crbug-352058': [SKIP], 842 'regress/regress-crbug-352058': [SKIP],
843 843
844 # TODO(jarin): No truncations on CheckFloat64Hole.
845 'getters-on-elements': [SKIP],
844 }], # ignition or ignition_turbofan 846 }], # ignition or ignition_turbofan
845 847
846 ['(ignition or ignition_turbofan) and arch == arm64', { 848 ['(ignition or ignition_turbofan) and arch == arm64', {
847 # TODO(rmcilroy,4680): Arm64 specific timeouts. 849 # TODO(rmcilroy,4680): Arm64 specific timeouts.
848 'asm/construct-double': [SKIP], 850 'asm/construct-double': [SKIP],
849 'compiler/osr-one': [SKIP], 851 'compiler/osr-one': [SKIP],
850 'compiler/osr-two': [SKIP], 852 'compiler/osr-two': [SKIP],
851 'wasm/asm-wasm-i32': [SKIP], 853 'wasm/asm-wasm-i32': [SKIP],
852 'wasm/asm-wasm-u32': [SKIP], 854 'wasm/asm-wasm-u32': [SKIP],
853 }], # (ignition or ignition_turbofan) and arch == arm64 855 }], # (ignition or ignition_turbofan) and arch == arm64
(...skipping 21 matching lines...) Expand all
875 ############################################################################## 877 ##############################################################################
876 ['gcov_coverage', { 878 ['gcov_coverage', {
877 # Tests taking too long. 879 # Tests taking too long.
878 'array-functions-prototype-misc': [SKIP], 880 'array-functions-prototype-misc': [SKIP],
879 881
880 # Stack overflow. 882 # Stack overflow.
881 'big-array-literal': [SKIP], 883 'big-array-literal': [SKIP],
882 }], # 'gcov_coverage' 884 }], # 'gcov_coverage'
883 885
884 ] 886 ]
OLDNEW
« no previous file with comments | « src/types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698