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

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

Issue 11185073: Adjust Android test expectations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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/cctest/cctest.status ('k') | test/preparser/preparser.status » ('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 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 d8-os: PASS, SKIP if ($isolates || $arch == android_arm || $arch == android_ia32 ) 66 d8-os: PASS, SKIP if ($isolates || $arch == android_arm || $arch == android_ia32 )
67 tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3 2) 67 tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3 2)
68 68
69 ############################################################################## 69 ##############################################################################
70 [ $arch == arm || $arch == android_arm ] 70 [ $arch == arm || $arch == android_arm ]
71 71
72 # Slow tests which times out in debug mode. 72 # Slow tests which times out in debug mode.
73 try: PASS, SKIP if $mode == debug 73 try: PASS, SKIP if $mode == debug
74 debug-scripts-request: PASS, SKIP if $mode == debug 74 debug-scripts-request: PASS, SKIP if $mode == debug
75 array-constructor: PASS, SKIP if $mode == debug 75 array-constructor: PASS, SKIP if $mode == debug
76 regress/regress-1122: PASS, SKIP if ($mode == debug && $arch == android_arm)
76 77
77 # Flaky test that can hit compilation-time stack overflow in debug mode. 78 # Flaky test that can hit compilation-time stack overflow in debug mode.
78 unicode-test: PASS, (PASS || FAIL) if $mode == debug 79 unicode-test: PASS, (PASS || FAIL) if $mode == debug
79 80
80 # Times out often in release mode on ARM. 81 # Times out often in release mode on ARM.
81 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release 82 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
82 array-splice: PASS || TIMEOUT 83 array-splice: PASS || TIMEOUT
83 84
84 # Long running test. 85 # Long running test.
85 string-indexof-2: PASS || TIMEOUT 86 string-indexof-2: PASS || TIMEOUT
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 # the test requires too much time to run. However, the problem test covers 172 # the test requires too much time to run. However, the problem test covers
172 # should be platform-independent. 173 # should be platform-independent.
173 regress/regress-1132: SKIP 174 regress/regress-1132: SKIP
174 175
175 # Stack manipulations in LiveEdit is not implemented for this arch. 176 # Stack manipulations in LiveEdit is not implemented for this arch.
176 debug-liveedit-check-stack: SKIP 177 debug-liveedit-check-stack: SKIP
177 debug-liveedit-stack-padding: SKIP 178 debug-liveedit-stack-padding: SKIP
178 debug-liveedit-restart-frame: SKIP 179 debug-liveedit-restart-frame: SKIP
179 debug-liveedit-double-call: SKIP 180 debug-liveedit-double-call: SKIP
180 181
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | test/preparser/preparser.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698