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

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

Issue 1804003002: [Ignition] Test ignition on all bots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 7 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/mjsunit/mjsunit.status ('k') | tools/run-tests.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 2013 the V8 project authors. All rights reserved. 1 # Copyright 2013 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ['gc_stress == True', { 94 ['gc_stress == True', {
95 # Tests taking too long 95 # Tests taking too long
96 'fast/js/excessive-comma-usage': [SKIP] 96 'fast/js/excessive-comma-usage': [SKIP]
97 }], # 'gc_stress == True' 97 }], # 'gc_stress == True'
98 98
99 ['gc_stress == True and mode == debug', { 99 ['gc_stress == True and mode == debug', {
100 # Skip tests that timeout. 100 # Skip tests that timeout.
101 }], # 'gc_stress == True and mode == debug' 101 }], # 'gc_stress == True and mode == debug'
102 102
103 ############################################################################## 103 ##############################################################################
104 ['msan', {
105 # TODO(mythria,4680): Too slow and timeout on ignition.
106 'dfg-double-vote-fuzz': [PASS, NO_IGNITION],
107 'dfg-int-overflow-in-loop': [PASS, NO_IGNITION],
108 }], # msan
109
110 ##############################################################################
104 ['(ignition or ignition_turbofan) and msan', { 111 ['(ignition or ignition_turbofan) and msan', {
105 # TODO(mythria,4680): Too slow and timeout on ignition. 112 # TODO(mythria,4680): Too slow and timeout on ignition.
106 'dfg-double-vote-fuzz': [SKIP], 113 'dfg-double-vote-fuzz': [SKIP],
107 'dfg-int-overflow-in-loop': [SKIP], 114 'dfg-int-overflow-in-loop': [SKIP],
108 }], # (ignition or ignition_turbofan) and msan 115 }], # (ignition or ignition_turbofan) and msan
109 116
110 ############################################################################## 117 ##############################################################################
111 ['gcov_coverage', { 118 ['gcov_coverage', {
112 # Tests taking too long or getting too large call stacks. 119 # Tests taking too long or getting too large call stacks.
113 'fast/js/excessive-comma-usage': [SKIP], 120 'fast/js/excessive-comma-usage': [SKIP],
114 'run-json-stringify': [SKIP], 121 'run-json-stringify': [SKIP],
115 }], # 'gcov_coverage' 122 }], # 'gcov_coverage'
116 123
117 ############################################################################## 124 ##############################################################################
118 ] 125 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698