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

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

Issue 1477403002: [test+presubmit] Remove duplicate test status file entries (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove global variable hack Created 5 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'language/block-scope/shadowing/dynamic-lookup-from-closure': [PASS, FAIL_SLOP PY], 55 'language/block-scope/shadowing/dynamic-lookup-from-closure': [PASS, FAIL_SLOP PY],
56 'language/block-scope/shadowing/lookup-from-closure': [PASS, FAIL_SLOPPY], 56 'language/block-scope/shadowing/lookup-from-closure': [PASS, FAIL_SLOPPY],
57 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], 57 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
58 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-var': [PASS, FAIL_SLOPPY], 58 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-var': [PASS, FAIL_SLOPPY],
59 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w ith-function-declaration': [PASS, FAIL_SLOPPY], 59 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w ith-function-declaration': [PASS, FAIL_SLOPPY],
60 'language/statements/let/block-local-closure-set-before-initialization': [PASS , FAIL_SLOPPY], 60 'language/statements/let/block-local-closure-set-before-initialization': [PASS , FAIL_SLOPPY],
61 61
62 # https://code.google.com/p/v8/issues/detail?id=4405 62 # https://code.google.com/p/v8/issues/detail?id=4405
63 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl ock-let-declaration-unseen-outside-of-block': [PASS, FAIL], 63 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl ock-let-declaration-unseen-outside-of-block': [PASS, FAIL],
64 64
65 # https://code.google.com/p/v8/issues/detail?id=3305
66 # This times out in sloppy mode because sloppy const assignment does not throw .
67 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [PASS, FAIL, TIMEOUT],
Michael Achenbach 2015/11/27 14:24:20 Maybe preserve this comment by moving it to the du
Jakob Kummerow 2015/11/27 14:43:26 Done.
68
69 # https://code.google.com/p/v8/issues/detail?id=1543 65 # https://code.google.com/p/v8/issues/detail?id=1543
70 'built-ins/Proxy/*': [FAIL], 66 'built-ins/Proxy/*': [FAIL],
71 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] , 67 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] ,
72 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL] , 68 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL] ,
73 'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL], 69 'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL],
74 'built-ins/Object/assign/source-own-prop-error': [FAIL], 70 'built-ins/Object/assign/source-own-prop-error': [FAIL],
75 'built-ins/Object/assign/source-own-prop-keys-error': [FAIL], 71 'built-ins/Object/assign/source-own-prop-keys-error': [FAIL],
76 'built-ins/Object/setPrototypeOf/set-error': [FAIL], 72 'built-ins/Object/setPrototypeOf/set-error': [FAIL],
77 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], 73 'language/expressions/object/prop-def-id-eval-error-2': [FAIL],
78 'language/statements/for-of/iterator-as-proxy': [FAIL], 74 'language/statements/for-of/iterator-as-proxy': [FAIL],
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 # to be either marked as bugs with issues filed for them or as deliberate 388 # to be either marked as bugs with issues filed for them or as deliberate
393 # incompatibilities if the test cases turn out to be broken or ambiguous. 389 # incompatibilities if the test cases turn out to be broken or ambiguous.
394 # Some of these are related to v8:4361 in being visible side effects from Intl . 390 # Some of these are related to v8:4361 in being visible side effects from Intl .
395 'intl402/6.2.3': [FAIL], 391 'intl402/6.2.3': [FAIL],
396 'intl402/9.2.1_2': [FAIL], 392 'intl402/9.2.1_2': [FAIL],
397 'intl402/9.2.6_2': [FAIL], 393 'intl402/9.2.6_2': [FAIL],
398 'intl402/Collator/10.1.2.1_4': [FAIL], 394 'intl402/Collator/10.1.2.1_4': [FAIL],
399 'intl402/Collator/10.1.2_a': [PASS, FAIL], 395 'intl402/Collator/10.1.2_a': [PASS, FAIL],
400 'intl402/Collator/10.2.3_b': [PASS, FAIL], 396 'intl402/Collator/10.2.3_b': [PASS, FAIL],
401 'intl402/Collator/prototype/10.3_a': [FAIL], 397 'intl402/Collator/prototype/10.3_a': [FAIL],
402 'intl402/Date/prototype/13.3.0_7': [FAIL],
403 'intl402/DateTimeFormat/12.1.1': [FAIL], 398 'intl402/DateTimeFormat/12.1.1': [FAIL],
404 'intl402/DateTimeFormat/12.1.1_a': [FAIL], 399 'intl402/DateTimeFormat/12.1.1_a': [FAIL],
405 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
406 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 400 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL],
407 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], 401 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL],
408 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 402 'intl402/DateTimeFormat/12.2.3_b': [FAIL],
409 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL], 403 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL],
410 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], 404 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL],
411 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], 405 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
412 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL], 406 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL],
413 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], 407 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL],
414 'intl402/NumberFormat/11.1.1_20_c': [FAIL], 408 'intl402/NumberFormat/11.1.1_20_c': [FAIL],
415 'intl402/NumberFormat/11.1.1_a': [FAIL], 409 'intl402/NumberFormat/11.1.1_a': [FAIL],
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'language/statements/function/S13.2.2_A19_T8': [SKIP], 632 'language/statements/function/S13.2.2_A19_T8': [SKIP],
639 'language/statements/while/S12.6.2_A4_T5': [SKIP], 633 'language/statements/while/S12.6.2_A4_T5': [SKIP],
640 }], # ignition == True 634 }], # ignition == True
641 635
642 ['ignition == True and (arch == arm or arch == arm64)', { 636 ['ignition == True and (arch == arm or arch == arm64)', {
643 'built-ins/encodeURI*': [SKIP], 637 'built-ins/encodeURI*': [SKIP],
644 'intl402/9.2.2': [SKIP], 638 'intl402/9.2.2': [SKIP],
645 }], # ignition == True and (arch == arm or arch == arm64) 639 }], # ignition == True and (arch == arm or arch == arm64)
646 640
647 ] 641 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/presubmit.py » ('j') | tools/presubmit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698