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

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

Issue 2724373002: [date] Add ICU backend for timezone info behind a flag (Closed)
Patch Set: or {} Created 3 years, 8 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
« no previous file with comments | « test/mjsunit/icu-date-to-string.js ('k') | test/mjsunit/testcfg.py » ('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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 ############################################################################## 531 ##############################################################################
532 ['system == windows', { 532 ['system == windows', {
533 # TODO(mstarzinger): Too slow with turbo fan. 533 # TODO(mstarzinger): Too slow with turbo fan.
534 'big-object-literal': [SKIP], 534 'big-object-literal': [SKIP],
535 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], 535 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
536 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], 536 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
537 'unicodelctest': [PASS, ['mode == debug', SKIP]], 537 'unicodelctest': [PASS, ['mode == debug', SKIP]],
538 538
539 # BUG(v8:4495). 539 # BUG(v8:4495).
540 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], 540 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]],
541
542 # Setting the timezone and locale with environment variables unavailable
543 'icu-date-to-string': [SKIP],
544 'icu-date-lord-howe': [SKIP],
541 }], # 'system == windows' 545 }], # 'system == windows'
542 546
543 ############################################################################## 547 ##############################################################################
544 ['system == macos', { 548 ['system == macos', {
545 # BUG(v8:5333) 549 # BUG(v8:5333)
546 'big-object-literal': [SKIP], 550 'big-object-literal': [SKIP],
547 }], # 'system == macos' 551 }], # 'system == macos'
548 552
549 ############################################################################## 553 ##############################################################################
550 ['deopt_fuzzer == True', { 554 ['deopt_fuzzer == True', {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'lithium/*': [SKIP], 677 'lithium/*': [SKIP],
674 'third_party/*': [SKIP], 678 'third_party/*': [SKIP],
675 'tools/*': [SKIP], 679 'tools/*': [SKIP],
676 'apply': [SKIP], 680 'apply': [SKIP],
677 'math-*': [SKIP], 681 'math-*': [SKIP],
678 'unicode-test': [SKIP], 682 'unicode-test': [SKIP],
679 'whitespaces': [SKIP], 683 'whitespaces': [SKIP],
680 }], # variant == wasm_traps 684 }], # variant == wasm_traps
681 685
682 ] 686 ]
OLDNEW
« no previous file with comments | « test/mjsunit/icu-date-to-string.js ('k') | test/mjsunit/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698