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

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

Issue 1334793004: MIPS64: Add big-endian support for mips64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 # These tests take a looong time to run in debug mode. 355 # These tests take a looong time to run in debug mode.
356 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 356 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
357 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]], 357 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
358 }], # ALWAYS 358 }], # ALWAYS
359 359
360 ['system == macos', { 360 ['system == macos', {
361 '11.3.2_TRP': [FAIL], 361 '11.3.2_TRP': [FAIL],
362 '9.2.5_11_g_ii_2': [FAIL], 362 '9.2.5_11_g_ii_2': [FAIL],
363 }], # system == macos 363 }], # system == macos
364 364
365 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 365 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', {
366 366
367 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 367 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
368 # compilation of parenthesized function literals. Needs investigation. 368 # compilation of parenthesized function literals. Needs investigation.
369 'S13.2.1_A1_T1': [SKIP], 369 'S13.2.1_A1_T1': [SKIP],
370 370
371 # BUG(3251225): Tests that timeout with --nocrankshaft. 371 # BUG(3251225): Tests that timeout with --nocrankshaft.
372 'S15.1.3.1_A2.4_T1': [SKIP], 372 'S15.1.3.1_A2.4_T1': [SKIP],
373 'S15.1.3.1_A2.5_T1': [SKIP], 373 'S15.1.3.1_A2.5_T1': [SKIP],
374 'S15.1.3.2_A2.4_T1': [SKIP], 374 'S15.1.3.2_A2.4_T1': [SKIP],
375 'S15.1.3.2_A2.5_T1': [SKIP], 375 'S15.1.3.2_A2.5_T1': [SKIP],
376 'S15.1.3.3_A2.3_T1': [SKIP], 376 'S15.1.3.3_A2.3_T1': [SKIP],
377 'S15.1.3.4_A2.3_T1': [SKIP], 377 'S15.1.3.4_A2.3_T1': [SKIP],
378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
379 ] 379 ]
OLDNEW
« src/base/build_config.h ('K') | « test/mozilla/mozilla.status ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698