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

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

Issue 1412343009: [Interpreter] Skip some more tests on Arm64 for Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix comment Created 5 years, 1 month 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/mjsunit.status ('k') | no next file » | 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'language/statements/function/S13.2.2_A19_T2': [SKIP], 757 'language/statements/function/S13.2.2_A19_T2': [SKIP],
758 'language/statements/function/S13.2.2_A19_T3': [SKIP], 758 'language/statements/function/S13.2.2_A19_T3': [SKIP],
759 'language/statements/function/S13.2.2_A19_T4': [SKIP], 759 'language/statements/function/S13.2.2_A19_T4': [SKIP],
760 'language/statements/function/S13.2.2_A19_T5': [SKIP], 760 'language/statements/function/S13.2.2_A19_T5': [SKIP],
761 'language/statements/function/S13.2.2_A19_T6': [SKIP], 761 'language/statements/function/S13.2.2_A19_T6': [SKIP],
762 'language/statements/function/S13.2.2_A19_T7': [SKIP], 762 'language/statements/function/S13.2.2_A19_T7': [SKIP],
763 'language/statements/function/S13.2.2_A19_T8': [SKIP], 763 'language/statements/function/S13.2.2_A19_T8': [SKIP],
764 'language/statements/while/S12.6.2_A4_T5': [SKIP], 764 'language/statements/while/S12.6.2_A4_T5': [SKIP],
765 }], # ignition == True 765 }], # ignition == True
766 766
767 ['ignition == True and arch == arm and mode == debug', { 767 ['ignition == True and mode == debug and (arch == arm or arch == arm64)', {
768 'built-ins/encodeURI*': [SKIP], 768 'built-ins/encodeURI*': [SKIP],
769 }], # ignition == True and arch == arm and mode == debug 769 'intl402/9.2.2': [SKIP],
770 }], # ignition == True and mode == debug and (arch == arm or arch == arm64)
770 771
771 ] 772 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698