OLD | NEW |
---|---|
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 Loading... | |
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.3.6_T1': [FAIL], | |
Jakob Kummerow
2014/08/18 17:18:39
Can you alpha-sort these please (within each secti
smikes
2014/08/18 19:38:01
Done.
| |
48 'S22.1.2.3_T1': [FAIL], | |
49 'S22.1.2.1_T1': [FAIL], | |
50 'S22.1.2.1_T2': [FAIL], | |
51 'S22.1.2.3_T2': [FAIL], | |
52 | |
53 # New ES6 function String.prototype.contains, unimplemented in v8. | |
54 'String.prototype.contains_lengthProp': [FAIL], | |
55 'String.prototype.contains_FailBadLocation': [FAIL], | |
56 'String.prototype.contains_SuccessNoLocation': [FAIL], | |
57 'String.prototype.contains_Success': [FAIL], | |
58 'String.prototype.contains_FailLocation': [FAIL], | |
59 'String.prototype.contains_FailMissingLetter': [FAIL], | |
60 | |
61 # New ES6 function String.prototype.endsWith, unimplemented in v8. | |
62 'String.prototype.endsWith_Success_3': [FAIL], | |
63 'String.prototype.endsWith_Success_4': [FAIL], | |
64 'String.prototype.endsWith_Fail': [FAIL], | |
65 'String.prototype.endsWith_Success': [FAIL], | |
66 'String.prototype.endsWith_Fail_2': [FAIL], | |
67 'String.prototype.endsWith_Success_2': [FAIL], | |
68 | |
69 # New ES6 function Array.prototype.find, unimplemented in v8. | |
70 'Array.prototype.find_non-returning-predicate': [FAIL], | |
71 'Array.prototype.find_this-undefined': [FAIL], | |
72 'Array.prototype.find_length-property': [FAIL], | |
73 'Array.prototype.find_return-found-value': [FAIL], | |
74 'Array.prototype.find_this-defined': [FAIL], | |
75 'Array.prototype.find_modify-after-start': [FAIL], | |
76 'Array.prototype.find_this-is-object': [FAIL], | |
77 'Array.prototype.find_empty-array-undefined': [FAIL], | |
78 'Array.prototype.find_callable-predicate': [FAIL], | |
79 'Array.prototype.find_predicate-arguments': [FAIL], | |
80 'Array.prototype.find_remove-after-start': [FAIL], | |
81 'Array.prototype.find_skip-empty': [FAIL], | |
82 'Array.prototype.find_push-after-start': [FAIL], | |
83 | |
84 # This negative test fails for the wrong reason. | |
85 #'Array.prototype.find_noncallable-predicate': [FAIL], | |
86 | |
41 ######################## NEEDS INVESTIGATION ########################### | 87 ######################## NEEDS INVESTIGATION ########################### |
42 | 88 |
43 # These test failures are specific to the intl402 suite and need investigation | 89 # 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 | 90 # 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. | 91 # incompatibilities if the test cases turn out to be broken or ambiguous. |
46 '6.2.3': [FAIL], | 92 '6.2.3': [FAIL], |
47 '9.2.1_2': [FAIL], | 93 '9.2.1_2': [FAIL], |
48 '9.2.6_2': [FAIL], | 94 '9.2.6_2': [FAIL], |
49 '10.1.1_a': [FAIL], | 95 '10.1.1_a': [FAIL], |
50 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 96 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
110 | 156 |
111 # BUG(3251225): Tests that timeout with --nocrankshaft. | 157 # BUG(3251225): Tests that timeout with --nocrankshaft. |
112 'S15.1.3.1_A2.4_T1': [SKIP], | 158 'S15.1.3.1_A2.4_T1': [SKIP], |
113 'S15.1.3.1_A2.5_T1': [SKIP], | 159 'S15.1.3.1_A2.5_T1': [SKIP], |
114 'S15.1.3.2_A2.4_T1': [SKIP], | 160 'S15.1.3.2_A2.4_T1': [SKIP], |
115 'S15.1.3.2_A2.5_T1': [SKIP], | 161 'S15.1.3.2_A2.5_T1': [SKIP], |
116 'S15.1.3.3_A2.3_T1': [SKIP], | 162 'S15.1.3.3_A2.3_T1': [SKIP], |
117 'S15.1.3.4_A2.3_T1': [SKIP], | 163 'S15.1.3.4_A2.3_T1': [SKIP], |
118 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 164 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
119 ] | 165 ] |
OLD | NEW |