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

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

Issue 552303003: Enable typed pipeline for TurboFan. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Include 'webkit' test suite. Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/webkit/webkit.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # TODO(turbofan): These are all covered by mjsunit as well. Enable them once 56 # TODO(turbofan): These are all covered by mjsunit as well. Enable them once
57 # we pass 'mjsunit' and 'webkit' with TurboFan. 57 # we pass 'mjsunit' and 'webkit' with TurboFan.
58 'js1_4/Functions/function-001': [PASS, NO_VARIANTS], 58 'js1_4/Functions/function-001': [PASS, NO_VARIANTS],
59 'js1_5/Regress/regress-104077': [PASS, NO_VARIANTS], 59 'js1_5/Regress/regress-104077': [PASS, NO_VARIANTS],
60 'js1_5/Regress/regress-396684': [PASS, NO_VARIANTS], 60 'js1_5/Regress/regress-396684': [PASS, NO_VARIANTS],
61 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS], 61 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS],
62 62
63 # TODO(turbofan): Large switch statements crash. 63 # TODO(turbofan): Large switch statements crash.
64 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], 64 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
65 65
66 # TODO(mstarzinger): Typed lowering screws up ToBoolean somehow.
67 'ecma/TypeConversion/9.2': [PASS, NO_VARIANTS],
68
66 ##################### SKIPPED TESTS ##################### 69 ##################### SKIPPED TESTS #####################
67 70
68 # This test checks that we behave properly in an out-of-memory 71 # This test checks that we behave properly in an out-of-memory
69 # situation. The test fails in V8 with an exception and takes a long 72 # situation. The test fails in V8 with an exception and takes a long
70 # time to do so. 73 # time to do so.
71 'js1_5/Regress/regress-271716-n': [SKIP], 74 'js1_5/Regress/regress-271716-n': [SKIP],
72 75
73 # BUG(960): This test has an insane amount of output when it times out, 76 # BUG(960): This test has an insane amount of output when it times out,
74 # messing up ability to see other failures on the waterfall. 77 # messing up ability to see other failures on the waterfall.
75 'js1_5/extensions/regress-342960': [SKIP], 78 'js1_5/extensions/regress-342960': [SKIP],
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'js1_5/Regress/regress-416628': [SKIP], 927 'js1_5/Regress/regress-416628': [SKIP],
925 'js1_5/extensions/regress-371636': [SKIP], 928 'js1_5/extensions/regress-371636': [SKIP],
926 'ecma_3/RegExp/regress-330684': [SKIP], 929 'ecma_3/RegExp/regress-330684': [SKIP],
927 'ecma_3/RegExp/regress-307456': [SKIP], 930 'ecma_3/RegExp/regress-307456': [SKIP],
928 'js1_5/Regress/regress-303213': [SKIP], 931 'js1_5/Regress/regress-303213': [SKIP],
929 'js1_5/extensions/regress-330569': [SKIP], 932 'js1_5/extensions/regress-330569': [SKIP],
930 'js1_5/extensions/regress-351448': [SKIP], 933 'js1_5/extensions/regress-351448': [SKIP],
931 'js1_5/extensions/regress-336410-1': [SKIP], 934 'js1_5/extensions/regress-336410-1': [SKIP],
932 }], # 'arch == arm64 and simulator_run == True' 935 }], # 'arch == arm64 and simulator_run == True'
933 ] 936 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698