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

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

Issue 2697723004: Make regress-crbug-514081 less flaky by having max serialization size (Closed)
Patch Set: . Created 3 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 unified diff | Download patch
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). 165 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
166 'unicodelctest': [PASS, NO_VARIANTS], 166 'unicodelctest': [PASS, NO_VARIANTS],
167 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 167 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
168 168
169 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, 169 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds,
170 # which makes the test useless. 170 # which makes the test useless.
171 'big-object-literal': [PASS, ['mode == debug', SKIP]], 171 'big-object-literal': [PASS, ['mode == debug', SKIP]],
172 172
173 # BUG(v8:5807): Flaky data race. 173 # BUG(v8:5807): Flaky data race.
174 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], 174 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]],
175
176 # BUG(v8:5906).
177 'regress/regress-crbug-514081': [PASS, ['system == linux', SKIP]],
178 }], # ALWAYS 175 }], # ALWAYS
179 176
180 ['novfp3 == True', { 177 ['novfp3 == True', {
181 'asm/embenchen/box2d': [SKIP], 178 'asm/embenchen/box2d': [SKIP],
182 'asm/embenchen/zlib': [SKIP], 179 'asm/embenchen/zlib': [SKIP],
183 'asm/embenchen/memops': [SKIP], 180 'asm/embenchen/memops': [SKIP],
184 'asm/embenchen/lua_binarytrees': [SKIP], 181 'asm/embenchen/lua_binarytrees': [SKIP],
185 }], # novfp3 == True 182 }], # novfp3 == True
186 183
187 ############################################################################## 184 ##############################################################################
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'lithium/*': [SKIP], 642 'lithium/*': [SKIP],
646 'third_party/*': [SKIP], 643 'third_party/*': [SKIP],
647 'tools/*': [SKIP], 644 'tools/*': [SKIP],
648 'apply': [SKIP], 645 'apply': [SKIP],
649 'math-*': [SKIP], 646 'math-*': [SKIP],
650 'unicode-test': [SKIP], 647 'unicode-test': [SKIP],
651 'whitespaces': [SKIP], 648 'whitespaces': [SKIP],
652 }], # variant == wasm_traps 649 }], # variant == wasm_traps
653 650
654 ] 651 ]
OLDNEW
« src/d8.cc ('K') | « src/d8.cc ('k') | test/mjsunit/regress/regress-crbug-514081.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698