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

Unified Diff: test/webkit/webkit.status

Issue 154113002: A64: Synchronize with r16919. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/test262/test262.status ('k') | tools/testrunner/local/old_statusfile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index 4aaf8a97fbd8c946593d8ed0c16f19c41c2cebc5..2b71e4be6293c48eebe6121a59d8bb2fde7b4188 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -26,10 +26,15 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Too slow in debug mode.
-dfg-int-overflow-in-loop: PASS, SKIP if $mode == debug
-dfg-double-vote-fuzz: PASS, SKIP if $mode == debug
-reentrant-caching: PASS, SKIP if $mode == debug
-sort-large-array: PASS, SKIP if $mode == debug
+[
+[ALWAYS, {
+ 'dfg-int-overflow-in-loop': [PASS, ['mode == debug', SKIP]],
+ 'dfg-double-vote-fuzz': [PASS, ['mode == debug', SKIP]],
+ 'reentrant-caching': [PASS, ['mode == debug', SKIP]],
+ 'sort-large-array': [PASS, ['mode == debug', SKIP]],
+}], # ALWAYS
##############################################################################
-[ $deopt_fuzzer == True ]
+['deopt_fuzzer == True', {
+}], # 'deopt_fuzzer == True'
+]
« no previous file with comments | « test/test262/test262.status ('k') | tools/testrunner/local/old_statusfile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698