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/mjsunit/mjsunit.status

Issue 760213005: Turn on DCHECKs and other debugging code if dcheck_always_on is 1 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updaets Created 6 years 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/cctest/test-api.cc ('k') | test/webkit/webkit.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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr oid_arm64 or arch == android_ia32', SKIP]], 167 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr oid_arm64 or arch == android_ia32', SKIP]],
168 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == an droid_arm64 or arch == android_ia32', SKIP]], 168 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == an droid_arm64 or arch == android_ia32', SKIP]],
169 169
170 ############################################################################## 170 ##############################################################################
171 # Long running test that reproduces memory leak and should be run manually. 171 # Long running test that reproduces memory leak and should be run manually.
172 'regress/regress-2073': [SKIP], 172 'regress/regress-2073': [SKIP],
173 173
174 ############################################################################## 174 ##############################################################################
175 # Tests verifying CHECK and ASSERT. 175 # Tests verifying CHECK and ASSERT.
176 'verify-check-false': [FAIL, NO_VARIANTS], 176 'verify-check-false': [FAIL, NO_VARIANTS],
177 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debu g', FAIL]], 177 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]],
178 178
179 ############################################################################## 179 ##############################################################################
180 # Tests with different versions for release and debug. 180 # Tests with different versions for release and debug.
181 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]], 181 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
182 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]], 182 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
183 'regress/regress-634': [PASS, ['mode == debug', SKIP]], 183 'regress/regress-634': [PASS, ['mode == debug', SKIP]],
184 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], 184 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
185 185
186 # BUG(336820). TODO(bmeurer): Investigate. 186 # BUG(336820). TODO(bmeurer): Investigate.
187 'regress/regress-336820': [PASS, FAIL], 187 'regress/regress-336820': [PASS, FAIL],
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'never-optimize': [SKIP], 576 'never-optimize': [SKIP],
577 'regress/regress-2185-2': [SKIP], 577 'regress/regress-2185-2': [SKIP],
578 'harmony/object-observe': [SKIP], 578 'harmony/object-observe': [SKIP],
579 'readonly': [SKIP], 579 'readonly': [SKIP],
580 'array-feedback': [SKIP], 580 'array-feedback': [SKIP],
581 581
582 # Deopt every n garbage collections collides with deopt every n times. 582 # Deopt every n garbage collections collides with deopt every n times.
583 'regress/regress-2653': [SKIP], 583 'regress/regress-2653': [SKIP],
584 }], # 'deopt_fuzzer == True' 584 }], # 'deopt_fuzzer == True'
585 ] 585 ]
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698