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

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

Issue 1576403004: [Interpreter] Removes assignment hazard scope. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skips failing mjsunit tests. 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
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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 'compiler/regress-3786': [SKIP], 805 'compiler/regress-3786': [SKIP],
806 'compiler/regress-4207': [SKIP], 806 'compiler/regress-4207': [SKIP],
807 'compiler/regress-446647': [SKIP], 807 'compiler/regress-446647': [SKIP],
808 'compiler/regress-447567': [SKIP], 808 'compiler/regress-447567': [SKIP],
809 'compiler/regress-469089': [SKIP], 809 'compiler/regress-469089': [SKIP],
810 'compiler/regress-96989': [SKIP], 810 'compiler/regress-96989': [SKIP],
811 'compiler/regress-closures-with-eval': [SKIP], 811 'compiler/regress-closures-with-eval': [SKIP],
812 'compiler/regress-const': [SKIP], 812 'compiler/regress-const': [SKIP],
813 'compiler/regress-funarguments': [SKIP], 813 'compiler/regress-funarguments': [SKIP],
814 'compiler/regress-stacktrace-methods': [SKIP], 814 'compiler/regress-stacktrace-methods': [SKIP],
815 'compiler/regress-variable-liveness': [SKIP],
mythria 2016/01/12 14:33:12 This fails because of deopting an inlined function
815 'compiler/rotate': [SKIP], 816 'compiler/rotate': [SKIP],
816 'compiler/safepoint': [SKIP], 817 'compiler/safepoint': [SKIP],
817 'compiler/switch-bailout': [SKIP], 818 'compiler/switch-bailout': [SKIP],
818 'compiler/try-deopt': [SKIP], 819 'compiler/try-deopt': [SKIP],
819 'compiler/try-osr': [SKIP], 820 'compiler/try-osr': [SKIP],
820 'compiler/type-feedback-after-throw': [SKIP], 821 'compiler/type-feedback-after-throw': [SKIP],
821 'compiler/uint32': [SKIP], 822 'compiler/uint32': [SKIP],
822 'compiler/variables': [SKIP], 823 'compiler/variables': [SKIP],
823 'context-calls-maintained': [SKIP], 824 'context-calls-maintained': [SKIP],
824 'contextual-calls': [SKIP], 825 'contextual-calls': [SKIP],
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'regress/regress-osr-in-case-label': [SKIP], 1098 'regress/regress-osr-in-case-label': [SKIP],
1098 'regress/regress-osr-in-literal': [SKIP], 1099 'regress/regress-osr-in-literal': [SKIP],
1099 'regress/regress-prepare-break-while-recompile': [SKIP], 1100 'regress/regress-prepare-break-while-recompile': [SKIP],
1100 'regress/regress-put-prototype-transition': [SKIP], 1101 'regress/regress-put-prototype-transition': [SKIP],
1101 'regress/regress-sliced-external-cons-regexp': [SKIP], 1102 'regress/regress-sliced-external-cons-regexp': [SKIP],
1102 'regress/regress-store-heapobject': [SKIP], 1103 'regress/regress-store-heapobject': [SKIP],
1103 'regress/regress-transcendental': [SKIP], 1104 'regress/regress-transcendental': [SKIP],
1104 'regress/regress-typedarray-length': [SKIP], 1105 'regress/regress-typedarray-length': [SKIP],
1105 'regress/regress-undefined-nan': [SKIP], 1106 'regress/regress-undefined-nan': [SKIP],
1106 'regress/splice-missing-wb': [SKIP], 1107 'regress/splice-missing-wb': [SKIP],
1108 'setter-on-constructor-prototype': [SKIP],
mythria 2016/01/12 14:33:12 I have a fix for this as a different cl. This fail
1107 'shift-for-integer-div': [SKIP], 1109 'shift-for-integer-div': [SKIP],
1108 'simple-constructor': [SKIP], 1110 'simple-constructor': [SKIP],
1109 'sparse-array-reverse': [SKIP], 1111 'sparse-array-reverse': [SKIP],
1110 'stack-traces': [SKIP], 1112 'stack-traces': [SKIP],
1111 'strict-mode-implicit-receiver': [SKIP], 1113 'strict-mode-implicit-receiver': [SKIP],
1112 'strict-mode': [SKIP], 1114 'strict-mode': [SKIP],
1113 'string-case': [SKIP], 1115 'string-case': [SKIP],
1114 'string-external-cached': [SKIP], 1116 'string-external-cached': [SKIP],
1115 'string-externalize': [SKIP], 1117 'string-externalize': [SKIP],
1116 'string-natives': [SKIP], 1118 'string-natives': [SKIP],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 1187
1186 ############################################################################## 1188 ##############################################################################
1187 ['gcov_coverage', { 1189 ['gcov_coverage', {
1188 # Tests taking too long. 1190 # Tests taking too long.
1189 'array-functions-prototype-misc': [SKIP], 1191 'array-functions-prototype-misc': [SKIP],
1190 'strong/implicit-conversions': [SKIP], 1192 'strong/implicit-conversions': [SKIP],
1191 'strong/load-element-mutate-backing-store': [SKIP], 1193 'strong/load-element-mutate-backing-store': [SKIP],
1192 }], # 'gcov_coverage' 1194 }], # 'gcov_coverage'
1193 1195
1194 ] 1196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698