| 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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 'regress/regress-3960': [SKIP], | 871 'regress/regress-3960': [SKIP], |
| 872 'regress/regress-3969': [SKIP], | 872 'regress/regress-3969': [SKIP], |
| 873 'regress/regress-4023': [SKIP], | 873 'regress/regress-4023': [SKIP], |
| 874 'regress/regress-4027': [SKIP], | 874 'regress/regress-4027': [SKIP], |
| 875 'regress/regress-403292': [SKIP], | 875 'regress/regress-403292': [SKIP], |
| 876 'regress/regress-410912': [SKIP], | 876 'regress/regress-410912': [SKIP], |
| 877 'regress/regress-4121': [SKIP], | 877 'regress/regress-4121': [SKIP], |
| 878 'regress/regress-419663': [SKIP], | 878 'regress/regress-419663': [SKIP], |
| 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-430201-b': [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-4515': [SKIP], | 889 'regress/regress-4515': [SKIP], |
| 890 'regress/regress-4521': [SKIP], | 890 'regress/regress-4521': [SKIP], |
| 891 'regress/regress-4525': [SKIP], | 891 'regress/regress-4525': [SKIP], |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 'undetectable-compare': [SKIP], | 1007 'undetectable-compare': [SKIP], |
| 1008 'unused-context-in-with': [SKIP], | 1008 'unused-context-in-with': [SKIP], |
| 1009 'uri': [SKIP], | 1009 'uri': [SKIP], |
| 1010 'value-wrapper': [SKIP], | 1010 'value-wrapper': [SKIP], |
| 1011 'with-parameter-access': [SKIP], | 1011 'with-parameter-access': [SKIP], |
| 1012 'with-prototype': [SKIP], | 1012 'with-prototype': [SKIP], |
| 1013 'with-readonly': [SKIP], | 1013 'with-readonly': [SKIP], |
| 1014 }], # ignition == True | 1014 }], # ignition == True |
| 1015 | 1015 |
| 1016 ] | 1016 ] |
| OLD | NEW |