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

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

Issue 10545082: Clean up some minor stuff in test expectation files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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
« test/mjsunit/mjsunit.status ('K') | « test/mjsunit/mjsunit.status ('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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # between one second and the next. 119 # between one second and the next.
120 ecma/Date/15.9.2.1: PASS || FAIL 120 ecma/Date/15.9.2.1: PASS || FAIL
121 ecma/Date/15.9.2.2-1: PASS || FAIL 121 ecma/Date/15.9.2.2-1: PASS || FAIL
122 ecma/Date/15.9.2.2-2: PASS || FAIL 122 ecma/Date/15.9.2.2-2: PASS || FAIL
123 ecma/Date/15.9.2.2-3: PASS || FAIL 123 ecma/Date/15.9.2.2-3: PASS || FAIL
124 ecma/Date/15.9.2.2-4: PASS || FAIL 124 ecma/Date/15.9.2.2-4: PASS || FAIL
125 ecma/Date/15.9.2.2-5: PASS || FAIL 125 ecma/Date/15.9.2.2-5: PASS || FAIL
126 ecma/Date/15.9.2.2-6: PASS || FAIL 126 ecma/Date/15.9.2.2-6: PASS || FAIL
127 127
128 # 1026139: These date tests fail on arm and mips 128 # 1026139: These date tests fail on arm and mips
129 ecma/Date/15.9.5.29-1: PASS || (($ARM || $MIPS) && FAIL) 129 ecma/Date/15.9.5.29-1: PASS || FAIL if ($arch == arm || $arch == mips)
Jakob Kummerow 2012/06/08 09:36:13 This syntax is uncommon, and the automatic syntax
130 ecma/Date/15.9.5.34-1: PASS || (($ARM || $MIPS) && FAIL) 130 ecma/Date/15.9.5.34-1: PASS || FAIL if ($arch == arm || $arch == mips)
131 ecma/Date/15.9.5.28-1: PASS || (($ARM || $MIPS) && FAIL) 131 ecma/Date/15.9.5.28-1: PASS || FAIL if ($arch == arm || $arch == mips)
132 132
133 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates 133 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates
134 ecma/Array/15.4.4.5-3: PASS || (($ARM || $MIPS) && FAIL) 134 ecma/Array/15.4.4.5-3: PASS || FAIL if ($arch == arm || $arch == mips)
135 ecma/Date/15.9.5.22-2: PASS || (($ARM || $MIPS) && FAIL) 135 ecma/Date/15.9.5.22-2: PASS || FAIL if ($arch == arm || $arch == mips)
136 136
137 # Flaky test that fails due to what appears to be a bug in the test. 137 # Flaky test that fails due to what appears to be a bug in the test.
138 # Occurs depending on current time 138 # Occurs depending on current time
139 ecma/Date/15.9.5.8: PASS || FAIL 139 ecma/Date/15.9.5.8: PASS || FAIL
140 140
141 # Severely brain-damaged test. Access to local variables must not 141 # Severely brain-damaged test. Access to local variables must not
142 # be more than 2.5 times faster than access to global variables? WTF? 142 # be more than 2.5 times faster than access to global variables? WTF?
143 js1_5/Regress/regress-169559: PASS || FAIL 143 js1_5/Regress/regress-169559: PASS || FAIL
144 144
145 145
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 ecma/Date/15.9.5.12-2: SKIP 929 ecma/Date/15.9.5.12-2: SKIP
930 ecma/Date/15.9.5.8: SKIP 930 ecma/Date/15.9.5.8: SKIP
931 ecma/Date/15.9.5.9: SKIP 931 ecma/Date/15.9.5.9: SKIP
932 ecma/Date/15.9.5.11-2: SKIP 932 ecma/Date/15.9.5.11-2: SKIP
933 ecma/Expressions/11.7.2: SKIP 933 ecma/Expressions/11.7.2: SKIP
934 ecma/Expressions/11.10-2: SKIP 934 ecma/Expressions/11.10-2: SKIP
935 ecma/Expressions/11.7.3: SKIP 935 ecma/Expressions/11.7.3: SKIP
936 ecma/Expressions/11.10-3: SKIP 936 ecma/Expressions/11.10-3: SKIP
937 ecma/Expressions/11.7.1: SKIP 937 ecma/Expressions/11.7.1: SKIP
938 ecma_3/RegExp/regress-209067: SKIP 938 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« test/mjsunit/mjsunit.status ('K') | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698