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

Unified Diff: test/webkit/webkit.status

Issue 132373011: A64: Synchronize with r17635. (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/webkit/instance-of-immediates-expected.txt ('k') | tools/gyp/v8.gyp » ('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 2b71e4be6293c48eebe6121a59d8bb2fde7b4188..bd227415868ecc2060a32a9b2f1e0a6e9b6d6b5c 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -25,16 +25,19 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Too slow in debug mode.
[
[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]],
+ ##############################################################################
+ # Flaky tests.
+ # BUG(v8:2989).
+ 'dfg-inline-arguments-become-int32': [PASS, FLAKY],
+ 'dfg-inline-arguments-reset': [PASS, FLAKY],
}], # ALWAYS
-
-##############################################################################
-['deopt_fuzzer == True', {
-}], # 'deopt_fuzzer == True'
+['mode == debug', {
+ # Too slow in debug mode.
+ 'dfg-int-overflow-in-loop': [SKIP],
+ 'dfg-double-vote-fuzz': [SKIP],
+ 'reentrant-caching': [SKIP],
+ 'sort-large-array': [SKIP],
+}], # 'mode == debug'
]
« no previous file with comments | « test/webkit/instance-of-immediates-expected.txt ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698