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

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

Issue 1895603002: [esnext] prototype runtime implementation for async functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@AsyncFunction
Patch Set: some misc fixes + update the new v8.gyp too Created 4 years, 7 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/mjsunit/mjsunit.js ('k') | tools/gyp/v8.gyp » ('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 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 # Issue 3784: setters-on-elements is flaky 49 # Issue 3784: setters-on-elements is flaky
50 'setters-on-elements': [PASS, FAIL], 50 'setters-on-elements': [PASS, FAIL],
51 51
52 # Issue 3641: The new 'then' semantics suppress some exceptions. 52 # Issue 3641: The new 'then' semantics suppress some exceptions.
53 # These tests may be changed or removed when 'chain' is deprecated. 53 # These tests may be changed or removed when 'chain' is deprecated.
54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL],
55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL],
56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL],
57 57
58 # TODO(caitp): fix super-call and super-property in async arrow functions
59 'harmony/async-arrow-lexical-super': [FAIL],
caitp (gmail) 2016/04/27 01:03:09 So yeah, finally working again after those last fe
Dan Ehrenberg 2016/05/04 22:52:35 There are also some test262 tests for async functi
60
58 ############################################################################## 61 ##############################################################################
59 # TurboFan compiler failures. 62 # TurboFan compiler failures.
60 63
61 # TODO(verwaest): Some tests are over-restrictive about object layout. 64 # TODO(verwaest): Some tests are over-restrictive about object layout.
62 'array-constructor-feedback': [PASS, NO_VARIANTS], 65 'array-constructor-feedback': [PASS, NO_VARIANTS],
63 'array-feedback': [PASS, NO_VARIANTS], 66 'array-feedback': [PASS, NO_VARIANTS],
64 'compare-known-objects-slow': [PASS, NO_VARIANTS], 67 'compare-known-objects-slow': [PASS, NO_VARIANTS],
65 'elements-kind': [PASS, NO_VARIANTS], 68 'elements-kind': [PASS, NO_VARIANTS],
66 'opt-elements-kind': [PASS, NO_VARIANTS], 69 'opt-elements-kind': [PASS, NO_VARIANTS],
67 'smi-representation': [PASS, NO_VARIANTS], 70 'smi-representation': [PASS, NO_VARIANTS],
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 ############################################################################## 848 ##############################################################################
846 ['gcov_coverage', { 849 ['gcov_coverage', {
847 # Tests taking too long. 850 # Tests taking too long.
848 'array-functions-prototype-misc': [SKIP], 851 'array-functions-prototype-misc': [SKIP],
849 852
850 # Stack overflow. 853 # Stack overflow.
851 'big-array-literal': [SKIP], 854 'big-array-literal': [SKIP],
852 }], # 'gcov_coverage' 855 }], # 'gcov_coverage'
853 856
854 ] 857 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698