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

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

Issue 2386103010: [test] Fix exception parsing in test262. (Closed)
Patch Set: Deal with --stress-opt output. Created 4 years, 2 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 | « no previous file | test/test262/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 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 # https://bugs.chromium.org/p/v8/issues/detail?id=5135 376 # https://bugs.chromium.org/p/v8/issues/detail?id=5135
377 'annexB/language/eval-code/direct/func-block-decl-eval-func-block-scoping': [F AIL], 377 'annexB/language/eval-code/direct/func-block-decl-eval-func-block-scoping': [F AIL],
378 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-block-sco ping': [FAIL], 378 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-block-sco ping': [FAIL],
379 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-block-sco ping': [FAIL], 379 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-block-sco ping': [FAIL],
380 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-block-scopi ng': [FAIL], 380 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-block-scopi ng': [FAIL],
381 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-block-scoping ': [FAIL], 381 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-block-scoping ': [FAIL],
382 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-block-scopi ng': [FAIL], 382 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-block-scopi ng': [FAIL],
383 'annexB/language/eval-code/direct/func-switch-case-eval-func-block-scoping': [ FAIL], 383 'annexB/language/eval-code/direct/func-switch-case-eval-func-block-scoping': [ FAIL],
384 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-block-scoping': [ FAIL], 384 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-block-scoping': [ FAIL],
385 385
386 # https://bugs.chromium.org/p/v8/issues/detail?id=5136
387 'annexB/language/comments/multi-line-html-close': [FAIL],
388 'annexB/language/comments/single-line-html-close': [FAIL],
389 'annexB/language/comments/single-line-html-close-asi': [FAIL],
390 'annexB/language/comments/single-line-html-open': [FAIL],
391
392 # https://bugs.chromium.org/p/v8/issues/detail?id=5137 386 # https://bugs.chromium.org/p/v8/issues/detail?id=5137
393 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL], 387 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL],
394 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL], 388 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL],
395 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL], 389 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL],
396 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL], 390 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL],
397 391
398 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 392 # https://bugs.chromium.org/p/v8/issues/detail?id=5139
399 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL], 393 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL],
400 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], 394 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL],
401 395
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'language/module-code/*': [SKIP], 632 'language/module-code/*': [SKIP],
639 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 633 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
640 ['variant == ignition or variant == ignition_staging or variant == ignition_turb ofan', { 634 ['variant == ignition or variant == ignition_staging or variant == ignition_turb ofan', {
641 'language/module-code/comment-*': [SKIP], 635 'language/module-code/comment-*': [SKIP],
642 'language/module-code/eval-*': [SKIP], 636 'language/module-code/eval-*': [SKIP],
643 'language/module-code/instn-*': [SKIP], 637 'language/module-code/instn-*': [SKIP],
644 'language/module-code/namespace/*': [SKIP], 638 'language/module-code/namespace/*': [SKIP],
645 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 639 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
646 640
647 ] 641 ]
OLDNEW
« no previous file with comments | « no previous file | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698