зеркало из https://github.com/mozilla/pjs.git
Bug 573066 - Fix ctypes stdcall closure tests. r=bsmedberg, a=blocker
This commit is contained in:
Родитель
46cf5ce96e
Коммит
31ead374cd
|
@ -2185,8 +2185,7 @@ function run_closure_tests(library)
|
|||
run_single_closure_tests(library, ctypes.default_abi, "cdecl");
|
||||
#ifdef WIN32
|
||||
#ifndef HAVE_64BIT_OS
|
||||
// stdcall closure tests are currently broken on windows. see bug 564966.
|
||||
//run_single_closure_tests(library, ctypes.stdcall_abi, "stdcall");
|
||||
run_single_closure_tests(library, ctypes.stdcall_abi, "stdcall");
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче