| OLD | NEW |
| 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 'regress/regress-4255-4': [SKIP], | 879 'regress/regress-4255-4': [SKIP], |
| 880 'regress/regress-430201': [SKIP], | 880 'regress/regress-430201': [SKIP], |
| 881 'regress/regress-430201b': [SKIP], | 881 'regress/regress-430201b': [SKIP], |
| 882 'regress/regress-4309-3': [SKIP], | 882 'regress/regress-4309-3': [SKIP], |
| 883 'regress/regress-4320': [SKIP], | 883 'regress/regress-4320': [SKIP], |
| 884 'regress/regress-4325': [SKIP], | 884 'regress/regress-4325': [SKIP], |
| 885 'regress/regress-436893': [SKIP], | 885 'regress/regress-436893': [SKIP], |
| 886 'regress/regress-4374': [SKIP], | 886 'regress/regress-4374': [SKIP], |
| 887 'regress/regress-4388': [SKIP], | 887 'regress/regress-4388': [SKIP], |
| 888 'regress/regress-444805': [SKIP], | 888 'regress/regress-444805': [SKIP], |
| 889 'regress/regress-446389': [SKIP], |
| 889 'regress/regress-4515': [SKIP], | 890 'regress/regress-4515': [SKIP], |
| 890 'regress/regress-4521': [SKIP], | 891 'regress/regress-4521': [SKIP], |
| 891 'regress/regress-4525': [SKIP], | 892 'regress/regress-4525': [SKIP], |
| 892 'regress/regress-453481': [SKIP], | 893 'regress/regress-453481': [SKIP], |
| 893 'regress/regress-4534': [SKIP], | 894 'regress/regress-4534': [SKIP], |
| 894 'regress/regress-454725': [SKIP], | 895 'regress/regress-454725': [SKIP], |
| 895 'regress/regress-470804': [SKIP], | 896 'regress/regress-470804': [SKIP], |
| 896 'regress/regress-476488': [SKIP], | 897 'regress/regress-476488': [SKIP], |
| 897 'regress/regress-491536': [SKIP], | 898 'regress/regress-491536': [SKIP], |
| 898 'regress/regress-514362': [SKIP], | 899 'regress/regress-514362': [SKIP], |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 'undetectable-compare': [SKIP], | 1008 'undetectable-compare': [SKIP], |
| 1008 'unused-context-in-with': [SKIP], | 1009 'unused-context-in-with': [SKIP], |
| 1009 'uri': [SKIP], | 1010 'uri': [SKIP], |
| 1010 'value-wrapper': [SKIP], | 1011 'value-wrapper': [SKIP], |
| 1011 'with-parameter-access': [SKIP], | 1012 'with-parameter-access': [SKIP], |
| 1012 'with-prototype': [SKIP], | 1013 'with-prototype': [SKIP], |
| 1013 'with-readonly': [SKIP], | 1014 'with-readonly': [SKIP], |
| 1014 }], # ignition == True | 1015 }], # ignition == True |
| 1015 | 1016 |
| 1016 ] | 1017 ] |
| OLD | NEW |