OLD | NEW |
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 }], # 'gc_stress == True and mode == debug' | 105 }], # 'gc_stress == True and mode == debug' |
106 | 106 |
107 ############################################################################## | 107 ############################################################################## |
108 ['variant == ignition and msan', { | 108 ['variant == ignition and msan', { |
109 # TODO(mythria,4680): Too slow and timeout on ignition. | 109 # TODO(mythria,4680): Too slow and timeout on ignition. |
110 'dfg-double-vote-fuzz': [SKIP], | 110 'dfg-double-vote-fuzz': [SKIP], |
111 'dfg-int-overflow-in-loop': [SKIP], | 111 'dfg-int-overflow-in-loop': [SKIP], |
112 }], # variant == ignition and msan | 112 }], # variant == ignition and msan |
113 | 113 |
114 ############################################################################## | 114 ############################################################################## |
115 ['variant == turbofan', { | |
116 # BUG(v8:5276): Flaky with turbofan. | |
117 'fast/js/array-bad-time': [SKIP], | |
118 }], # variant == turbofan | |
119 | |
120 ############################################################################## | |
121 ['variant == ignition_turbofan and msan', { | 115 ['variant == ignition_turbofan and msan', { |
122 # TODO(mythria,4680): Too slow and timeout on ignition. | 116 # TODO(mythria,4680): Too slow and timeout on ignition. |
123 'dfg-double-vote-fuzz': [SKIP], | 117 'dfg-double-vote-fuzz': [SKIP], |
124 'dfg-int-overflow-in-loop': [SKIP], | 118 'dfg-int-overflow-in-loop': [SKIP], |
125 }], # variant == ignition_turbofan and msan | 119 }], # variant == ignition_turbofan and msan |
126 | 120 |
127 ############################################################################## | 121 ############################################################################## |
128 ['gcov_coverage', { | 122 ['gcov_coverage', { |
129 # Tests taking too long or getting too large call stacks. | 123 # Tests taking too long or getting too large call stacks. |
130 'fast/js/excessive-comma-usage': [SKIP], | 124 'fast/js/excessive-comma-usage': [SKIP], |
131 'run-json-stringify': [SKIP], | 125 'run-json-stringify': [SKIP], |
132 }], # 'gcov_coverage' | 126 }], # 'gcov_coverage' |
133 | 127 |
134 ############################################################################## | 128 ############################################################################## |
135 ] | 129 ] |
OLD | NEW |