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

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

Issue 1643533003: Revert of Type Feedback Vector lives in the closure (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'regress/regress-1528': [FAIL], 760 'regress/regress-1528': [FAIL],
761 'regress/regress-2594': [FAIL], 761 'regress/regress-2594': [FAIL],
762 'regress/regress-410030': [FAIL], 762 'regress/regress-410030': [FAIL],
763 'regress/regress-96523': [FAIL], 763 'regress/regress-96523': [FAIL],
764 'regress/regress-crbug-505907': [FAIL], 764 'regress/regress-crbug-505907': [FAIL],
765 'regress/regress-crbug-506956': [FAIL], 765 'regress/regress-crbug-506956': [FAIL],
766 'strict-mode-implicit-receiver': [FAIL], 766 'strict-mode-implicit-receiver': [FAIL],
767 'throw-and-catch-function': [FAIL], 767 'throw-and-catch-function': [FAIL],
768 'with-leave': [FAIL], 768 'with-leave': [FAIL],
769 769
770 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
771 'regress/regress-568765': [SKIP],
772
773 'arguments-load-across-eval': [SKIP], 770 'arguments-load-across-eval': [SKIP],
774 'arguments-read-and-assignment': [SKIP], 771 'arguments-read-and-assignment': [SKIP],
775 'array-constructor': [PASS, SLOW], 772 'array-constructor': [PASS, SLOW],
776 'array-functions-prototype-misc': [SKIP], 773 'array-functions-prototype-misc': [SKIP],
777 'array-join': [SKIP], 774 'array-join': [SKIP],
778 'array-literal-feedback': [SKIP], 775 'array-literal-feedback': [SKIP],
779 'array-literal-transitions': [SKIP], 776 'array-literal-transitions': [SKIP],
780 'break': [SKIP], 777 'break': [SKIP],
781 'call-runtime-tail': [SKIP], 778 'call-runtime-tail': [SKIP],
782 'compiler/deopt-inlined-smi': [SKIP], 779 'compiler/deopt-inlined-smi': [SKIP],
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 # Tests taking too long. 1019 # Tests taking too long.
1023 'array-functions-prototype-misc': [SKIP], 1020 'array-functions-prototype-misc': [SKIP],
1024 'strong/implicit-conversions': [SKIP], 1021 'strong/implicit-conversions': [SKIP],
1025 'strong/load-element-mutate-backing-store': [SKIP], 1022 'strong/load-element-mutate-backing-store': [SKIP],
1026 1023
1027 # Stack overflow. 1024 # Stack overflow.
1028 'big-array-literal': [SKIP], 1025 'big-array-literal': [SKIP],
1029 }], # 'gcov_coverage' 1026 }], # 'gcov_coverage'
1030 1027
1031 ] 1028 ]
OLDNEW
« no previous file with comments | « test/cctest/test-feedback-vector.cc ('k') | test/unittests/compiler/interpreter-assembler-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698