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

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

Issue 861623002: Add a pretty printer to improve the error message non-function calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comment Created 5 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/cctest/test-api.cc ('k') | test/webkit/exception-for-nonobject-expected.txt » ('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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'ecma/GlobalObject/15.1.2.2-2': [FAIL_OK], 382 'ecma/GlobalObject/15.1.2.2-2': [FAIL_OK],
383 383
384 384
385 # Tests that rely on specific details of function decompilation or 385 # Tests that rely on specific details of function decompilation or
386 # print strings for errors. Non-ECMA behavior. 386 # print strings for errors. Non-ECMA behavior.
387 'js1_2/function/tostring-2': [FAIL_OK], 387 'js1_2/function/tostring-2': [FAIL_OK],
388 'js1_2/Objects/toString-001': [FAIL_OK], 388 'js1_2/Objects/toString-001': [FAIL_OK],
389 'js1_5/LexicalConventions/regress-469940': [FAIL_OK], 389 'js1_5/LexicalConventions/regress-469940': [FAIL_OK],
390 'js1_5/Exceptions/regress-332472': [FAIL_OK], 390 'js1_5/Exceptions/regress-332472': [FAIL_OK],
391 'js1_5/Regress/regress-173067': [FAIL_OK], 391 'js1_5/Regress/regress-173067': [FAIL_OK],
392 'js1_5/Regress/regress-355556': [FAIL_OK],
393 'js1_5/Regress/regress-328664': [FAIL_OK], 392 'js1_5/Regress/regress-328664': [FAIL_OK],
394 'js1_5/Regress/regress-252892': [FAIL_OK], 393 'js1_5/Regress/regress-252892': [FAIL_OK],
395 'js1_5/Regress/regress-352208': [FAIL_OK], 394 'js1_5/Regress/regress-352208': [FAIL_OK],
396 'ecma_3/Array/15.4.5.1-01': [FAIL_OK], 395 'ecma_3/Array/15.4.5.1-01': [FAIL_OK],
397 'ecma_3/Array/regress-387501': [FAIL_OK], 396 'ecma_3/Array/regress-387501': [FAIL_OK],
398 'ecma_3/LexicalConventions/7.9.1': [FAIL_OK], 397 'ecma_3/LexicalConventions/7.9.1': [FAIL_OK],
399 'ecma_3/RegExp/regress-375711': [FAIL_OK], 398 'ecma_3/RegExp/regress-375711': [FAIL_OK],
400 'ecma_3/Unicode/regress-352044-01': [FAIL_OK], 399 'ecma_3/Unicode/regress-352044-01': [FAIL_OK],
401 'ecma_3/extensions/regress-274152': [FAIL_OK], 400 'ecma_3/extensions/regress-274152': [FAIL_OK],
402 'js1_5/Regress/regress-372364': [FAIL_OK], 401 'js1_5/Regress/regress-372364': [FAIL_OK],
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'ecma_3/RegExp/regress-307456': [SKIP], 910 'ecma_3/RegExp/regress-307456': [SKIP],
912 'js1_5/Regress/regress-303213': [SKIP], 911 'js1_5/Regress/regress-303213': [SKIP],
913 'js1_5/extensions/regress-330569': [SKIP], 912 'js1_5/extensions/regress-330569': [SKIP],
914 'js1_5/extensions/regress-351448': [SKIP], 913 'js1_5/extensions/regress-351448': [SKIP],
915 'js1_5/extensions/regress-336410-1': [SKIP], 914 'js1_5/extensions/regress-336410-1': [SKIP],
916 915
917 #BUG(3152): Avoid C stack overflow. 916 #BUG(3152): Avoid C stack overflow.
918 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 917 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
919 }], # 'arch == arm64 and simulator_run == True' 918 }], # 'arch == arm64 and simulator_run == True'
920 ] 919 ]
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/webkit/exception-for-nonobject-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698