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

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

Issue 7206020: Make "native" not a keyword. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 js1_5/Regress/regress-355341: FAIL_OK 459 js1_5/Regress/regress-355341: FAIL_OK
460 js1_5/GC/regress-316885-01: FAIL_OK 460 js1_5/GC/regress-316885-01: FAIL_OK
461 js1_5/GetSet/getset-002: FAIL_OK 461 js1_5/GetSet/getset-002: FAIL_OK
462 js1_5/GetSet/regress-353264: FAIL_OK 462 js1_5/GetSet/regress-353264: FAIL_OK
463 js1_5/Regress/regress-361617: FAIL_OK 463 js1_5/Regress/regress-361617: FAIL_OK
464 js1_5/Regress/regress-362583: FAIL_OK 464 js1_5/Regress/regress-362583: FAIL_OK
465 js1_5/extensions/regress-356378: FAIL_OK 465 js1_5/extensions/regress-356378: FAIL_OK
466 js1_5/extensions/regress-452178: FAIL_OK 466 js1_5/extensions/regress-452178: FAIL_OK
467 467
468 468
469 # 'native' *is* a keyword in V8.
470 js1_5/Regress/regress-240317: FAIL_OK
471
472
473 # Requires Mozilla-specific strict mode or options() function. 469 # Requires Mozilla-specific strict mode or options() function.
474 ecma_3/Object/8.6.1-01: FAIL_OK 470 ecma_3/Object/8.6.1-01: FAIL_OK
475 js1_5/Exceptions/regress-315147: FAIL_OK 471 js1_5/Exceptions/regress-315147: FAIL_OK
476 js1_5/Regress/regress-106244: FAIL_OK 472 js1_5/Regress/regress-106244: FAIL_OK
477 js1_5/Regress/regress-317533: FAIL_OK 473 js1_5/Regress/regress-317533: FAIL_OK
478 js1_5/Regress/regress-323314-1: FAIL_OK 474 js1_5/Regress/regress-323314-1: FAIL_OK
479 js1_5/Regress/regress-352197: FAIL_OK 475 js1_5/Regress/regress-352197: FAIL_OK
480 476
481 477
482 # Equivalent to assert(false). 478 # Equivalent to assert(false).
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ecma/Date/15.9.5.12-2: SKIP 859 ecma/Date/15.9.5.12-2: SKIP
864 ecma/Date/15.9.5.8: SKIP 860 ecma/Date/15.9.5.8: SKIP
865 ecma/Date/15.9.5.9: SKIP 861 ecma/Date/15.9.5.9: SKIP
866 ecma/Date/15.9.5.11-2: SKIP 862 ecma/Date/15.9.5.11-2: SKIP
867 ecma/Expressions/11.7.2: SKIP 863 ecma/Expressions/11.7.2: SKIP
868 ecma/Expressions/11.10-2: SKIP 864 ecma/Expressions/11.10-2: SKIP
869 ecma/Expressions/11.7.3: SKIP 865 ecma/Expressions/11.7.3: SKIP
870 ecma/Expressions/11.10-3: SKIP 866 ecma/Expressions/11.10-3: SKIP
871 ecma/Expressions/11.7.1: SKIP 867 ecma/Expressions/11.7.1: SKIP
872 ecma_3/RegExp/regress-209067: SKIP 868 ecma_3/RegExp/regress-209067: SKIP
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698