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

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

Issue 1647913002: [Interpreter] Set bytecode array in Runtime_SetCode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add skip for Arm Created 4 years, 10 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 | « test/cctest/cctest.status ('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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'compiler/try-binop': [SKIP], 792 'compiler/try-binop': [SKIP],
793 'compiler/try-deopt': [SKIP], 793 'compiler/try-deopt': [SKIP],
794 'compiler/uint32': [SKIP], 794 'compiler/uint32': [SKIP],
795 'compiler/variables': [SKIP], 795 'compiler/variables': [SKIP],
796 'contextual-calls': [SKIP], 796 'contextual-calls': [SKIP],
797 'cyclic-array-to-string': [SKIP], 797 'cyclic-array-to-string': [SKIP],
798 'd8-worker-sharedarraybuffer': [SKIP], 798 'd8-worker-sharedarraybuffer': [SKIP],
799 'declare-locally': [SKIP], 799 'declare-locally': [SKIP],
800 'delete-in-with': [SKIP], 800 'delete-in-with': [SKIP],
801 'deserialize-optimize-inner': [SKIP], 801 'deserialize-optimize-inner': [SKIP],
802 'double-equals': [SKIP],
803 'eval-enclosing-function-name': [SKIP], 802 'eval-enclosing-function-name': [SKIP],
804 'eval': [SKIP], 803 'eval': [SKIP],
805 'eval-stack-trace': [SKIP], 804 'eval-stack-trace': [SKIP],
806 'eval-typeof-non-existing': [SKIP], 805 'eval-typeof-non-existing': [SKIP],
807 'field-type-tracking': [SKIP], 806 'field-type-tracking': [SKIP],
808 'getter-in-prototype': [SKIP], 807 'getter-in-prototype': [SKIP],
809 'global-const-var-conflicts': [SKIP], 808 'global-const-var-conflicts': [SKIP],
810 'global-hash': [SKIP], 809 'global-hash': [SKIP],
811 'global-load-from-eval-in-with': [SKIP], 810 'global-load-from-eval-in-with': [SKIP],
812 'global-load-from-nested-eval': [SKIP], 811 'global-load-from-nested-eval': [SKIP],
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 # Tests taking too long. 1018 # Tests taking too long.
1020 'array-functions-prototype-misc': [SKIP], 1019 'array-functions-prototype-misc': [SKIP],
1021 'strong/implicit-conversions': [SKIP], 1020 'strong/implicit-conversions': [SKIP],
1022 'strong/load-element-mutate-backing-store': [SKIP], 1021 'strong/load-element-mutate-backing-store': [SKIP],
1023 1022
1024 # Stack overflow. 1023 # Stack overflow.
1025 'big-array-literal': [SKIP], 1024 'big-array-literal': [SKIP],
1026 }], # 'gcov_coverage' 1025 }], # 'gcov_coverage'
1027 1026
1028 ] 1027 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698