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

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

Issue 585373003: Convert `obj` ToObject in Object.keys() (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Skip es5 test262 tests which assert that Object.keys() throws on primitives Created 6 years, 2 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/third_party/object-keys.js ('k') | no next file » | 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 # tests in PST/PDT between first Sunday in March and first Sunday in April. 80 # tests in PST/PDT between first Sunday in March and first Sunday in April.
81 # The DST switch was moved in 2007 whereas Test262 bases the reference value 81 # The DST switch was moved in 2007 whereas Test262 bases the reference value
82 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 82 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293
83 'S15.9.3.1_A5_T1': [PASS, FAIL_OK], 83 'S15.9.3.1_A5_T1': [PASS, FAIL_OK],
84 'S15.9.3.1_A5_T2': [PASS, FAIL_OK], 84 'S15.9.3.1_A5_T2': [PASS, FAIL_OK],
85 'S15.9.3.1_A5_T3': [PASS, FAIL_OK], 85 'S15.9.3.1_A5_T3': [PASS, FAIL_OK],
86 'S15.9.3.1_A5_T4': [PASS, FAIL_OK], 86 'S15.9.3.1_A5_T4': [PASS, FAIL_OK],
87 'S15.9.3.1_A5_T5': [PASS, FAIL_OK], 87 'S15.9.3.1_A5_T5': [PASS, FAIL_OK],
88 'S15.9.3.1_A5_T6': [PASS, FAIL_OK], 88 'S15.9.3.1_A5_T6': [PASS, FAIL_OK],
89 89
90 # ObjectKeys() no longer throws TypeError when passed a primitive value which
91 # is not null or undefined (per ES6).
92 '15.2.3.14-1-1': [SKIP],
Michael Starzinger 2014/10/09 16:57:26 Is there a particular reason we cannot use "[PASS,
93 '15.2.3.14-1-2': [SKIP],
94 '15.2.3.14-1-3': [SKIP],
95
90 ############################ SKIPPED TESTS ############################# 96 ############################ SKIPPED TESTS #############################
91 97
92 # These tests take a looong time to run in debug mode. 98 # These tests take a looong time to run in debug mode.
93 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 99 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
94 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]], 100 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
95 }], # ALWAYS 101 }], # ALWAYS
96 102
97 ['system == macos', { 103 ['system == macos', {
98 '11.3.2_TRP': [FAIL], 104 '11.3.2_TRP': [FAIL],
99 '9.2.5_11_g_ii_2': [FAIL], 105 '9.2.5_11_g_ii_2': [FAIL],
100 }], # system == macos 106 }], # system == macos
101 107
102 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 108 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
103 109
104 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 110 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
105 # compilation of parenthesized function literals. Needs investigation. 111 # compilation of parenthesized function literals. Needs investigation.
106 'S13.2.1_A1_T1': [SKIP], 112 'S13.2.1_A1_T1': [SKIP],
107 113
108 # BUG(3251225): Tests that timeout with --nocrankshaft. 114 # BUG(3251225): Tests that timeout with --nocrankshaft.
109 'S15.1.3.1_A2.4_T1': [SKIP], 115 'S15.1.3.1_A2.4_T1': [SKIP],
110 'S15.1.3.1_A2.5_T1': [SKIP], 116 'S15.1.3.1_A2.5_T1': [SKIP],
111 'S15.1.3.2_A2.4_T1': [SKIP], 117 'S15.1.3.2_A2.4_T1': [SKIP],
112 'S15.1.3.2_A2.5_T1': [SKIP], 118 'S15.1.3.2_A2.5_T1': [SKIP],
113 'S15.1.3.3_A2.3_T1': [SKIP], 119 'S15.1.3.3_A2.3_T1': [SKIP],
114 'S15.1.3.4_A2.3_T1': [SKIP], 120 'S15.1.3.4_A2.3_T1': [SKIP],
115 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 121 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
116 ] 122 ]
OLDNEW
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698