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

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

Issue 1692713005: ES6: Desugaring of instanceof to support @@hasInstance (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@blah
Patch Set: Disabled new test for ignition. 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'regress/regress-4266': [FAIL], 861 'regress/regress-4266': [FAIL],
862 'harmony/simd': [FAIL], 862 'harmony/simd': [FAIL],
863 'regress/regress-crbug-109362': [FAIL], 863 'regress/regress-crbug-109362': [FAIL],
864 'regress/regress-131994': [FAIL], 864 'regress/regress-131994': [FAIL],
865 'regress/regress-crbug-568477-2': [FAIL], 865 'regress/regress-crbug-568477-2': [FAIL],
866 'regress/regress-crbug-568477-3': [FAIL], 866 'regress/regress-crbug-568477-3': [FAIL],
867 'regress/regress-crbug-568477-1': [FAIL], 867 'regress/regress-crbug-568477-1': [FAIL],
868 'regress/regress-2318': [FAIL], 868 'regress/regress-2318': [FAIL],
869 'regress/regress-crbug-582051': [FAIL], 869 'regress/regress-crbug-582051': [FAIL],
870 870
871 # TODO(rmcilroy, 4680): new ES6 instanceof support
872 'harmony/instanceof-es6': [SKIP],
873
871 # TODO(rmcilroy,4680): Test timeouts. 874 # TODO(rmcilroy,4680): Test timeouts.
872 'array-literal-transitions': [SKIP], 875 'array-literal-transitions': [SKIP],
873 'regress/regress-crbug-517592': [SKIP], 876 'regress/regress-crbug-517592': [SKIP],
874 'regress/regress-crbug-568477-4': [SKIP], 877 'regress/regress-crbug-568477-4': [SKIP],
875 'regress/regress-crbug-409614': [SKIP], 878 'regress/regress-crbug-409614': [SKIP],
876 'regress/regress-crbug-42414': [SKIP], 879 'regress/regress-crbug-42414': [SKIP],
877 'regress/regress-1853': [SKIP], 880 'regress/regress-1853': [SKIP],
878 'regress/regress-crbug-424142': [SKIP], 881 'regress/regress-crbug-424142': [SKIP],
879 }], # ignition == True 882 }], # ignition == True
880 883
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 # Tests taking too long. 920 # Tests taking too long.
918 'array-functions-prototype-misc': [SKIP], 921 'array-functions-prototype-misc': [SKIP],
919 'strong/implicit-conversions': [SKIP], 922 'strong/implicit-conversions': [SKIP],
920 'strong/load-element-mutate-backing-store': [SKIP], 923 'strong/load-element-mutate-backing-store': [SKIP],
921 924
922 # Stack overflow. 925 # Stack overflow.
923 'big-array-literal': [SKIP], 926 'big-array-literal': [SKIP],
924 }], # 'gcov_coverage' 927 }], # 'gcov_coverage'
925 928
926 ] 929 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698