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

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

Issue 2611793002: [test] Process to locally develop and upstream test262 tests (Closed)
Patch Set: Cleanup nit Created 3 years, 11 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/test262/prune-local-tests.sh ('k') | 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # https://code.google.com/p/v8/issues/detail?id=4253 93 # https://code.google.com/p/v8/issues/detail?id=4253
94 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 94 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
95 95
96 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 96 ###### BEGIN REGEXP SUBCLASSING SECTION ######
97 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 97 # https://bugs.chromium.org/p/v8/issues/detail?id=5361
98 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 98 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
99 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 99 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
100 100
101 ###### END REGEXP SUBCLASSING SECTION ###### 101 ###### END REGEXP SUBCLASSING SECTION ######
102 102
103 # https://code.google.com/p/v8/issues/detail?id=4360
104 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
105 'intl402/NumberFormat/11.1.1_1': [FAIL],
106
107 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 103 # https://bugs.chromium.org/p/v8/issues/detail?id=4895
108 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], 104 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL],
109 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA IL], 105 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA IL],
110 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], 106 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL],
111 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL], 107 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL],
112 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], 108 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL],
113 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL] , 109 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL] ,
114 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], 110 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL],
115 'built-ins/TypedArrays/internals/HasProperty/detached-buffer-realm': [FAIL], 111 'built-ins/TypedArrays/internals/HasProperty/detached-buffer-realm': [FAIL],
116 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], 112 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL],
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 575
580 ['variant == asm_wasm', { 576 ['variant == asm_wasm', {
581 '*': [SKIP], 577 '*': [SKIP],
582 }], # variant == asm_wasm 578 }], # variant == asm_wasm
583 579
584 ['variant == wasm_traps', { 580 ['variant == wasm_traps', {
585 '*': [SKIP], 581 '*': [SKIP],
586 }], # variant == wasm_traps 582 }], # variant == wasm_traps
587 583
588 ] 584 ]
OLDNEW
« no previous file with comments | « test/test262/prune-local-tests.sh ('k') | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698