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

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

Issue 478163002: test/test262: update testcfg.py for new test262 (Closed) Base URL: git@github.com:smikes/v8.git@master
Patch Set: Rebased with final (?) changes Created 6 years, 4 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
« no previous file with comments | « test/test262/harness-adapt.js ('k') | test/test262/testcfg.py » ('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 20 matching lines...) Expand all
31 31
32 '15.5.4.9_CE': [['no_i18n', SKIP]], 32 '15.5.4.9_CE': [['no_i18n', SKIP]],
33 33
34 # TODO(turbofan): Timeouts on TurboFan need investigation. 34 # TODO(turbofan): Timeouts on TurboFan need investigation.
35 '10.1.1_13': [PASS, NO_VARIANTS], 35 '10.1.1_13': [PASS, NO_VARIANTS],
36 36
37 # BUG(v8:3455) 37 # BUG(v8:3455)
38 '11.2.3_b': [FAIL], 38 '11.2.3_b': [FAIL],
39 '12.2.3_b': [FAIL], 39 '12.2.3_b': [FAIL],
40 40
41 ###################### NEEDS INVESTIGATION (2014) #######################
42
43 # Cause unknown.
44 'bug_596_1': [FAIL],
45
46 # New ES6 Array functions.
47 'S22.1.2.1_T1': [FAIL],
48 'S22.1.2.1_T2': [FAIL],
49 'S22.1.2.3_T1': [FAIL],
50 'S22.1.2.3_T2': [FAIL],
51 'S22.1.3.6_T1': [FAIL],
52
53 # New ES6 function String.prototype.contains, unimplemented in v8.
54 'String.prototype.contains_FailBadLocation': [FAIL],
55 'String.prototype.contains_FailLocation': [FAIL],
56 'String.prototype.contains_FailMissingLetter': [FAIL],
57 'String.prototype.contains_Success': [FAIL],
58 'String.prototype.contains_SuccessNoLocation': [FAIL],
59 'String.prototype.contains_lengthProp': [FAIL],
60
61 # New ES6 function String.prototype.endsWith, unimplemented in v8.
62 'String.prototype.endsWith_Fail': [FAIL],
63 'String.prototype.endsWith_Fail_2': [FAIL],
64 'String.prototype.endsWith_Success': [FAIL],
65 'String.prototype.endsWith_Success_2': [FAIL],
66 'String.prototype.endsWith_Success_3': [FAIL],
67 'String.prototype.endsWith_Success_4': [FAIL],
68
69 # New ES6 function Array.prototype.find, unimplemented in v8.
70 'Array.prototype.find_callable-predicate': [FAIL],
71 'Array.prototype.find_empty-array-undefined': [FAIL],
72 'Array.prototype.find_length-property': [FAIL],
73 'Array.prototype.find_modify-after-start': [FAIL],
74 'Array.prototype.find_non-returning-predicate': [FAIL],
75 'Array.prototype.find_predicate-arguments': [FAIL],
76 'Array.prototype.find_push-after-start': [FAIL],
77 'Array.prototype.find_remove-after-start': [FAIL],
78 'Array.prototype.find_return-found-value': [FAIL],
79 'Array.prototype.find_skip-empty': [FAIL],
80 'Array.prototype.find_this-defined': [FAIL],
81 'Array.prototype.find_this-is-object': [FAIL],
82 'Array.prototype.find_this-undefined': [FAIL],
83
84 # This negative test fails for the wrong reason.
85 #'Array.prototype.find_noncallable-predicate': [FAIL],
86
87 # Possibly same cause as S8.5_A2.1, below: floating-point tests.
88 'S15.8.2.16_A7': [PASS, FAIL_OK],
89 'S15.8.2.18_A7': [PASS, FAIL_OK],
90 'S15.8.2.7_A7': [PASS, FAIL_OK],
91
92 # This is an incompatibility between ES5 and V8 on enumerating
93 # shadowed elements in a for..in loop.
94 # https://code.google.com/p/v8/issues/detail?id=705
95 '12.6.4-2': [PASS, FAIL_OK],
96
41 ######################## NEEDS INVESTIGATION ########################### 97 ######################## NEEDS INVESTIGATION ###########################
42 98
43 # These test failures are specific to the intl402 suite and need investigation 99 # These test failures are specific to the intl402 suite and need investigation
44 # to be either marked as bugs with issues filed for them or as deliberate 100 # to be either marked as bugs with issues filed for them or as deliberate
45 # incompatibilities if the test cases turn out to be broken or ambiguous. 101 # incompatibilities if the test cases turn out to be broken or ambiguous.
46 '6.2.3': [FAIL], 102 '6.2.3': [FAIL],
47 '9.2.1_2': [FAIL], 103 '9.2.1_2': [FAIL],
48 '9.2.6_2': [FAIL], 104 '9.2.6_2': [FAIL],
49 '10.1.1_a': [FAIL], 105 '10.1.1_a': [FAIL],
50 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 106 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 166
111 # BUG(3251225): Tests that timeout with --nocrankshaft. 167 # BUG(3251225): Tests that timeout with --nocrankshaft.
112 'S15.1.3.1_A2.4_T1': [SKIP], 168 'S15.1.3.1_A2.4_T1': [SKIP],
113 'S15.1.3.1_A2.5_T1': [SKIP], 169 'S15.1.3.1_A2.5_T1': [SKIP],
114 'S15.1.3.2_A2.4_T1': [SKIP], 170 'S15.1.3.2_A2.4_T1': [SKIP],
115 'S15.1.3.2_A2.5_T1': [SKIP], 171 'S15.1.3.2_A2.5_T1': [SKIP],
116 'S15.1.3.3_A2.3_T1': [SKIP], 172 'S15.1.3.3_A2.3_T1': [SKIP],
117 'S15.1.3.4_A2.3_T1': [SKIP], 173 'S15.1.3.4_A2.3_T1': [SKIP],
118 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 174 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
119 ] 175 ]
OLDNEW
« no previous file with comments | « test/test262/harness-adapt.js ('k') | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698