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

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

Issue 1516843002: [proxy] fixing harmony/proxy.js tests and improving error messages + some drive-by fixes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: WIP fix protoype walks with access checks Created 5 years 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'regress/regress-2612': [PASS, NO_VARIANTS], 80 'regress/regress-2612': [PASS, NO_VARIANTS],
81 81
82 # Modules are busted 82 # Modules are busted
83 'harmony/module-linking': [SKIP], 83 'harmony/module-linking': [SKIP],
84 'harmony/module-recompile': [SKIP], 84 'harmony/module-recompile': [SKIP],
85 'harmony/module-resolution': [SKIP], 85 'harmony/module-resolution': [SKIP],
86 'harmony/regress/regress-343928': [SKIP], 86 'harmony/regress/regress-343928': [SKIP],
87 87
88 # Proxy tests rely on non ES6 version of Proxies 88 # Proxy tests rely on non ES6 version of Proxies
89 # TODO(neis,cbruni): figure out which Proxy tests can be reused 89 # TODO(neis,cbruni): figure out which Proxy tests can be reused
90 'es6/regress/regress-cr493566': [SKIP],
91 'for-in-opt': [SKIP],
92 'harmony/proxies-example-membrane': [SKIP], 90 'harmony/proxies-example-membrane': [SKIP],
93 'harmony/proxies-json': [SKIP], 91 'harmony/proxies-json': [SKIP],
94 'harmony/proxies': [SKIP],
95 'harmony/proxies-symbols': [SKIP], 92 'harmony/proxies-symbols': [SKIP],
96 'harmony/proxies-with': [SKIP],
97 'harmony/proxies-with-unscopables': [SKIP], 93 'harmony/proxies-with-unscopables': [SKIP],
98 'harmony/regress/regress-2219': [SKIP],
99 'harmony/regress/regress-2225': [SKIP],
100 'harmony/regress/regress-405844': [SKIP],
101 'harmony/regress/regress-crbug-461520': [SKIP],
102 'harmony/regress/regress-lookup-transition': [SKIP],
103 'regress/regress-crbug-493568': [SKIP],
104 'strong/load-proxy': [SKIP], 94 'strong/load-proxy': [SKIP],
105 95
106 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 96 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
107 # not work, but we expect it to not crash. 97 # not work, but we expect it to not crash.
108 'debug-step-turbofan': [PASS, FAIL], 98 'debug-step-turbofan': [PASS, FAIL],
109 99
110 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! 100 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix!
111 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. 101 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware.
112 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. 102 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware.
113 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. 103 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky.
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'try-finally-continue': [SKIP], 1023 'try-finally-continue': [SKIP],
1034 'try': [SKIP], 1024 'try': [SKIP],
1035 'unary-minus-deopt': [SKIP], 1025 'unary-minus-deopt': [SKIP],
1036 'undetectable-compare': [SKIP], 1026 'undetectable-compare': [SKIP],
1037 'unused-context-in-with': [SKIP], 1027 'unused-context-in-with': [SKIP],
1038 'uri': [SKIP], 1028 'uri': [SKIP],
1039 'value-wrapper': [SKIP], 1029 'value-wrapper': [SKIP],
1040 'with-parameter-access': [SKIP], 1030 'with-parameter-access': [SKIP],
1041 'with-prototype': [SKIP], 1031 'with-prototype': [SKIP],
1042 'with-readonly': [SKIP], 1032 'with-readonly': [SKIP],
1043
1044 # TODO(cbruni,neis): Activate Proxy test once we have a more complete
1045 # implementation.
1046 'regress/regress-crbug-506956': [SKIP],
1047 'regress/regress-crbug-505907': [SKIP],
1048
1049 'regress/typed-array-lifetime': [SKIP], 1033 'regress/typed-array-lifetime': [SKIP],
1050 }], # ignition == True 1034 }], # ignition == True
1051 1035
1052 ['ignition == True and (arch == arm or arch == arm64)', { 1036 ['ignition == True and (arch == arm or arch == arm64)', {
1053 'array-sort': [SKIP], 1037 'array-sort': [SKIP],
1054 'date-parse': [SKIP], 1038 'date-parse': [SKIP],
1055 'math-floor-part1': [SKIP], 1039 'math-floor-part1': [SKIP],
1056 'math-floor-part2': [SKIP], 1040 'math-floor-part2': [SKIP],
1057 'math-floor-part3': [SKIP], 1041 'math-floor-part3': [SKIP],
1058 'mul-exhaustive-part*': [SKIP], 1042 'mul-exhaustive-part*': [SKIP],
(...skipping 10 matching lines...) Expand all
1069 'regress/regress-crbug-347903': [SKIP], 1053 'regress/regress-crbug-347903': [SKIP],
1070 'regress/regress-crbug-505007-1': [SKIP], 1054 'regress/regress-crbug-505007-1': [SKIP],
1071 'regress/regress-crbug-505007-2': [SKIP], 1055 'regress/regress-crbug-505007-2': [SKIP],
1072 'regress/short-circuit': [SKIP], 1056 'regress/short-circuit': [SKIP],
1073 'stack-traces-overflow': [SKIP], 1057 'stack-traces-overflow': [SKIP],
1074 'unicodelctest': [SKIP], 1058 'unicodelctest': [SKIP],
1075 'unicodelctest-no-optimization': [SKIP], 1059 'unicodelctest-no-optimization': [SKIP],
1076 }], # ignition == True and (arch == arm or arch == arm64) 1060 }], # ignition == True and (arch == arm or arch == arm64)
1077 1061
1078 ] 1062 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698